Can I make use of assembly reference of .NET environment natively? For example can I use System.dll reference by native C or C++ without existing of .NET Framework? I don’t mean C++/CLI.
Can I make use of assembly reference of .NET environment natively? For example can
Share
Have a look at http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/0a0342e4-caec-42d0-bfe5-e0930883f141. Easiest is probably to host the CLR if you want to call system.dll.