[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    crash by declaration of kapplication
From:       Tilo Riemer <riemer () ppprs1 ! phy ! tu-dresden ! de>
Date:       2001-09-26 8:32:51
[Download RAW message or body]

hello,

since kde 2.1 my app crashes at startup. 

I changed my code from using KApplication a(argc, argv, "appname")
to the same code like in KStars:

  KAboutData aboutData( "kstars", I18N_NOOP("KStars"),
    VERSION, description, KAboutData::License_GPL,
    "(c) 2001, Jason Harris");
  aboutData.addAuthor("Jason Harris",0, "jharris@30doradus.org",
"http://www.30doradus.org");
  KCmdLineArgs::init( argc, argv, &aboutData );
  KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.

  KApplication a;


but it crashes by declaration of a. what is wrong. I have no idea.


cu, Tilo
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic