Click to See Complete Forum and Search --> : Using VC++ 6 dll in C#


FaisalJ
July 28th, 2002, 11:17 AM
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!

CPCericola
July 28th, 2002, 06:52 PM
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/default.asp?url=/library/en-us/cpguide/html/cpconinteroperatingwithunmanagedcode.asp