I have a C source code written in VC++6.0 and I need that code to be used in a C# application which I am coding.
I have done few things to make that happen, I have run that C source file in release mode and have generated the intermediate.manifest file and the other files there, can I use any of these file to make my problem solved.