Just starting to play with 64bit Jade, I'm killing my client with a getRegValue method, it uses advapi32 calls.
All actually looks OK until I hit the epilog:
call regCloseKey(openKey)
Do I need a function from a different dll?
Or a 64 version of the call perhaps with Integer64 params instead of Integer?