Xbox360 ControllerSupport for TGB 1.5.1
by Playware · in Torque Game Builder · 11/15/2007 (12:11 am) · 0 replies
Hi,
Recently got into torque, modifying the source to support the Xbox controller completely with rumble. I am using the source mod available at
http://tdn.garagegames.com/wiki/Torque/EngineMods/Xbox360ControllerSupport
I am getting linker errors while building the source. These are unresolved external symbol errors for some of the referenced functions such as Input::pushCursor(), Input::popCursor(), Input::setCursorPos(), Input::getDoubleClickTime(), Input::setCursorState(), nput::getDoubleClickHeight(), nput::getDoubleClickWidth(), nput::setCursorShape(). IU realized that the wininput.cc is replacing all the functions and then I added the missing functions back into the wininput.cc. I was able to compile successfully after this.
But, after I tried opening the previously created project and running using the game builder, I am getting an error saying the initialize project is not declared. I am not sure what is the cause of this..
Need help regarding this. Thanks in advance.
Regards
Recently got into torque, modifying the source to support the Xbox controller completely with rumble. I am using the source mod available at
http://tdn.garagegames.com/wiki/Torque/EngineMods/Xbox360ControllerSupport
I am getting linker errors while building the source. These are unresolved external symbol errors for some of the referenced functions such as Input::pushCursor(), Input::popCursor(), Input::setCursorPos(), Input::getDoubleClickTime(), Input::setCursorState(), nput::getDoubleClickHeight(), nput::getDoubleClickWidth(), nput::setCursorShape(). IU realized that the wininput.cc is replacing all the functions and then I added the missing functions back into the wininput.cc. I was able to compile successfully after this.
But, after I tried opening the previously created project and running using the game builder, I am getting an error saying the initialize project is not declared. I am not sure what is the cause of this..
Need help regarding this. Thanks in advance.
Regards
About the author