We are using CW9 For Palm OS5 to create a new ARMlet
Stationery project.   We got the following problem

ARMlet*         lpARMlet;

unsigned long ARMlet::Run()
{
        // draw randomly-colored pixels on the screen

        lpARMlet=this;//this line caused error
       
        return 0;//DreamNESMain();
}

when we added lpARMlet=this, it caused a reset, but
remove this line it was fine.

What�s the problem here, anything I did wrong?

Thanks

-Guanghe


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to