I'm working on Visual Studio (for C++ and OpenGL but i'm a neewbie) and I've imported the code with the option in Visual Studio "Import Project From Code" but it do not compile...
The problem is that the code isn't mine (co-worker) and I cannot contact the author (vacation...) to know on witch environment he runs.. or to ask him to convert the code... I also Use FreeImage Library but i thinks it's just a detail.
I get error " Cannot start programm, the specified file cannot be found"...
Then I've got some errors for unsolvable symbols but the wierd part is that in the console it writes :
error LNK2005: _main already defined in dummy.obj
error LNK2019: unsolved external symbol __imp_FreeImage_Initialise@4 referenced in main function
error LNK2019: unsolved external symbol __impFreeImage_DeInitialise@0
...
And so one but in the code there is no @0, what do they mean...?