I don't mean to be rude or anything...but no one here has ever tried to compile VDrift with Visual Studio. Why don't you ask if you can use Dev-C++ for your project? I'm sure most reasonable professors wouldn't mind. I haven't used VS much before, at least not for C++, and from what I've heard it is not easy to debug. Keep in mind that Dev-C++ uses the GNU compiler and many GNU libraries which would make things a lot easier on you. Either way, you're not going to find any info here on Visual Studio. VDrift is a Free Software project and we use only Free Software to create it.
Also, you'll probably have to compile all the libraries with VS in order to use them with a project compiled with VS. If you really are serious about using VS, write sample code using the basics in each library and get that working first, then move to making it work with VDrift once you have a known working configuration for the libraries. Otherwise you'll never be able to tell if the problems are related to the libs or VDrift itself.
Finally, please stop creating new threads every time you have a question. One thread is enough. Just because a thread is old doesn't mean no one will respond. Ideally you could have one thread "Compiling VDrift with Visual Studio" and all the questions you've already asked, plus any future ones could go in there. I'm not going to bother consolidating your previous threads as there's not much point. I suggest you give this thread a more meaningful subject ("compiling errors" is very, very ambiguous) and just use this one.
Sorry if I sound like a jerk, please look at this from our viewpoint...
|