[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #32383] NSClassFromString returns nil on MinGw if the string class
From: |
matt rice |
Subject: |
[bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used |
Date: |
Tue, 08 Feb 2011 12:59:46 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.5.15-1.fc12 Firefox/3.5.15 |
Follow-up Comment #3, bug #32383 (project gnustep):
I'm curious if the executable is containing a mixture of dll's and static
libraries (like a static libobjc), and if the objc_load_callback is being
called, or the classes +load method (i'd guess not), and if so does using a
dll version of whatever static library change this,
I had previously appeared to have issues which sound similar of the shared
library constructor not being called when it was linked with a static library,
but it was difficult to tell as I wasn't having any luck setting breakpoints
or doing any logging before main, and am in general unfamiliar with the
platform.
anyhow, as Nicola says its a problem with the compiler/linker and i'd add in
and/or runtime library
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?32383>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Brock Erwin, 2011/02/07
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Richard Frith-Macdonald, 2011/02/07
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Nicola Pero, 2011/02/07
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used,
matt rice <=
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Brock Erwin, 2011/02/08
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Brock Erwin, 2011/02/08
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Richard Frith-Macdonald, 2011/02/08
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, matt rice, 2011/02/08
- [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used, Nicola Pero, 2011/02/09