--------------------Configuration: TestRunner - Win32 Debug Unicode--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "mfc42ud.lib"
Error executing link.exe.
testrunnerud.dll - 1 error(s), 0 warning(s)
what must i do to compile it correctly?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-08-27
I had the same Error, but if you don't need the Unicode-Library (in most cases you should not need it) you can ignore it. The important Libs are correctly build.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-08-27
thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when i try to compile test runner, get error:
--------------------Configuration: TestRunner - Win32 Debug Unicode--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "mfc42ud.lib"
Error executing link.exe.
testrunnerud.dll - 1 error(s), 0 warning(s)
what must i do to compile it correctly?
I had the same Error, but if you don't need the Unicode-Library (in most cases you should not need it) you can ignore it. The important Libs are correctly build.
thanks!