I have created COM DLLs using PowerBASIC,
and Visual Basic 6.0,
and Visual FoxPro 9.0,
that I use with 64-bit applications,
such as 64-bit PowerShell and 64-bit JScript.

I do this by creating a DLLSurrogate for my 32-bit COM DLLs.

Ref: https://jpsoft.com/forums/threads/32...com-dll.11296/

It would be great if thincore.dll could be wrapped in a COM DLL,
so that thincore.dll could be used from 64-bit applications,
such as 64-bit PowerShell and 64-bit JScript,
via a DLLSurrogate.

Joe