The only workaround to this, at the time of writing, is compiling the *.dll, or, (if statically linked), your application, with Visual Studio instead. There are other issues with the VBScript InputBox when compiling with MinGW, but this is probably the biggest concern with it.
The only workaround to this, at the time of writing, is compiling the
*.dll, or, (if statically linked), your application, with Visual Studio instead. There are other issues with the VBScript InputBox when compiling with MinGW, but this is probably the biggest concern with it.