It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Any new information about the header files, or any other information, on how SBL or TeakLibW functions? I could extract most of the header information from the lib file (VS Studio dumpbin.exe /LINENUMBERS sbl.lib gives nearly all function definitions, and the TeakLibW with /SYMBOLS gives me many information, but not enough), but it is far from the original header files.

I narrowed the source code down to around 57 compiler errors (with some more IntelliSense errors) and most of them come from missing defines, like SB_Hardwarecolor or CREATE_SYSMEM, which are possibly in the TeakLibW header

I found an open source version of smack, but I can't test it until the all the informations are together, but I could compile without those smack videos for now.

EDIT:
I don't know if the "sblib\include\SbLib.h" is any different to the sbl.h file, but it is something we need as well because it could have some needed informations/code
Post edited January 03, 2018 by WizzardMaker
For anyone looking for the missing source code files, they're available on GitHub now in the legacy branch: github.com/openairlinetycoon/AirlineTycoon
Post edited April 18, 2021 by CrossVR