Hello,
I created a .NET managed assembly, and added a C++ class to that project.
This class isn't .NET managed, just simple class:
Class Cap
{
.....
};
When i write "new" to this unmanaged class from the managed class, I get
this linker error:
CL error LNK2001: unresolved external symbol "void * __cdecl operator
new(unsigned int)" (??2@$$FYAPAXI@ Z)
When I need to do?
Thanks alot,
Itay.
I created a .NET managed assembly, and added a C++ class to that project.
This class isn't .NET managed, just simple class:
Class Cap
{
.....
};
When i write "new" to this unmanaged class from the managed class, I get
this linker error:
CL error LNK2001: unresolved external symbol "void * __cdecl operator
new(unsigned int)" (??2@$$FYAPAXI@ Z)
When I need to do?
Thanks alot,
Itay.