Hello all,

I'm just starting with PODS, have been useing WinSoft's Packet
Studio(Pascal), and am having the same problem. I have searched the group
and have not found a fix. This seems to be a common problem. anyone able to
direct me to some help.
I did find one post that talked about starting the emulator with the debug
utility, but couldn't follow it, looked like they were having trouble
following each other.

In my case I have loaded PODS and created the puzzle app with the wizard,
when I try to run it I get the  Error: Unable to launch Target Enviroment.

Gary
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi,
> I am trying to run my program but get the following error:
> Launching (Error: Unable to launch Target Environment: Target is not
> responding (timed out))
>
> I practically tried everything:
> 1.reinstalled Palm Os developer suite
> 2.disabled firewall
> 3.updated the suite
> 4.copied the netstat.exe into the emulator directory
> 5.check the ip, port and the emulater path in the preferences
>
> Nothing seems to work :,(  . Below is the only file that I've added to the
> managed 68k project:
>
>
>
> #include <PalmOS.h>
> UInt32 PilotMain( UInt16 cmd, void *cmdPBP, UInt16 launchFlags )
> {
>    EventType event;
>    if (cmd == sysAppLaunchCmdNormalLaunch) {
>        WinDrawChars( "Hello, world!", 13, 55, 60 );
>        do {
>            EvtGetEvent( &event, evtWaitForever );
>            SysHandleEvent( &event );
>        } while (event.eType != appStopEvent);
>    }
>    return 0;
> }
>
>
> Thanks for the help,
> Bruce
>





-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to