1. including Managed code ( /CLR ) in MFC app
2. MFC Dialog app "Including" another MFC Dialog app problems.
WIN XP, VC6
I'm trying to use a CDialog based app from another CDialog based app and
can't get around the following error:
bla,bla\..\WagCom\DlgThreadmill.h(27) : error C2065: 'IDD_THREADMILL' :
undeclared identifier
IDD_THREADMILL is obviosly resource in the "Included" app.
I don't know how to make that resource visible to the calling app. I have
the Include statement in the calling object :
#include "..\WagCom\DlgThreadmill.h"
and I know that the path is correct..
Any help appreciated.
Thanks
4. C2872 IServiceProvider ambiguous symbol - migrating C++/MFC App with /clr to Visual Studio 2005
6. C2872 IServiceProvider ambiguous symbol - migrating C++/MFC App with /clr to Visual Studio 2005
7. MFC App -> MFC DLL -> Win32 App's API
8. Permissions of CLR-managed worker threads in an app hosted by IEEx
9. managed type Mixed (/clr) or Pure (/clr:pure)
10. Merging code for Win32 Cosole COM App with another MFC App
11. managed type Mixed (/clr) or Pure (/clr:pure)
12. Merging code for Win32 Cosole COM App with another MFC App
13. including dshow.h compiles with /clr:oldSyntax but not /clr
14. How can you call managed code without hosting the CLR
15. fatal error C1190: managed targeted code requires '#using <mscorlib.dll>' and '/clr' option