Re: [oi-dev] Fw: Re: What is the equivalent for GNU ld's --export-dynamic?

2021-03-25 Thread cretin1997 via oi-dev
‐‐‐ Original Message ‐‐‐ On Thursday, March 25, 2021 8:18 PM, Bob Friesenhahn wrote: > > Properly written software will self-diagnose if something as simple as > failing to resolve a symbol occurs. > > Bob > The problem is code written by the FreeBASIC forum members are not anything

Re: [oi-dev] Fw: Re: What is the equivalent for GNU ld's --export-dynamic?

2021-03-25 Thread Bob Friesenhahn
On Thu, 25 Mar 2021, cretin1997 via oi-dev wrote: How did I test the library? The VisualFBEditor IDE was based on MyFbFramework from the same author. I compile MyFbFramework into a shared library and VisualFBEditor will load this library on startup. The library will be loaded dynamically, it

[oi-dev] Fw: Re: What is the equivalent for GNU ld's --export-dynamic?

2021-03-25 Thread cretin1997 via oi-dev
‐‐‐ Original Message ‐‐‐ > On Thursday, March 25, 2021 4:38 PM, Toomas Soome tso...@me.com wrote: > > > How did you test the library? are you sure it is fault of linker and not > > the code? running the app and getting no output does only prove that there > > is a problem, bit it does