Client Server App Question
| Tue, 2006-12-05 10:48 | |
|
Hi,
I have a Client Server Application. Server runs in a separate process. Clients opens sessions to that server. I want to select a bluetooth device by running: Code: CQBTUISelectDialog* dlg = CQBTUISelectDialog::NewL(deviceArray); How can I make this work? 1) Do I have to run the dialog from the client and pass the deviceArray via IPC to the server? Does this make sense? 2) Do I have to run the dialog from the server? Is this possible at all? (I tried it and got Kern-Exec3 and server shutdown) I need the deviceArray on the server-side (e.g. in the session), how can I solve this? Any suggestions? regards Martin |
|





