I've been trying to get this thing up and working in visual studio 2010 and i keep getting linking errors. I've been following along with the setup tutorial for vs2008 (seems pretty much the same).
the latest error I've been getting is:
LNK1104 cannot open "orxd.lib"
help?
Comments
I think this error mean that the file orxd.lib doesn't exist, so the linker failed.
This file exist in your project ? This file is produced by compiling the orxLIB project when you open the solution codeuildwindowsmsvs2010orx.sln in your case (it produce .lib, and .dll for windows).
I suggest you to begin by trying the tutorial located in utorialuildmsvs2010Tutorial.sln
Hope this help !
EDIT
By scrolling down the topics, on the first page, I saw that :
https://forum.orx-project.org/discussion/2310
Did you take a look at this ? I think it's exactly your problem. Read it !