Link to home
Start Free TrialLog in
Avatar of kayhustle
kayhustle

asked on

Unresolved Token delete when writing managed wrapper class

I am new to managed c++.  I am writing a managed wrapper for an unmanaged class.  When I compile I get
error LNK2020: unresolved token (0A00000C) delete
I'm assuming this is referring to the delete in the destructor of the unmanaged class.  How do I get rid of this?
Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Svetlin_Panayotov
Svetlin_Panayotov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kayhustle
kayhustle

ASKER

Still don't know why it wouldn't recognize delete, but I've left points anyway.