S
Simon Jefferies
Hello,
I am trying to use a Managed C++ .NET (DLL) Class library within my Managed
C++ .NET forms application.
I have both projects in the same solution and have the class library under
my references branch in the forms application.
When I build i get the following linker error:-
LINK : error LNK2020: unresolved token (06000076)
MenuItems.MenuSystemPage::.ctor
LINK : error LNK2020: unresolved token (06000077)
MenuItems.MenuSystemPage::Finalize
Any ideas why this is happening?
Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
www.callofcthulhu.com www.deadlandsgame.com
-
I am trying to use a Managed C++ .NET (DLL) Class library within my Managed
C++ .NET forms application.
I have both projects in the same solution and have the class library under
my references branch in the forms application.
When I build i get the following linker error:-
LINK : error LNK2020: unresolved token (06000076)
MenuItems.MenuSystemPage::.ctor
LINK : error LNK2020: unresolved token (06000077)
MenuItems.MenuSystemPage::Finalize
Any ideas why this is happening?
Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
www.callofcthulhu.com www.deadlandsgame.com
-