1. Win32Lib vs wxEuphoria - Pros and Cons, anyone?
- Posted by ZNorQ <znorq at holhaug.com> May 08, 2007
- 655 views
I've been using Win32Lib most of the time while creating small apps at work, but I was wondering if I'm missing out by using Win32Lib instead of wxEuporia? Can anyone give me some pros and cons by comparison of the two? Kenneth aka ZNorQ
2. Re: Win32Lib vs wxEuphoria - Pros and Cons, anyone?
- Posted by c.k.lester <euphoric at cklester.com> May 08, 2007
- 662 views
ZNorQ wrote: > > I've been using Win32Lib most of the time while creating small apps at work, > but I was wondering if I'm missing out by using Win32Lib instead of wxEuporia? > > Can anyone give me some pros and cons by comparison of the two? Two major differences: almost-ready-for-prime-time IDE available for Win32Lib, not one for wxEuphoria. Only wxEuphoria is cross-platform capable (so your program will generally run unchanged on Windows, Linux, FreeBSD). See http://www.cklester.com/books/guiphoria/ for more.
3. Re: Win32Lib vs wxEuphoria - Pros and Cons, anyone?
- Posted by ZNorQ <znorq at holhaug.com> May 09, 2007
- 661 views
c.k.lester wrote: > > ZNorQ wrote: > > > > I've been using Win32Lib most of the time while creating small apps at work, > > but I was wondering if I'm missing out by using Win32Lib instead of > > wxEuporia? > > > > Can anyone give me some pros and cons by comparison of the two? > > Two major differences: almost-ready-for-prime-time IDE available for Win32Lib, > not one for wxEuphoria. Only wxEuphoria is cross-platform capable (so your > program will generally run unchanged on Windows, Linux, FreeBSD). > > See <a > href="http://www.cklester.com/books/guiphoria/">http://www.cklester.com/books/guiphoria/</a> > for more. Hey CK, Yeah, I already knew about the W32 IDE and wx x-platform differences, but I was really wondering about other areas, like do they have the same capabilities, or are one lacking compared to the other? Are there areas of which one have more power that the other (what ever it may be). Put it another way; What is your "weapon of choice", and why? (I'll have a look through your guide, thanks. :) ) Kenneth aka ZNorQ