error with "mfc42u.lib"

  • Thread starter Thread starter nassar
  • Start date Start date
N

nassar

i'm trying to build the project of the MFC's
sample "VCTERM", and this error message appears:
LINK : fatal error LNK1104: cannot open file "mfc42u.lib"
can you please tell me where i can find this library.
thanx..
 
nassar said:
i'm trying to build the project of the MFC's
sample "VCTERM", and this error message appears:
LINK : fatal error LNK1104: cannot open file "mfc42u.lib"
can you please tell me where i can find this library.
thanx..

The unicode libraries are an optional part of the VC6 install. You should
rerun the setup and select them.
 
Back
Top