LNK1104 cannot open file GOOFExtension_d.lib

gafman

26-11-2006 01:53:34

After a load of hardship I have been able to compile GOOF and get only 1 error at the end:

LNK1104 cannot open file GOOFExtension_d.lib

This is mentioned in the install notes, and says that after one build this should go away - but it doesn't.
I'm using VS 2005, and the library file is not created, and it happens both in DEBUG and RELEASE mode.
Can anyone help?

Thanks

Falagard

26-11-2006 05:37:13

Is that project compiling successfully?

Does the GOOFExtension_d.lib exist?

Is the path to the lib file included in the library paths?

They should be based on the VC 7.1 project, but those are things to check.

gafman

26-11-2006 08:54:48

No the file ("GOOFExtension.h" / "GOOFExtension_d.h") doesn't exist

The path to the lib directors IS included in the library paths.

I have tried building GOOFExtension, but that complains about "GOOFImpostorGameSystem(_d).lib".
So I guess the project dependancies / build order is incorrect, but I haven't changed them.

Falagard

26-11-2006 19:07:19

Start at the first error in the first project that complains and work from there. You shouldn't be worrying about "LNK1104 cannot open file GOOFExtension_d.lib" until you get GOOFExtension compiling properly ;-)

So does GOOFImpostorGameSystem compile? If not, what's the error?