Hi Diego,
> Building your GREAT CppUnit with "VC6 Standard Edition" in
> Win98 show two linking errors, with "VC6 Profesional Edition"
> in Win2k not.
>
>
>
> --------------------Configuration: TestRunner - Win32 Release
> Unicode--------------------
>
> Linking...
> LINK : fatal error LNK1104: cannot open file "mfc42u.lib"
> Error executing link.exe.
>
> testrunneru.dll - 1 error(s), 0 warning(s)
> --------------------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)
Do you have Unicode support for VC installed?
HTH,
Pedro
|