Re: Newbie very confused
- Posted by mattlewis (admin) Mar 16, 2009
- 1349 views
vmars said...
I have a question re win32lib vs wxEuphoria.
If I write a pgm using wxEuphoria, it will be crossPlatform.
Whereas if I write a pgm using win32lib it will not be crossPlatform.
This wasn't a question, but is basically true. There are some issues that you have to look out for, like path separators (Windows uses \, Linux uses /). Some controls may behave slightly differently on different platforms. This is mainly because wxWidgets uses native controls. So they usually behave the way you'd expect, if you know what to expect on the respective platform.
Matt