How about adding additional options to specify the packing used
for UDTs? Something like VC++'s 'pragma pack N' option.
I'm currently moving a VB program to PB and it needs to call a
DLL written in VC++, but the DLL has been built with the
'pragma pack 1' option for VB compatibility. So I now have the
fun task of porting about 600 lines of UDTs to figure out the
padding needed for PB to call the DLL.
(I think this has been mentioned before, though I didn't find it
in a search. If it has, please add another tick!)
Thanks!
------------------
Mark Newman
for UDTs? Something like VC++'s 'pragma pack N' option.
I'm currently moving a VB program to PB and it needs to call a
DLL written in VC++, but the DLL has been built with the
'pragma pack 1' option for VB compatibility. So I now have the
fun task of porting about 600 lines of UDTs to figure out the
padding needed for PB to call the DLL.

(I think this has been mentioned before, though I didn't find it
in a search. If it has, please add another tick!)
Thanks!
------------------
Mark Newman
Comment