Re: Need help wrapping a structure
- Posted by "Greg Haberek" <ghaberek at gmail.com> Jun 03, 2006
- 579 views
> If you are going to use Euphoria and not a compiler then > you will have to use SO's. Yes, but libX11.so comes with every linux distribution with X-Windows. Things like Motif, etc. may not be. > To use the X-libraries you would have to compile and link. I'm fine with dynamicly linking an already distributed library, like libX11. What I'm not fine with is having to distribute another library, like wxEuphoria.so. > It took me 6-months to figure out how to use the widgets and > SO's without getting exception errors. Also using resources > took me some time to figure out. Wrapping the SO's is the > easy part. Creating running programs is the difficult part. > You will find that it is not easy as using window's DLL's Doesn't XMOTOR use 3rd party windowing libraries, like Motif, Athena, XT, etc? And no offense, but I don't like your approach in XMOTOR. Its too abstracted, too many strings. I'm taking this a step at a time. I'll let everyone know how I progress. ~Greg