I'm trying to compile the Hello World program from the Bullel Physics Wiki in Visual Studio 2012 Express.
I was able to generate and import the three library projects needed to run the example, but there seems to be a problem when linking them.
In the compile log there are 38 of these errors, repeated a lot of times for each of the libraries.
error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MD_DynamicRelease' in Main.obj
I can't understand what's wrong.