Some Compile Error - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Open Source Collaboration (https://www.frictionalgames.com/forum/forum-27.html) +--- Forum: HPL1 Engine (https://www.frictionalgames.com/forum/forum-28.html) +--- Thread: Some Compile Error (/thread-8810.html) |
Some Compile Error - Talus - 06-26-2011 I have trying to compile the HPL1 Engine but I have 7 error like this : Quote:include\game\Updateable.h | 41 | error: unused parameter 'afTimeStep' Where can we find some Documentation of the Engine ? thanx for your answer RE: Some Compile Error - Urkle - 06-26-2011 you are treating warnings as errors?? an unused parameter is normally a warning and should not yield an error like that. RE: Some Compile Error - Talus - 06-26-2011 Yep I'm treating warnings as error I have change my compiler setting but I have a new errors : Quote:sources\graphics\FontData.cpp||In member function 'void hpl::iFontData:raw(const hpl::cVector3f&, const hpl::cVector2f&, const hpl::cColor&, hpl::eFontAlign, const wchar_t*, ...)':| this is the code for the first error : Quote: vswprintf(sText, 255, fmt, ap); PS : I'm sorry for my bad english, I'm French RE: Some Compile Error - Talus - 06-26-2011 Ok, I was Trying to compile it with MinGW but I think that it's not possible so I'm going on VS2008 EDIT : By Folowing of JKO's Guide I have compile It, and OALWrapper, but Overtur resist again ^^ |