Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: code1101 on June 25, 2005, 06:41:50 pm
-
can I use VCTK for a commercial project for example?
I cant remember where it was mentioned but someone said that VCTK is not to be used for commercial purposes. I'm not smart when it comes to eulas (elish is not my native language) so can anyone tell me if this is true or not?
thanks in advance.
-
http://msdn.microsoft.com/visualc/vctoolkit2003/
It's free, and you can use it for commercial projects.
If you download it, you will need the Platform SDK as well, and Direct X downloaded seperately if you need that.
-
and you probably need windbg too - Microsoft's free standalone debugger. That is until the next codeblocks release that has promised to integrate the command line debugger from VCTK.
-
thanks alot guys ... I'll take your word for it :)
-
http://msdn.microsoft.com/visualc/vctoolkit2003/
It's free, and you can use it for commercial projects.
If you download it, you will need the Platform SDK as well, and Direct X downloaded seperately if you need that.
But... No MFC, ATL, WTL... Just win32 api in the patfrom sdk. :evil:
-
But... No MFC, ATL, WTL... Just win32 api in the patfrom sdk. :evil:
Cool! Thats what wxwidgets is for...
Besides, MFC,ATL,WTL are technologies (cant speak for the last 2 ones though) that soon will be replaced with .NET, so...
-
WTL was open sourced. http://sourceforge.net/projects/wtl/
-
I find this page (http://www.microsoft.com/downloads/details.aspx?FamilyId=1BE1EB52-AA96-4685-99A5-4256737781C5&displaylang=en) amusing, though not ironic (since WTL is based on ATL, a Microsoft technology).
Personally, ActiveX (or the COM) has proven to be more of a thorn in the side than a significant benefit in my windows experience. It has led to the development of monsters like HKLM\Software\Classes ( >_< ).
However, I'm certain you can do more with ATL and WTL than just develop COM-based libraries and programs.