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

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:
 
You might find this useful in calling the SDK functions direct, instead of all the C++ 'decoration'... helps speed things up a bit.

:rofl:
 
Back
Top