Chak Nanga wrote:
> Hi Ed,
>
> You should be able to build MfcEmbed in the IDE by opening the
> workspace file mfcembed/mfcembed.dsw in the VC++ IDE and choosing the
> Build/BuildAll menu item.
>
> Thanks
> Chak
>
Doesn't work for me. I get the following error:
+++ make: Creating EXE: .\WIN32_O.OBJ\mfcembed.exe
The name specified is not recognized as an
internal or external command, operable program or batch file.
NMAKE : fatal error U1077: 'cat' : return code '0x1'
Stop.
So, I have to build from the dos command line. However my real problem
is that it builds the exe with no debug information, which means I can't
debug into the source code.
Anyone know how to get it to build with debug info.?