Serj666_PL Posted May 1, 2007 Author 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 ========== ??
DarthDie Posted May 1, 2007 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 .
Serj666_PL Posted May 1, 2007 Author 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?
DarthDie Posted May 1, 2007 Posted May 1, 2007 Ah ok well just add // before it so it would look like: //wsprintf(modname, "Unknown");
Serj666_PL Posted May 1, 2007 Author Posted May 1, 2007 thank you you are god :D ------------------------ "It's working, It's working" ------------------------ -Anakin Skywalker Episode I
Recommended Posts
Archived
This topic is now archived and is closed to further replies.