Game Development Community

VC6 Can't Compile 16 August HEAD

by DavidRM · in Torque Game Engine · 08/19/2002 (9:49 am) · 1 replies

I'm getting this error:

gameConnectionEvents.cc
C:\Data\Projects\PBN-Torque\pbn-source\engine\game\gameConnectionEvents.cc(248) : error C2039: 'writeCompressed' : is not a member of 'NetConnection'
../engine\sim/netConnection.h(122) : see declaration of 'NetConnection'
C:\Data\Projects\PBN-Torque\pbn-source\engine\game\gameConnectionEvents.cc(282) : error C2039: 'readCompressed' : is not a member of 'NetConnection'
../engine\sim/netConnection.h(122) : see declaration of 'NetConnection'

Which seems to correspond to the latest CVS HEAD check-in from Mark.

Thanks.

-David

#1
08/19/2002 (9:55 am)
Hmm. This is on my side, it seems. Some kind of CVS issue.

-David