-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
We are using PROCESS-ARCHITECTURE to decide the type of variable we use to communicate with external dll.
I reduce the code to reproduce the error to the following:
&IF PROCESS-ARCHITECTURE EQ 32 &THEN
&GLOBAL-DEFINE PTRSIZE 4
&GLOBAL-DEFINE PTR LONG
&ELSEIF PROCESS-ARCHITECTURE EQ 64 &THEN
&GLOBAL-DEFINE PTRSIZE 8
&GLOBAL-DEFINE PTR INT64
&ENDIF
DEF VAR iCallbackModuleHandle AS {&DEF_PTR} NO-UNDO INIT 0.
Thank you for checking.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels