-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with PROCESS-ARCHITECTURE #49
Comments
Any issue with that? Please report an error message when there is one. Please indicate which Proparse release you are using. Are you intending to fix this yourself and issue a pull-request? |
I'm using proparse.dll version 4.1.0.1219. The complete error stack is: |
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.
The text was updated successfully, but these errors were encountered: