71
ScriptBasic Blog / Re: ScriptBasic 3.0
« Last post by John on April 11, 2024, 11:21:07 PM »I put a print statement in the SB_Configure function in the SBT module. It looks like the correct name is being passed. The print statement is just before I call the scriba_LoadConfiguration function. I'm done for tonight and I'll look into this further tomorrow.
On 64-bit Windows, all pointer types are 8 bytes, twice the size on 32-bit Windows.
C:\ScriptBasic64\examples>scriba sbt_demo.sb
sb = 755889768
Config: C:/Windows/SCRIBA.INI
C:\ScriptBasic64\examples>
On 64-bit Windows, all pointer types are 8 bytes, twice the size on 32-bit Windows.
C:\ScriptBasic64\examples>scriba sbt_demo.sb
sb = 755889768
Config: C:/Windows/SCRIBA.INI
C:\ScriptBasic64\examples>