C++ help required
by John McKinney · in Technical Issues · 03/15/2007 (1:45 am) · 2 replies
Hi all,
While I was waiting for Edwards Maurinas book, (nearly eight weeks now from amazon.co.uk) I thought I would look at some c++programming and I have hit a wall quite quickly.
I have found that c++ open source programs (bloodshed and visual studio express) cannot compile AI source files from a gaming book I am reading - apparently Visual Studio Standard 2005 is required - due to MFCs ?.
If I am going to program AI etc. in c++ do I need (along with requisite texts) to purchase Visual Studio Standard 2005.
Many thanks in advance John.
While I was waiting for Edwards Maurinas book, (nearly eight weeks now from amazon.co.uk) I thought I would look at some c++programming and I have hit a wall quite quickly.
I have found that c++ open source programs (bloodshed and visual studio express) cannot compile AI source files from a gaming book I am reading - apparently Visual Studio Standard 2005 is required - due to MFCs ?.
If I am going to program AI etc. in c++ do I need (along with requisite texts) to purchase Visual Studio Standard 2005.
Many thanks in advance John.
About the author
#2
I have found it needed to get some libs not included with Visual Studio Express.
Good luck
Edit to fix link
03/15/2007 (6:13 pm)
Did you download the Windows Server 2003 R2 Platform SDK Full DownloadI have found it needed to get some libs not included with Visual Studio Express.
Good luck
Edit to fix link
Associate David Higgins
DPHCoders.com
Dev-C++ (Bloodshed) can compile most things, especially cross-platform friendly code ... as well as some Windows specific code ...
It's all really just a matter of what your doing, why your doing it, and whether your doing it right ...
If you intend to extend any of the Torque products, it would probably be beneficial to you to purchase Visual Studio if your main development platform is Windows.