1. Hurrah// Iup Wrapper
- Posted by _tom (admin) Jun 13, 2016
- 1585 views
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
2. Re: Hurrah// Iup Wrapper
- Posted by Icy_Viking Jun 13, 2016
- 1477 views
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.
3. Re: Hurrah// Iup Wrapper
- Posted by Icy_Viking Jun 13, 2016
- 1469 views
http://www.rapideuphoria.com/uploads/euiup.zip
Here is the new EuIup. The code is changed now, so you won't have to change the code yourself, if you'd like to use it under Linux or so.