NO

Author Topic: Using WTL in Pelles C  (Read 4235 times)

birkoff

  • Guest
Using WTL in Pelles C
« on: March 31, 2006, 11:26:35 AM »
How I may use WTL (http://wtl.sf.net/) which based on ATL in Pelles C?

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2097
Using WTL in Pelles C
« Reply #1 on: March 31, 2006, 12:12:58 PM »
WTL isn't for C++?
PellesC is not C++, only C.
Anyway PellesC IDE supports wizards (that you can write yourself). The following link shows one.
http://www.smorgasbordet.com/phpBB2/viewtopic.php?p=5241

Maybe you can convert part of WTL code in a PellesC wizard code?
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

ivanhv

  • Guest
Using WTL in Pelles C
« Reply #2 on: April 12, 2006, 07:14:09 PM »
I'm sorry, you can't do that.

WTL is C++, Pelles C is not.

In fact, WTL is ATL dependant. And ATL is licensed and only works against Microsoft compilers.

So you better stand away from WTL. If you're interested on a good library for Windows programming, don't care about portability and you understand lots of C++, my recommendation goes to Dev-C++ and SmartWin++ (google it)