discuss-gnustep
[Top][All Lists]
Advanced

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

[Q] Problem in Framework loading in Win32


From: S.J.Chun
Subject: [Q] Problem in Framework loading in Win32
Date: Mon, 7 Jul 2003 15:36:52 +0900 (KST)

Hi, win32 guy comes back :-)

In Win32 environment, there's problem of locating bundle resource and class 
when the framework was linked
into the executable binary(With dynamic loading case, like in StepTalk, this 
problem does not occur). I'm
currently trying to build XMLRPC framework. The source of error is when I call 
+bundleForClass:. It does not
work. Actually in +_addFrameworkFromClass: _bundleClasses are not updated 
properly. Should I fill the
+frameworkClasses method with class names in Framework ? Actual error is 

XREncoder.m:83 Assertion failed in XREncoder(instance), method 
iniForWritingWithBuffer:. Unable to load
String2XMLEntity.plist

And the problematic method call is [NSBundle bundleForClass:@"XMLRPCFramework"]

Thanks in advance and Sorry for poor english.




reply via email to

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