Re: Hurrah// Iup Wrapper
- Posted by Icy_Viking Jun 13, 2016
- 1476 views
_tom said...
Andy P. uploaded an IUP wrapper http://rapideuphoria.com/euiup.zip
Just change:
atom iup = open_dll("iup.dll")
to
atom iup = open_dll("libiup.so")
and copy libiup.so to the local directory.
The demos now work on Linux. Nice work.
_tom
Thank you for the interest in my wrapper. Let me know if there is anything wrong or missing, so I can fix it. I think I'll change some code so others won't have to change the code themselves to make it work on their desired OS. I work under Windows, so of course, I used the .DLL.