Re: [Iup-users] IupPopup FontDlg

2019-07-06 Thread John Spikowski
This fixed it. In dynlolib.c, change pLib = (void *)dlopen(r,RTLD_LAZY); to pLib = (void *)dlopen(r,RTLD_LAZY|RTLD_GLOBAL); On Sat, 2019-07-06 at 16:53 -0300, Antonio Scuri wrote: > IUP itself don't load its libraries. > If it is like Lua, Scriba is the library loader in this case. Y

Re: [Iup-users] IupPopup FontDlg

2019-07-06 Thread Antonio Scuri
IUP itself don't load its libraries. If it is like Lua, Scriba is the library loader in this case. You will have to check there and make a test. Best, Scuri Em sáb, 6 de jul de 2019 às 01:09, John Spikowski escreveu: > AIR found this reference on the the GNOME dev-list. (same errors) > >