tdale Posted September 2, 2004 Posted September 2, 2004 Anyone know how to call a .NET DLL from C++? Quote
Administrators PlausiblyDamp Posted September 2, 2004 Administrators Posted September 2, 2004 Are you using pure C++ or Managed C++? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Administrators PlausiblyDamp Posted September 3, 2004 Administrators Posted September 3, 2004 Doesn't look easy but this page contains a few resources on hosting the CLR, might be of some use. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
HJB417 Posted September 8, 2004 Posted September 8, 2004 Anyone know how to call a .NET DLL from C++? I don't but you're question is a really good one and I was interested to find out if/how this could possible. Here's 1 way http://weblogs.asp.net/rosherove/archive/2004/03/11/87571.aspx Another is accessing the .net object as a com object. Quote
Recommended Posts