John_Dear
(John Dear)
1
Trying to include a tool which links to Sage Accounts imported from RealBasic
When trying to run in XOJO I get a “class not registered” error. I obviously missing something obvious but can’t think what and am under pressure.
Can anyone provide a simple solution? Screenshot of code below.
Greg_O
(Greg O)
2
So you just copied that class from an existing project? Is Sage Accounts installed on your machine? If so, has the UUID of their control changed?
Maybe 64bit vs 32bit? Your app is 64bit and the OLEObject is 32bit? Then your app has to be compiled for 32bit, too.
John_Dear
(John Dear)
4
Thanks Thomas, knew it was something obvious I was missing. Changed to 32 bit and works fine.