Serj666_PL Posted May 1, 2007 Author Share Posted May 1, 2007 Linking... Creating library .\../Final/jampgamex86.lib and object .\../Final/jampgamex86.exp g_crash.obj : error LNK2019: unresolved external symbol __imp__wsprintfA referenced in function _win32_backtrace ../../ojpenhanced/jampgamex86.dll : fatal error LNK1120: 1 unresolved externals Build log was saved at "file://d:\jkcode\ojpenhanced\source\Final\JK2game\BuildLog.htm" JK2game - 2 error(s), 0 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== ?? Link to comment Share on other sites More sharing options...
DarthDie Posted May 1, 2007 Share Posted May 1, 2007 I know the first error....me and hockney have that same error....we just commnented out that piece of code(more on this in a minute). Hang on and i'll tell you what line to comment out.... Comment out: wsprintf(modname, "Unknown"); Just make sure not to commit this change . Link to comment Share on other sites More sharing options...
Serj666_PL Posted May 1, 2007 Author Share Posted May 1, 2007 I don't speak English well and I didn't understand it can you tell me how to these line must look like? Link to comment Share on other sites More sharing options...
DarthDie Posted May 1, 2007 Share Posted May 1, 2007 Ah ok well just add // before it so it would look like: //wsprintf(modname, "Unknown"); Link to comment Share on other sites More sharing options...
Serj666_PL Posted May 1, 2007 Author Share Posted May 1, 2007 thank you you are god :D ------------------------ "It's working, It's working" ------------------------ -Anakin Skywalker Episode I Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.