Sep 2, 2004 #1 T tdale New member Joined Sep 2, 2004 Messages 2 Anyone know how to call a .NET DLL from C++?
Sep 2, 2004 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* Are you using pure C++ or Managed C++?
Sep 3, 2004 #4 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* Doesnt look easy but this page contains a few resources on hosting the CLR, might be of some use.
Sep 8, 2004 #5 HJB417 Well-known member Joined Mar 5, 2003 Messages 609 Location Lowell, MA tdale said: Anyone know how to call a .NET DLL from C++? Click to expand... I dont but youre question is a really good one and I was interested to find out if/how this could possible. Heres 1 way http://weblogs.asp.net/rosherove/archive/2004/03/11/87571.aspx Another is accessing the .net object as a com object.
tdale said: Anyone know how to call a .NET DLL from C++? Click to expand... I dont but youre question is a really good one and I was interested to find out if/how this could possible. Heres 1 way http://weblogs.asp.net/rosherove/archive/2004/03/11/87571.aspx Another is accessing the .net object as a com object.