About the GX to call C code in a DLL
tedye
Posts: 11
Hello,
I want to use a GX to call the C code DLL of my proprietary filter,.
I know that to use the GX call C funtion in DLL is GX--call GX wrapper--call my DLL.
And I design the GX just like the lowpass GX, but I don't know how to transmit the INT or DOUBLE argument from the GX to the GX wrapper?
For example,in the lowpass GX,I want to know how to transmit the Cutoff wavelength from the gx to the GX wrapper and the GX wrapper to my function in DLL?
Best regards.
I want to use a GX to call the C code DLL of my proprietary filter,.
I know that to use the GX call C funtion in DLL is GX--call GX wrapper--call my DLL.
And I design the GX just like the lowpass GX, but I don't know how to transmit the INT or DOUBLE argument from the GX to the GX wrapper?
For example,in the lowpass GX,I want to know how to transmit the Cutoff wavelength from the gx to the GX wrapper and the GX wrapper to my function in DLL?
Best regards.
Tagged:
0
Comments
-
Hello,
The links below contain samples on how you would call into a C++ DLL from a GX.
GX Developer 8.4: https://geosoftgxdev.atlassian.net/wiki/display/GXD84/Part+2:+Extending+Oasis+montaj
GX Developer 8.5: https://geosoftgxdev.atlassian.net/wiki/display/GXD85/Part+2:+Extending+Oasis+montaj.
GX Developer 9.1: https://geosoftgxdev.atlassian.net/wiki/pages/viewpage.action?pageId=41418782
Regards,
Joseph
0
This discussion has been closed.