ImageEx for c63 also suitable for c10/c11?

I’ve been using ImageEx (3) since ages in c6.3 and now I’ve moved some code which uses ImageEx to c10.

I’ve simply included the following:

PRAGMA('link(im3x63x.lib)')

INCLUDE(‘IMAGEEX3.INC’), ONCE

And my code compiles/links without errors, I’ve moved the two dll’s (im3x63x.dll and imexco3.dll … both from 2006…) to my exes folder, but the app won’t start (failed to start (0xc0000142) → which indicates a dll loading problem if I’m correct)

I always thought that the ImageEx dll wasn’t dependant on a specific clarion version, but I guess it uses a c63 dependand dll (“im3x63x.dll”)?

Does anybody know wether ImageEx (for c6.3) is still usable in c10/c11?

TIA

The 63 in the name suggests it’s bound to 6.3 …

There is a new version that works with c10/c11
https://clarionproseries.com/html/imageex.html

I’m in the process of upgrading. Charles is leading me to my end goals (at least some)

Thanks