Re: Callback from shared library to the main program

2008-05-28 Thread David Kendall
Along the same lines as this, I'd like to be able to call back into the program using C++ (i.e. pass a this pointer and call the object's methods, accesss its gated data, etc.). Anyone have any experience with this? Any tips, references, etc. TIA David Ultrasoft Borislav Kolev [EMAIL

Re: Callback from shared library to the main program

2000-10-19 Thread David Kendall
Along the same lines as this, I'd like to be able to call back into the program using C++ (i.e. pass a "this" pointer and call the object's methods, accesss its gated data, etc.). Anyone have any experience with this? Any tips, references, etc. TIA David Ultrasoft "Borislav Kolev" [EMAIL

RE: Callback from shared library to the main program

2000-09-22 Thread Borislav Kolev
Thanks, that's exactly what I though. The problem is somewhere else then ;-) - bobby -Original Message- From: Kevin O'Keefe [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 10:35 AM To: Palm Developer Forum Subject: RE: Callback from shared library to the main program