Posted January 03, 2018
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
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