LINKER error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Itay_k

    #1

    LINKER error

    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.


Working...