Discussion Orbiter export function table

Col_Klonk

Member
Joined
Aug 29, 2015
Messages
470
Reaction score
0
Points
16
Location
This here small Dot
In my preparation to do some development on Orbiter, I've extracted the SDK functions from the exe file.

These two docs show the SDK Functions and their Ordinal positions, in A-Z and by Ordinal values.

You might find this useful in calling the SDK functions direct, instead of all the C++ 'decoration'... helps speed things up a bit.

:)
 

Attachments

  • OrbiterExe_Exports.pdf
    84.1 KB · Views: 35
  • OrbiterExe_Exports_A_Z.pdf
    80.9 KB · Views: 16

meson800

Addon Developer
Addon Developer
Donator
Joined
Aug 6, 2011
Messages
405
Reaction score
2
Points
18
Thank you!

I'm not sure how that would speed up normal development, but this is certainly useful for my work on catch-ctd. :thumbup:
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
You might find this useful in calling the SDK functions direct, instead of all the C++ 'decoration'... helps speed things up a bit.

:rofl:
 
Top