Thread: Please help
View Single Post
Re: Please help
Old
  (#10)
Terran
Member
 
Terran's Avatar
 
Status: Offline
Posts: 431
Join Date: Jan 2004
Default Re: Please help - 18-03-2004

I'm encountered a small problem while compiling joebot. You include a "eiface.h" with your sources which differs from the original version from the HL-SDK in one line:

your code:
Code:
  void (*pfnEngineFprintf)(FILE *pfile, char *szFmt, ...);
HL-SDK (with the latest official patches!):
Code:
  void (*pfnEngineFprintf) (void *pfile, char *szFmt, ...);
  
Reply With Quote