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:
- Code: Select all Expand view RUN
STRUCT payload
MEMBER Length AS DWORD
MEMBER Data AS LONG
ENDSTRUCT
STRUCT textfir
MEMBER IsWideChar AS BOOL
MEMBER TextFIR AS payload
ENDSTRUCT
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!