SDK Question Compiler error on oapiVCPosition call

fred18

Addon Developer
Addon Developer
Donator
Joined
Feb 2, 2012
Messages
1,667
Reaction score
104
Points
78
Hi all,

I get a compiler error LNK2019 when I use the oapiVCPosition function. Orbiter2016 official release, I have not tried in Beta.
Error happens both in Debug and Release mode. Everything works, debugs and compiles fine without the use of this function so I guess there is something missing in the libs?

Cheers

Fred
 

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,398
Reaction score
578
Points
153
Location
Vienna
I get a compiler error LNK2019 when I use the oapiVCPosition function. Orbiter2016 official release, I have not tried in Beta.
Error happens both in Debug and Release mode. Everything works, debugs and compiles fine without the use of this function so I guess there is something missing in the libs?

There is no oapiVCPosition function signature in Orbiter.lib or OrbiterSDK.lib, so I guess this is a bug. I'm not sure if this wasn't already reported, though.
 
Top