Hello,
i wrote an dll (c )
im calling this dll in this way
CALL "@[DISPLAY]:X:/xxx/xxx/xxxx/xxxx/xxxxxx.dll"
MOVE ZEROES TO pValue
MOVE ZEROES TO CPOINT
CALL "@[DISPLAY]:function"
USING BY REFERENCE pValue
BY REFERENCE MyString
GIVING RETURN-CODE
END-CALL
Im getting the right return code but the variables pValue and MyString are empty.



