[Research] What version of MS Visual C++ do you use?
Hi all! If you don't mind, I'd like to know what version of MS Visual C++ you use for extension development? Did you have to make any minor changes to rSDK to get it running?
I use MSVC 2008, the free version, and no, rSDK seemed to work fine straight out of the zip, apart from the fact that its default build directory was for MMF Developer of course.
Re: [Research] What version of MS Visual C++ do you use?
I use the same. It's what most people use, I guess, but many people also use VC6 (from 1998).
Re: [Research] What version of MS Visual C++ do you use?
MSVC++ 2008 Express
I had to make one minor change to rSDK to not assume that I was using "using namespace std;" in my code. But that doesn't have anything to do with the particular compiler.
Re: [Research] What version of MS Visual C++ do you use?
My extensions are in VC++ 2005. I should convert them to 2010 really.
Re: [Research] What version of MS Visual C++ do you use?
I'm using VC++ 2008 Express Edition. I only made a change to the rSDK to fix the expression-in-expression bug. I modified the template project to have come commented out includes that I use often so I can just uncomment them, and I have a header file I include in Main.cpp to help with getting parameters: http://paste.pocoo.org/show/268299/
All but the std::string macros were made by Werbad :)
I also use Release and Run_Only to build to my own MMF2 folder, and Release_Small and Run_Only_Small to build to a Final folder in my project directory that I simply zip up to release.
Re: [Research] What version of MS Visual C++ do you use?
VC C++ 2008 express edition.
2010 is icky
Re: [Research] What version of MS Visual C++ do you use?
VS 2008.
2010 sucks. :whistle:
Re: [Research] What version of MS Visual C++ do you use?
Now you've got me really curious, what did they do to 2010
Re: [Research] What version of MS Visual C++ do you use?
It's all... purple and stuff. And unfamiliar
Re: [Research] What version of MS Visual C++ do you use?