Linked by Thom Holwerda on Fri 29th Jul 2005 19:32 UTC
Thread beginning with comment 11036
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.






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.