Jun 12, 2007 #1 mcox05 Programmer Apr 25, 2006 25 US Was wondering the steps that are necessary to import C# code into an existing c++ assembly ... Any ideas? Was considering the idea of creating DLLs then importing them into the C++ classes but I've never tried that so I'm kidna in the dark
Was wondering the steps that are necessary to import C# code into an existing c++ assembly ... Any ideas? Was considering the idea of creating DLLs then importing them into the C++ classes but I've never tried that so I'm kidna in the dark
Jul 8, 2007 #2 chiph Programmer Jun 9, 1999 9,878 US If both your C++ and C# code is CLR compliant, all you should have to do is set a reference to the C# assembly and then just call it. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
If both your C++ and C# code is CLR compliant, all you should have to do is set a reference to the C# assembly and then just call it. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first