I have an unmanaged MFC application. I have written a CLI wrapper for the application and converted into a DLL. The unamanged code has string table resources that is used to display messages here and
I had a discussion with my friend about managed and unmanaged resources in c#. According to my friend:
In my c开发者_开发知识库ode i am running an exe file through a process call. How to handle exception generated by the exe file.
I am running a process, which is creating a file and using that file. After the end of that process, i am deleting that file.
I am having a really hard time getting this marshalling down. I have umanaged code that looks like this:
I\'m using a DLL written in c++ in my C# project. I have been able to call function开发者_StackOverflow中文版s within the DLL using this code:
Are the database-related objects such as connection objec开发者_开发技巧t, command object, datareader, dataadapter,... unmanaged resources?The objects you refer to are part of the .NET framework, and