You can use the TlbImp.exe tool
Use the Visual Studio Command Line and type the following:
TlbImp YourCPPDll.dll /out:C:\DotNetWrapper.dll
Where DotNetWrapper.dll is the assembly that will be Generated.
If you want to add a strong name to your assembly add the following
flag to the command:
/keyFile:YourStrongName.snk
Hope this helps
You can use the TlbImp.exe tool
Use the Visual Studio Command Line and type the following:
TlbImp YourCPPDll.dll /out:C:\DotNetWrapper.dll
Where DotNetWrapper.dll is the assembly that will be Generated.
If you want to add a strong name to your assembly add the following
flag to the command:
/keyFile:YourStrongName.snk
Hope this helps
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.