It works if you useBBcodeHTML.
oh i see now.i really like to put it in my post. but i guess that's not possible. thanks though.
Last edited by ram; 08-06-2011 at 01:54 AM.
It works if you useBBcodeHTML.
WHAT THE HECK!thanks so much Rio!
I don't suppose anyone here knows how to deal with those pesky C++ Linker errors? LNK2001 specifically.
And before you ask, the DirectInput class is located in my own project headers and source files, it does not require linking to an external library.
1>main.obj : error LNK2001: unresolved external symbol "class DirectInput * gDInput" (?gDInput@@3PAVDirectInput@@A)
1>SpaceDemo.obj : error LNK2001: unresolved external symbol "class DirectInput * gDInput" (?gDInput@@3PAVDirectInput@@A)
E: Nevermind, it appears I forgot to actually initialize a global access pointer...
Bookmarks