View Single Post
Old 09-11-2004, 09:32 AM   #3
dar512
dar512 is now Pete Zicato
 
Join Date: May 2003
Location: Chicago suburb
Posts: 4,968
Most win32 C++ is done with Microsoft's Visual C++.

For cheaper, check out Borland as SteveD said or the gnu compiler in the Cygwin environment. I use bash under Cygwin as my normal shell. Very nice if you like bash over MS' stupid console. And the gnu compiler is very stable. It can be used to make true win32 gui apps if that's what you want. And all the Cygwin stuff is gnu licensed.

However, if your only need for a compiler is to integrate some code with Visio, that's a horse of another color. I imagine (but don't know - you should check) that the Visio API is OLE/COM/ATL based. If that is true, then I strongly suggest that you check into VB or C#. I've had to write COM apps a couple of times and it is a royal pain in the ass to do in C++.

From Programmer's Paradise - for the standard editions
VB is $93.99
VC# is $99.99
VC++ is $93.99
dar512 is offline   Reply With Quote