Hello,
I know VB and PB strings are interchangable.
I just wrote a VB6 and PB6 app and DLL to fill a VB's string from within the DLL.
It seems to work fine.
Are there any problems i might encounter?
Both procedures uses the string byref
Like;
Declare Function MyDLLFunc Lib"MYDLL.DLL"( sdata As String ) As Long
??
------------------
I know VB and PB strings are interchangable.
I just wrote a VB6 and PB6 app and DLL to fill a VB's string from within the DLL.
It seems to work fine.
Are there any problems i might encounter?
Both procedures uses the string byref
Like;
Declare Function MyDLLFunc Lib"MYDLL.DLL"( sdata As String ) As Long
??
------------------
Comment