C
CharlesHenri
Hello,
i plan to use a managed dll containing WinForm classes in an unmanaged
win32 exe.
Starting from NOTHING, how do i have to proceed ?
I have found the following tutorial on microsoft.com :
"Converting Managed Extensions for C++ Projects from Pure Intermediate
Language to Mixed Mode" :
http://msdn.microsoft.com/library/d...tsfrompureintermediatelanguagetomixedmode.asp
I've tried to create an Win32 application + a managed c++ dll, and use
the dll in the exe, following step by step the tutorial.
All compiles and links, but....the application starts with an
uncontinuable exception 0x000005 (acces violation i presume).
What i am missing ? Anyone has a sample solution ?
I am using VS 2003 v 7.1.3088 with XP 2002 Professional.
Many Thanks !!
i plan to use a managed dll containing WinForm classes in an unmanaged
win32 exe.
Starting from NOTHING, how do i have to proceed ?
I have found the following tutorial on microsoft.com :
"Converting Managed Extensions for C++ Projects from Pure Intermediate
Language to Mixed Mode" :
http://msdn.microsoft.com/library/d...tsfrompureintermediatelanguagetomixedmode.asp
I've tried to create an Win32 application + a managed c++ dll, and use
the dll in the exe, following step by step the tutorial.
All compiles and links, but....the application starts with an
uncontinuable exception 0x000005 (acces violation i presume).
What i am missing ? Anyone has a sample solution ?
I am using VS 2003 v 7.1.3088 with XP 2002 Professional.
Many Thanks !!