M
Mas L via DotNetMonster.com
Hi,
I have a c++ source code which I can compile to be a DLL (in VS.NET 2003).
And I need to use it in a C# program.
After I compiled/build the C++ code to a DLL, I add it as a Reference in my
C# program.
When I look at the reference and I double click to view it in the objec
browser , I see only structs , without their members. And I don't see methods.
Is there a way to compile the DLL so I can at least have the structs with
their members. The methods I can DLLImport but the structs not and they are
very important.
Can somebody please help? Thanks a lot in advance.
NETFAN
I have a c++ source code which I can compile to be a DLL (in VS.NET 2003).
And I need to use it in a C# program.
After I compiled/build the C++ code to a DLL, I add it as a Reference in my
C# program.
When I look at the reference and I double click to view it in the objec
browser , I see only structs , without their members. And I don't see methods.
Is there a way to compile the DLL so I can at least have the structs with
their members. The methods I can DLLImport but the structs not and they are
very important.
Can somebody please help? Thanks a lot in advance.
NETFAN