Re: iup library, notebook tabs
- Posted by ChrisB (moderator) Dec 27, 2009
- 1132 views
Hi
the biggest one was with IupOpen(argc, argv) - I found I had to se these to NULL ( IupOpen(0, {}) ) in order to avoid a machine exception, but with tabs, I changed IupTabs to IupTabsv to stay closer to the C nomenclature. I also had to make sure I downloaded the latest release of Iup binaries.
However, having said that, I shall download and test the Iup v3, and see how that goes.
Chris
Just having had a look at the tree, is there no linux, or indeed Windows, pre compiled binary? The version of iup I use now, just uses the stock iup library release.
Chris