Windows XP Visual C++ Link Error LNK2028 & LNK2019

Joined
Dec 10, 2006
Messages
1
Reaction score
0
Hi,
I am writing my first windows application and trying to call some code on a button press. I get the following errors when linking.

test.obj : error LNK2028: unresolved token (0A000019) "public: void __clrcall Test_IO::Open(void)" ((e-mail address removed)) referenced in function "void __clrcall B_Pressed(void)" (?B_Pressed@@$$FYMXXZ)

test.obj : error LNK2019: unresolved external symbol "public: void __clrcall Test_IO::Open(void)" ((e-mail address removed)) referenced in function "void __clrcall B_Pressed(void)" ((e-mail address removed))

Any ideas how to get it linking?

Thanks
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top