Game Development Community

Xbox360 Controller with TGE1.4 ?

by Alienforce · in Torque Game Engine · 08/07/2006 (2:39 pm) · 6 replies

Hi All,

Does the http://tdn.garagegames.com/wiki/Torque/EngineMods/Xbox360ControllerSupport
work with TGE1.4 ??

I cant get this to work, I have no problem compiling the TGE1.4 with VC2005 but when i add the controller support i get these errors...

consoleFunctions.cc
..\engine\console\consoleFunctions.cc(1278) : error C2039: 'findMatchMultiExprs' : is not a member of 'ResManager'
../engine\core/resManager.h(325) : see declaration of 'ResManager'
..\engine\console\consoleFunctions.cc(1290) : error C2039: 'findMatchMultiExprs' : is not a member of 'ResManager'
../engine\core/resManager.h(325) : see declaration of 'ResManager'
..\engine\console\consoleFunctions.cc(1304) : error C2039: 'findMatchMultiExprs' : is not a member of 'ResManager'
../engine\core/resManager.h(325) : see declaration of 'ResManager'
..\engine\console\consoleFunctions.cc(1310) : error C2039: 'findMatchMultiExprs' : is not a member of 'ResManager'
../engine\core/resManager.h(325) : see declaration of 'ResManager'
..\engine\console\consoleFunctions.cc(1432) : error C3861: 'dPathCopy': identifier not found
..\engine\console\consoleFunctions.cc(1497) : error C2039: 'getExecutableName' : is not a member of 'Platform'
../engine\platform/platform.h(279) : see declaration of 'Platform'
..\engine\console\consoleFunctions.cc(1497) : error C3861: 'getExecutableName': identifier not found


I am using XP pro spII + TGE1.4 + VC2005 version 8.0.50727.42 + DirectX (June 2006)

Please help :/ I have been struggling with this one for a couple of days now...

#1
08/07/2006 (3:21 pm)
Hey, i got this to work just fine by using my original 1.4 consolefunctions.cc / .h files

You should do the same.

I have got it working rumble and all! its good stuff.


www.garagegames.com/mg/forums/result.thread.php?qt=45325
#2
08/07/2006 (4:18 pm)
Ramen-sama ... Thanks!!!!!!!!!!! I dont know what more to say :)
Thanks again! Now it works great.
#3
10/05/2006 (12:30 am)
Hey I'm glad I found this post as it cleared up half the compile errors I was having. However, I'm still having problems with XInput.h, I downloaded the August version of the DirectX redistributable package (the most recent one I could find) and installed it. However when I compile Torque it tells me it can't find XInput.h, any thoughts?

Matthew Barney
"Original Fin" Team
USC IMD
#4
10/05/2006 (8:43 am)
Hey I'm glad I found this post as it cleared up half the compile errors I was having. However, I'm still having problems with XInput.h, I downloaded the August version of the DirectX redistributable package (the most recent one I could find) and installed it. However when I compile Torque it tells me it can't find XInput.h, any thoughts?

Matthew Barney
"Original Fin" Team
USC IMD
#5
10/05/2006 (9:48 am)
Hey I'm glad I found this post as it cleared up half the compile errors I was having. However, I'm still having problems with XInput.h, I downloaded the August version of the DirectX redistributable package (the most recent one I could find) and installed it. However when I compile Torque it tells me it can't find XInput.h, any thoughts?

Edit: I figured it out, heh. Sleep is very helpful.

Matthew Barney
"Original Fin" Team
USC IMD
#6
10/05/2006 (10:08 am)
Don't hit refresh after posting. It makes you post again.