Hello!
I plan to learn C#, but before that I need to know that I have created a API that works correct when the API functions are called in VC++6.
Can I call the API functions in C#?
Thanks!
Printable View
Hello!
I plan to learn C#, but before that I need to know that I have created a API that works correct when the API functions are called in VC++6.
Can I call the API functions in C#?
Thanks!
Yes, you can interface unmanaged code DLLs and COM objects. This following links takes you to the MSDN library where it discusses this.
http://msdn.microsoft.com/library/de...anagedcode.asp