The MASM Forum

Projects => ObjAsm => Topic started by: Biterider on July 23, 2019, 07:04:20 PM

Title: Script Host
Post by: Biterider on July 23, 2019, 07:04:20 PM
Hi
Good news  :tongue:

While preparing the ObjAsm release, I added the 64-bit version of the ScriptHost demo application to the package.

It took a while to find an ugly bug that only appeared in the 32-bit version due to the calling convention.
This brings me to an important lesson I learned while porting the code to and from 64 bits. There are bugs that you can only find if you change some of the basic application definitions, such as the bitness or calling convention. If you've written good code, it will survive those changes :cool:

I have added some vbs script files for download to check the functionality.
The scripts that use the output window can only be executed in the context of the demo application.

Biterider