Game Development Community

Noob question : advanced camera tuto, recompiling torque 1.5

by Julien Dehem · in Technical Issues · 10/09/2007 (1:51 pm) · 2 replies

Hi,
im a noob about programming but i try to recompile TGE 1.5 following this tutorial :
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=5471
so changing the code like its said, adding the .cc and .h files but i have this error.

Compilation en cours...
gameConnection.cc
c:\torque\tge_1_5_2\engine\game\gameconnection.cc(382) : error C3861: 'isServerConnection' : identificateur introuvable

im french so "identificateur introuvable" mean "identifier not found" or something like that.

did i missed something ?
any idea ?

or maybe there is more easy tutorial for me ^^ ?

thx
cya

About the author

Recent Threads


#1
10/09/2007 (2:55 pm)
Rename it to "isConnectionToServer()" & that should fix it
most of such fixes are mentioned in the same thread, scroll a ltl down & u'll c it ;)

nice resource btw :), but u'll need to check the rest of the replies on it to fix it further in case u experience a problem with it (u might experience something, but wont be so critical)
#2
10/09/2007 (3:14 pm)
It compiled, no other problem in view ^^.
thx a lot.
cya.