Comments on: Custom Manipulator Controlling X-Plane https:/code-sample/custom-manipulator-controlling-x-plane/ Developer resources for the X-Plane flight simulator Fri, 14 Jun 2019 16:15:31 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Steve https:/code-sample/custom-manipulator-controlling-x-plane/#comment-33689 Fri, 14 Jun 2019 16:15:31 +0000 http://developer.x-plane.com/?post_type=code-sample&p=7976#comment-33689 Visual Studio 2019
First writing a plugin of any kind. Got to the last step and had the DataAccess, plugin, and processing header files included, and have their paths in the included directory for my main.cpp file, and i also added them to the dll project as a whole.
Despite that ( the compiler actively recognizes the methods and everything else from the header files) when building,
I get this error:
Error LNK2019 unresolved external symbol __imp__XPLMFindDataRef referenced in function _XPluginStart
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp__XPLMGetDataf referenced in function (void function to print values i accesed)

]]>