News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Is VCTK really free?!

Started by code1101, June 25, 2005, 06:41:50 PM

Previous topic - Next topic

code1101

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.

Vampyre_Dark

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.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

jludvig

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.

code1101

thanks alot guys ... I'll take your word for it :)

Anonymous

Quote from: Vampyre_Darkhttp://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:

darklordsatan

Quote from: Anonymous
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...


kagerato

I find this page 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.