procedure is as follows: 1. do not do this 2. stop doing it 3. really, do nto do this! 4. I REALLY mean it! 5. read the developer's manual for a supported wya to do background networking communication 6. PACE is not very thread safe so your app can cause all kinds of havoc if you do this. 7. do not do this 8. redo project using supported means, and it will all work
---- Best Regards, Dmitry Grinberg (847) 226 9295 On Wed, Jun 18, 2008 at 2:26 PM, Mukesh Singh <[EMAIL PROTECTED]> wrote: > Hi All, > > I have created a background process in following manner: > > 1. Received SMS, on that SMS launched my application using SysAppLaunch and > used new thread flags(sysAppLaunchFlagNewThread | > sysAppLaunchFlagNewStack | sysAppLaunchFlagNewGlobals) with the custom > launch code netLibTestLaunchCmdBGLogin. > 2. I am able to successfully launch the thread as I checked it with the play > a sound in the background and it does worked successfully. > > Now, after completion of my background task (I need it for some communication > related tasks), what procedure I should follow to close the background thread > initiated by me. > > Looking for an urgent reply. > > Thanks > Mukesh Singh > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
