This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Still is helloworld question!!


Still is helloworld question!!

Postby samcheng62 » Jun 17, 2009 @ 3:14am

After compile my helloworld program. It's work. But after I touch the screen let this program quit. It's down. The message is

2009-06-17 09:56:38.026 Helloworld[632:3c03] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UIApplication terminate]: unrecognized selector sent to instance 0xe12d90'

What's happen?

By the way. There is a worning in my program at line 49.
display->buffer.DrawFont(0, 0, &display->fontinternal, "Hello World!");
Worning message is "warning: deprecated conversion from string constant to 'char*'". How can I fix it?
Attachments
Helloworld.zip
Program source code
(968.54 KiB) Downloaded 707 times
samcheng62
pm Member
 
Posts: 13
Joined: Apr 3, 2009 @ 6:52am


Postby edge » Jun 17, 2009 @ 12:30pm

Hi,

The demo is build to exit the application when you touch the screen. So that's why the application quits.
[UIApplication terminate] is an undocumented way to quit an application. Normally you won't use this because the standard way to quit an iPhone application is to press the button.
EDGELIB: Cross-platform mobile development at your fingertips
http://www.edgelib.com
User avatar
edge
pm Member
 
Posts: 1180
Joined: Aug 22, 2005 @ 3:42pm
Location: The Netherlands


Postby samcheng62 » Jun 18, 2009 @ 3:06am

OK, I see. Thanks your help.
samcheng62
pm Member
 
Posts: 13
Joined: Apr 3, 2009 @ 6:52am


Return to EDGELIB


Sort


Forum Description

Powerful and affordable C++ middleware solution covering true multi-platform 2D, 3D and network features for Apple iPhone, Windows Mobile, Symbian S60, UIQ, Linux and Windows desktop.

Moderator:

edge

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron