Tech Support > Computers & Technology > Programming > Interfacing .NET dll in C++
Interfacing .NET dll in C++
Posted by Ofir on July 15th, 2004


hi,

I have a C#.NET dll I wrote and compile with register as COM interop enable.
I need to use this dll in C++ code.
I created an Interface to this dll (*.tlb) in C++ (ctrl w).
from some reason the Interface does not expose the public functions of the dll.
I can create an instance of the dll but can not use its functions.

Does any one have any idea?

BTW - using this dll in VB6 is working fine with add reference.

Thanks,

Ofir.

Posted by Ofir on July 21st, 2004


Any one?

ofir.haun@intel.com (Ofir) wrote in message news:<fd26ed69.0407150430.43b04e79@posting.google. com>...


Similar Posts