I'm trying to build the Sampleapp for EasyCE2.0beta using VC++6.0. I've copied the OpenPTC directory into the Sampleapp dir and I have added "OpenPTC/library/visual" in the additional path section on the link tab and ptc.lib into the object/library modules section. When I build I get the following unresolved externals.
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_create@40
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_up@4
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_down@4
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_left@4
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_right@4
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_space@4
EasyCE.obj : error LNK2001: unresolved external symbol _ptc_key_enter@4
Can someone tell me what I am missing out?
Thanks
Eric.
