Hey,
I have some weird problems with my mod.
Currently its the scratch sdk (re-extracted the code files aswell, and
rebuilt), and i get a "Client.dll Init() failed".
Running step-by-step through teh debuggershows that modelrenderer is
NULL, and therefore returns false (However, when i hover over it after
the if-statement, it has an address, and has data within it.
// We aren't happy unless we get all of our interfaces.
// please don't collapse this into one monolithic boolean expression
(impossible to debug)
if ( (engine = (IVEngineClient *)appSystemFactory(
VENGINE_CLIENT_INTERFACE_VERSION, NULL )) == NULL )
return false;
if ( (modelrender = (IVModelRender *)appSystemFactory(
VENGINE_HUDMODEL_INTERFACE_VERSION, NULL )) == NULL )
return false;
Any help appreciated.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders