Skip to content

Issues with PROCESS-ARCHITECTURE #49

@DanielBaciu

Description

@DanielBaciu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions