new to c++/cli
-
Hi my application is in C++ and I need to call a method from application that is in C# I use Visual Studio 2012 and I am completely new to this. I tried some of the examples on this site but am frustrated by failure all the time. I created a C++/CLR project and used the example at following link, but can't get it to I don't know why it thinks I'm using unmanaged code while I checked the commandline options in my project and there is /clr in it. Is this related VS 2012? please help http://www.codeproject.com/Articles/10020/Using-managed-code-in-an-unmanaged-application
-
Hi my application is in C++ and I need to call a method from application that is in C# I use Visual Studio 2012 and I am completely new to this. I tried some of the examples on this site but am frustrated by failure all the time. I created a C++/CLR project and used the example at following link, but can't get it to I don't know why it thinks I'm using unmanaged code while I checked the commandline options in my project and there is /clr in it. Is this related VS 2012? please help http://www.codeproject.com/Articles/10020/Using-managed-code-in-an-unmanaged-application
Member 9668955 wrote:
please help
With what? All you have done is tell us that you can't get it to work. You need to provide specific details of the failures and include extracts of the code that is giving the problem. If you are having a problem with the code of an article then you should use the forum at the end of that article to discuss with the author.
Use the best guess