Hi, all.

WinXP 32 bit. Iup 3.11.

I tried to build the application with statically linking libraries. It 
takes an external iup-lua script. In the future, I built a bytecode 
script into C sources via bin2c (as described in tecmake docs).

When testing, almost all widgets are working properly. Except widget 
iup-pplot.
I tried official precompiled libs (*_Win32_mingw4_lib) and custom 
compiled from souces (via MSYS2 with gcc from mingw-w64 - 
i686-4.9.1-posix-dwarf-rt_v3-rev0 and i686-4.9.1-win32-sjlj-rt_v3-rev0)

In all cases, when in script used iup.pplot - the application run (in 
script) iup.MainLoop() and nothing appears at all.
And I keep in mind - pplot written in c++.

Please give me a hint:
1. it is possible to use iup.pplot in statically linked iup+iuplua app?
2. What threading model (posix/win32) and exception handling model 
(sjlj/dwarf/seh) was used for official precompiled libs *_Win32_mingw4_lib?
3. What the optimal choices for threading model and exception handling 
for statically linked iuplua app?


Note:
mingw-builds joined mingw-w64
msys2 looks nice and is gaining popularity


-- 
With best regards,
   Karagy.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to