Hello Guest it is April 19, 2024, 10:28:00 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nobody44

Pages: 1
1
Mach SDK plugin questions and answers. / Linker Error
« on: November 19, 2009, 07:10:59 PM »
Hello,
I got a problem with the SDK:
I'm using VS Professional 2008 and I try to develop a small plugin for my machine.
I'm also using the Blank Plugin from the SDK, but when I want to call a function from TrajectoryControl *MainPlanner, e.g. MainPlanner->ZeroAll();, I get an error from the linker: "error LNK2019: unresolved external symbol "public: int __thiscall TrajectoryControl::ZeroAll()".

The instance-variables are working fine, e.g. MainPlanner->AAng... no error... just when I want to call a function i get this error.

I think there is missing an import of a library...
Any ideas?

Thank you, and sorry for my english...  ;-)

Pages: 1