take a look at %MSVCDIR%\MFC\Include\ the header should be there. Probably, your %INCLUDE% does not list it.
-VJ > PrintingPromptService.cpp fails to compile with message below: > > mozilla/embedding/tests/mfcembed/components/stdafx.h(57) : fatal error C1083: Cannot open include file: 'afxdtctl.h': No such file > or directory > > > it appears that afxdtctl.h is available with visual studio 7 or higher while according to this page > http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites > VC6 is the official tool for building Firefox 2 and Firefox 1.5.0.x > > So references to afxdtctl.h must be removed from those branches. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
