Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

How to use Visual C++ DLL in C#

$
0
0

Hello,

I have tried converting a Visual C++ project( Consisting of around 50 files) to DLL by

using the following step.

Properties->General ->Configuration type(Dynamic Library (.dll)).

C/C++ -> Runtime Library ->Multi-threaded Debug DLL (/MDd).

Linker->General ->Output file ->project_name.dll

I am able to see the .dll file. But the .lib file is not getting generated.

Any pointers for this is really appreciated.

I want to use this DLL in Visual C# for making GUI.

Thanks

-Manish


Viewing all articles
Browse latest Browse all 15302

Trending Articles