Linked by Thom Holwerda on Fri 29th Jul 2005 19:32 UTC
Zeta "This review will not try to cater to users new to the BeOS world, but will focus on what has changed since my review of ZETA RC1 and what remains to be done for future releases."
Thread beginning with comment 11036
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Activation
by on Fri 29th Jul 2005 22:26 UTC in reply to "Activation"

Member since:

The other option it to write a small app that has the same MIME Type and name as the activation app. You can litterally just have the code:

#include <Application.h>

int main()
{
BApplication app("[MIMESTRING]");
}

and that is it. Delete the former app, replace with this one and no more activation woes.

Reply Parent Bookmark Score: 0

RE[2]: Activation
by on Mon 8th Aug 2005 15:49 in reply to "RE: Activation"
Member since:

Huuuhh???

Reply Parent Bookmark Score: 0