Guest_imported
New member
- Jan 1, 1970
- 0
How to handle events in COleDispatchDriver class auto-created by Class Wizard ?
I wrote my server class in AT, it also supports some simple events. I used Class Wizard to import the server class into my client program. The wizard created two COleDispatchDriver class that represent my server class and my server's events class. In the events class appear some events' methods of the server. But how can I handle these events for handling my server ?
BTW, Do you know there is any "quick" (not programmatical) example for building client/server application in VC and ATL ?
I wrote my server class in AT, it also supports some simple events. I used Class Wizard to import the server class into my client program. The wizard created two COleDispatchDriver class that represent my server class and my server's events class. In the events class appear some events' methods of the server. But how can I handle these events for handling my server ?
BTW, Do you know there is any "quick" (not programmatical) example for building client/server application in VC and ATL ?