reading string array after transfer
- From: Peter Van Osta <pvosta unionbio-eu com>
- To: ORBit list <orbit-list gnome org>
- Subject: reading string array after transfer
- Date: Wed, 18 Jun 2003 15:53:49 +0200
Hi,
I have created a structurr which contains an array of 5 strings, e.g.:
typedef string xyz[6]
struct abc {
...
xyz aaa
}
After transferring the structure abc as an in parameter to the server
from the client, I can't access the subelements of xyz ? I can access
the element where I created them in the client as abc.xyz[0] ...
I can access every subelement of the strucure abc as abc->... , but I am
lost for the "subarray" xyz.
Best regards,
Peter Van Osta
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]