Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Binding custom widget: (2 Items)
   
Binding custom widget  
I have created some custom widgets.  They do not display dynamically in apBuilder.  Where do I place the custom widget 
shared library and widget include files (assuming this is the problem)?  Is there anyway to know if the apBuilder 
program is not finding my library?  The application compiles and runs as expected.

I am developing under QNX 6.3.2 and my target is the same QNX system all of which is running on a PC.

Thanks,

Eric
Re: Binding custom widget  
It turns out the problem was in my shared library and the /usr/local/lib directory works just fine for my custom widget 
resolution.  However, apBuilder does not look in /usr/local/lib for my shared library when I build the application, only
 when it is resolving my custom widgets.  Is there a single location that would satisfy both?

For those interested, my shared library referenced a global variable in my application.  This caused my custom widgets 
to not display dynamically in appbuilder.  It did not matter that my widgets did not access the global variable, only 
that the reference was compiled into my shared library.