Hello, if I understood right, your calculations are serverside. You can try to put your functions and includes in an #ifndef CLIENT_DLL block (I think baseanimating.h can't be used by the client.dll). I already got this error too a couple of times and this often solved it. If I am wrong, someone correct me please. > Jed, I found what looks like everything I need. Thanks! I'm running into a > separate issue now, one that isn't making much sense to me. > > I copied over a lot of the functions that govern "lookat" into my code and > attempted a compile, just to figure out what I need to write in, as well as > what libraries I need to include. Function SetPoseParameter is called, and > is referenced in baseanimating.h. However, after including the library in my > program, I receive build error "SetPoseParameter: Identifer not found." > Shouldn't it find it just as soon as I've referenced baseanimating? Or am I > misunderstanding the error? Thanks. > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > >
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

