PDA

View Full Version : error PRJ0019 at compiling doom3 sdk


ibeam_tech
09-27-2006, 02:12 PM
i downloaded doom3 sdk v3 from iddevnet, but when i build it, it says:

Error 1(and 3) error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Game(and game-d3xp)
Error 2(and 4) error BK1506 : cannot open file '.\game\InlineDebugMemoryDLL\AF.sbr': No such file or directory BSCMAKE
for both "Game" and "game-d3xp" projects. how can i solve it?

my ide is: Microsoft Visual Studio 2005 Professional Edition

jbailey
09-28-2006, 10:35 PM
I've got a little experience here, a sbr file will not be generated if a error occurs during compilation of a given file, check for any missing .obj files ( in this case 'af.obj', if it's not there, then load the project file(s) back into vc2005 and
select 'only' the af file and then select 'compile this file' and see if it builds,
if it doesn't then you'll have to look into the code to see what made the
compiler stop on this file...

ibeam_tech
09-29-2006, 06:40 AM
i have no idea about that,
i can build quake4 sdk but cant build doom3 sdk! (i think the engines are very same!)
i will check the project settings and code to find something. thanks