View Single Post
Re: its driving me nuts !
Old
  (#3)
Rifleman
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 128
Join Date: Sep 2004
Location: Mars
Default Re: its driving me nuts ! - 01-01-2005

I have already cleaned the engine.cpp , this one is for dll.cpp , I comment all functions that does not have any code inside , but when I try to run the game , swds.dll crashes ...

[EDIT]
This is what I left ...

Code:
pFunctionTable->pfnGameInit = GameDLLInit;
pFunctionTable->pfnSpawn = DispatchSpawn;
pFunctionTable->pfnClientConnect = ClientConnect;
pFunctionTable->pfnClientDisconnect = ClientDisconnect;
pFunctionTable->pfnClientPutInServer = ClientPutInServer;
pFunctionTable->pfnClientCommand = ClientCommand;
pFunctionTable->pfnStartFrame = StartFrame;
[/EDIT]

Last edited by Rifleman; 01-01-2005 at 13:00..
  
Reply With Quote