Q
quortex
Hi,
I have created a very small test wrapper class in Managed C++ which
wraps up some very simple native code. I am using C# 2 + Visual Studio
2005 Beta 2.
I have the back end C++ library without CLR which is to be wrapped that
outputs fine to a static .lib as expected.
Then I import the .lib into a Managed C++ DLL (/CLR) and wrap it up in
a class. Everything compiles fine with no errors or warnings however my
DLL is not outputted into the debug folder.
It creates the .obj file and a manaifest file -
(myprogram.dll.intermediate.manifest) but there's no library (dll)
outputted.
I have checked all the settings and I am completely out of ideas. Why
isn't the DLL being outputted? Do I need to somehow declare what is
outputted and what isn't? I do recall dllimport and dllexport from back
in the day although it's a vague memory
I take it this obviously doesn't work like a normal .net assembly?
Please point me in the right direction. Thanks in advance.
Kind Regards,
Mark
I have created a very small test wrapper class in Managed C++ which
wraps up some very simple native code. I am using C# 2 + Visual Studio
2005 Beta 2.
I have the back end C++ library without CLR which is to be wrapped that
outputs fine to a static .lib as expected.
Then I import the .lib into a Managed C++ DLL (/CLR) and wrap it up in
a class. Everything compiles fine with no errors or warnings however my
DLL is not outputted into the debug folder.
It creates the .obj file and a manaifest file -
(myprogram.dll.intermediate.manifest) but there's no library (dll)
outputted.
I have checked all the settings and I am completely out of ideas. Why
isn't the DLL being outputted? Do I need to somehow declare what is
outputted and what isn't? I do recall dllimport and dllexport from back
in the day although it's a vague memory
I take it this obviously doesn't work like a normal .net assembly?
Please point me in the right direction. Thanks in advance.
Kind Regards,
Mark