Managed C++ exe =to=> Managed C++ DLL

L

Lloyd Dupont

Now I have finally wrapp all my feature the way I want to have them, and I
was thinking to starting agin on my C# roject with my my ManagedC ++ code as
a DLL.

I added my Managed C++ exe/project to the C# solution
I removed the files contining the main() (no need for them in a DLL)
I changed the project top to a DLL
(project->properties->Configuration->general->Config Type: dll)
and I tried to build and get the following errors:
 
L

Lloyd Dupont

Found it!!
in
project property->linker->Advanced->Entry point
there was "main", I removed it.
 

Ask a Question

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.

Ask a Question

Top