roettgermann
Member
Hello,
I use a dll as com-handle in Progress:
DEF VAR vh-qotrans AS COM-HANDLE NO-UNDO.
My Problem is the following:
I have one Integer-Parameter as INPUT for the dll and I receive the error
5900 (Wrong input/output parameter):
The Code:
DEF VAR vc-1 AS CHAR NO-UNDO.
DEF VAR vc-2 AS CHAR NO-UNDO.
DEF VAR vi-typ AS INT NO-UNDO.
vh-qotrans:qodelpath(INPUT-OUTPUT vc-1,INPUT-OUTPUT vc-2,INPUT-OUTPUT vi-typ) NO-ERROR.
qodelpath is the Method.
The third parameter vi-typ is defined in the dll as long.
Does anyone has an Idea?
I use a dll as com-handle in Progress:
DEF VAR vh-qotrans AS COM-HANDLE NO-UNDO.
My Problem is the following:
I have one Integer-Parameter as INPUT for the dll and I receive the error
5900 (Wrong input/output parameter):
The Code:
DEF VAR vc-1 AS CHAR NO-UNDO.
DEF VAR vc-2 AS CHAR NO-UNDO.
DEF VAR vi-typ AS INT NO-UNDO.
vh-qotrans:qodelpath(INPUT-OUTPUT vc-1,INPUT-OUTPUT vc-2,INPUT-OUTPUT vi-typ) NO-ERROR.
qodelpath is the Method.
The third parameter vi-typ is defined in the dll as long.
Does anyone has an Idea?