Game Development Community

SimpleNet test program doesn't work

by Alexis Brown · in Torque Game Engine · 12/06/2004 (7:36 pm) · 3 replies

I'm using vs 2003 with runtime type checking turned on and as far as I can tell the sample code never calls rpcMessageClientToServer or rpcMessageServerToClient

this function is as far as it seems to get and classId is = 3.
bool EventConnection::postNetEvent(NetEvent *theEvent)
{   
   S32 classId = theEvent->getClassId(getNetClassGroup());
   if(U32(classId) >= mEventClassCount)
      return false;

Debugging macros is a pain :) I'm hoping you will say something like "Test app doesn't work with HEAD version " or "Dude turn on option X"

#1
12/07/2004 (9:13 pm)
Last I checked it all worked. Maybe Mark will have something to say when he gets back later this week.
#2
12/08/2004 (11:36 am)
Okay. All the other test programs work just fine. I'm sure I've done something dumb :)
#3
12/09/2004 (9:48 pm)
Neither on mine ;)