Ok.. Now that I can link 32bit PB DLL's with VB5.. I have another issue.
I am trying to return string variables from PB to VB5. I tried
to import the VBAP.INC but I get an error. Is there a VBAPI32.INC
available yet? Or how can I return strings (ASCIIZ) from PB to VB5?
Also, I would like to know the 32bit PowerBasic equivalent to GetStrAlloc
and RlsStrAlloc..
------------------
Explorations v3.0 RPG Development System http://www.explore-rpg.com
[This message has been edited by Tyrone W. Lee (edited April 18, 2001).]
I am trying to return string variables from PB to VB5. I tried
to import the VBAP.INC but I get an error. Is there a VBAPI32.INC
available yet? Or how can I return strings (ASCIIZ) from PB to VB5?
Also, I would like to know the 32bit PowerBasic equivalent to GetStrAlloc
and RlsStrAlloc..
------------------
Explorations v3.0 RPG Development System http://www.explore-rpg.com
[This message has been edited by Tyrone W. Lee (edited April 18, 2001).]
Comment