Hello ..

has anyone come across the following error :

CmdReadRemoteMem error:  invalid response command.

i'm not sure of where i'm getting it, but i think it happens when i deal
with CharPtrs pointing to null strings.
For eg.

CharPtr temp ;

temp = &(dest->data) + offset ;

where dest is a ptr to a structure of which data is a member variable of
type 'char' and offset is the number of characters from which the temp
should begin.
I seem to get the error when the charater at dest->data = '\0' .. but i
cannot be sure of that.

Can anyone help ??
-kshama







-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to