J
John Dann
I'm trying (in VB2005) to interact with a third-party DLL written (I
think) in C++.
One of the functions requires me to pass a structure consisting
solely of char types according to the DLL documentation, but AIUI in
C++ this will be single byte values not unicode as in .Net. Each
variable element of the srtucture will assume a simple integer value
of 0, 1, 2 or 3 - in other words digits only and no other characters.
I'm thinking that in VB2005 I should make the structure of byte type
elements. Anyone care to confirm/correct me please?
think) in C++.
One of the functions requires me to pass a structure consisting
solely of char types according to the DLL documentation, but AIUI in
C++ this will be single byte values not unicode as in .Net. Each
variable element of the srtucture will assume a simple integer value
of 0, 1, 2 or 3 - in other words digits only and no other characters.
I'm thinking that in VB2005 I should make the structure of byte type
elements. Anyone care to confirm/correct me please?