Reputation: 487
I want to try WTL, but problem is i can't use Visual Studio for this. So i've codeblocks on my side. Is there any way i can use WTL with codeblocks ? I mean configuration/settings that i need to do for this ?
is it possible to use WTL with codeblocks?
Just to clear first, i tried google for this. No satisfactory success. So asking this here.
How can i configure Codeblocks for WTL ?
Any suggestions, pointers are welcome.
Upvotes: 4
Views: 1397
Reputation: 14121
It's possible to use WTL with the free VC++ 2005 Express. You may be able to use the same technique with other compilers.
Upvotes: 2
Reputation: 24561
I don't think it is possible unless you use codeblocks with the MS compiler AND get the version of Windows SDK that contains ATL (new ones don't, AFAIK). WTL is built on top of ATL.
Upvotes: 1