I need to pass a single dimension string array from IBASIC to a dll created with PowerBASIC. I believe IBASIC uses ASCIIZ strings.
Tried lots of different things, but can’t get it to work.
BTW - Passing a single string variable from IBASIC to the function in the PowerBASIC dll works using ASCIIZ.
Help.
Thanks,
Michael Rich
Tried lots of different things, but can’t get it to work.
BTW - Passing a single string variable from IBASIC to the function in the PowerBASIC dll works using ASCIIZ.
Help.
Thanks,
Michael Rich
Comment