Hi, i'm working to a school project and i have to compile vdrift with visual studio. I haven't enough experience and i need some help, if is possible. At the end if it works correctly, i can give it to anyone that is interested.
I have downloaded the soure code from the site because the svn don't works. Then i have created a new project and i have imported the .cpp and .h files.
I have tried to compile but there are some errors that i don't understand:
1) the compiler tell me that it need the library "definitions.h", but it there wasn't in the source package, where i can find it? What are the functionalities of this library?
2) I have a lot of errors in the file "gl.h", errors like: "error C2146: syntax error : missing ';'". I have seen in the forum that i have to download an SDL package, i have downloaded it and insert the files (.h) into the project folder but nothing change. What i have to do?
Some one could help me or tell me something that i have to know to compile the source code with visual studio?
thanks a lot.