passing a structure across DCOM
COM
2
Posts
2
Posters
0
Views
1
Watching
-
I have declared a linked list(requirement is like that) which contains another list. Now i wanted to pass that linked across DCOM. For communication i am using connection point. Please help me out in this or provide any alternate solution.
-
I have declared a linked list(requirement is like that) which contains another list. Now i wanted to pass that linked across DCOM. For communication i am using connection point. Please help me out in this or provide any alternate solution.
Hi That is not possible, you can only pass arrays or more simpler types through DCOM. Please read MSDN about 'IDL', or a good COM book. see ya kurt Fast Prototyping