mfcsample

When I am compiling sample MFC DSW in VC++ 6 environment I am getting the error mfcsample.lib not found. How can I rectify it? Is anybody knows why does it happens?

Patrik Mueller's picture

Hi,

OCC has the common parts for MFC inside a lib: MFCSample.lib. so if you want to compile the samples make sure VC6 knows the path for the lib ("samples\standard\mfc\mfcsample\Release" or "samples\standard\mfc\mfcsample\debug") under your OCC path.

HTH,

Patrik