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

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
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:
 
Found it!!
in
project property->linker->Advanced->Entry point
there was "main", I removed it.
 
Back
Top