Hey guys,
I'm still working with that dll and now i faced another problem.
One parameter is a structure that one of the member is a structure.
i tried this:
I declared the member textfir as payload structure, but it didnt work.
I was suppose to change the tstruct class but before I prefered post my problem here!
thanks again for any help!
I'm still working with that dll and now i faced another problem.
One parameter is a structure that one of the member is a structure.
i tried this:
STRUCT payload
MEMBER Length AS DWORD
MEMBER Data AS LONG
ENDSTRUCT
STRUCT textfir
MEMBER IsWideChar AS BOOL
MEMBER TextFIR AS payload
ENDSTRUCTI declared the member textfir as payload structure, but it didnt work.
I was suppose to change the tstruct class but before I prefered post my problem here!
thanks again for any help!
regards,
Diego Imenes
Diego Imenes