Message 1 of 6

Not applicable
10-19-2009
10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
i have a arx project, which is completely written in C++. Now i need to convert this project to mixed mode C++ CLI. I Changed "Common Language Runtime Support" to "Pure MSIL Common Language Runtime Support (/clr:pure)" in project settings. Then I included the necessary header files in stdafx.h. Then wrapped the DllMain by #pragma managed(push, off). I build the arx it success fully builds. The problem is when i load usng AppLoad it hangs. While debugging, the dwebugger detects Loader Lock. I made some mistakes during convertion. is there any document, that describe how to convert Simple MFC Arx to C++ CLi Mixed mode ARX? Any help is appreciated.
Thanks in advance
Prem Kumar U
i have a arx project, which is completely written in C++. Now i need to convert this project to mixed mode C++ CLI. I Changed "Common Language Runtime Support" to "Pure MSIL Common Language Runtime Support (/clr:pure)" in project settings. Then I included the necessary header files in stdafx.h. Then wrapped the DllMain by #pragma managed(push, off). I build the arx it success fully builds. The problem is when i load usng AppLoad it hangs. While debugging, the dwebugger detects Loader Lock. I made some mistakes during convertion. is there any document, that describe how to convert Simple MFC Arx to C++ CLi Mixed mode ARX? Any help is appreciated.
Thanks in advance
Prem Kumar U
Solved! Go to Solution.