discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [Q] Problem in Framework loading in Win32


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

Sorry for self answering... :-)

The source of problem is very simple. In framework.make, there's class list 
generation script which has __objc_class...
like preceeding "two" underscrore, I just and need to change it with three for 
windows. Then every thing works.

  ----- Original Message -----
  From: S.J.Chun <chunsj@embian.com>
  To: discuss-gnustep@gnu.org
  Sent: Mon,  7 Jul 2003 15:36:52 +0900 (KST)
  Subject: [Q] Problem in Framework loading in Win32

  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.
  
  
  _______________________________________________
  Discuss-gnustep mailing list
  Discuss-gnustep@gnu.org
  http://mail.gnu.org/mailman/listinfo/discuss-gnustep
  




reply via email to

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