I then make the call:
- Code: Select all Expand view
SetObject := CreateObject("cipwin32.easyIntegrator")
When executing the code, I get the following error:
- Code: Select all Expand view
Error description: Error TOleAuto/-1 REGDB_E_CLASSNOTREG: TOLEAUTO:NEW
Args:
[ 1] = C cipwin32.easyIntegrator
[ 2] = U
[ 3] = U
Stack Calls
===========
Called from: => THROW( 0 )
Called from: xhb\xhbole.prg => TOLEAUTO:NEW( 0 )
Called from: xhb\xhbole.prg => CREATEOBJECT( 0 )
I used this process in my 32bit builds previously, and the provider told me the same .ocx should be fine in 64 bit.
I did a lot of research on the web for that error code, and it can any number of issues. It is not specific enough.
I have to register it manually for testing. Ultimately my install package will register it.
I'm using Visual Studio 2022, the latest Harbour build, FWH 22.03. Any suggestions or thoughts on this will be greatly appreciated.