discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Win2000 : solution


From: jpbeconne
Subject: Win2000 : solution
Date: Thu, 10 Oct 2002 16:17:08 +0200

I found a work around for the problem I submited prevoiusly.
In fact, in the file NSApplication.m, line 207, the class GSBackend is not 
found in lgnustep-back.dll. I changed the line 207
backend = [theBundle classNamed: @"GSBackend"];
by the line
backend = [theBundle principalClass];

and now the graphical application works.
[NSBundle classNamed: @"class"] works in the test for nsbundle (base/Testing) 
but not in NSApplication, however [NSBundle
principalClass] works in NSApplication. Luckly, GSBackend is the principal 
class in libgnustep-back.

Regards,

Jean-Paul Béconne

------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]