"Bryan Kearney" wrote:
> In the release notes for the foundation classes, it is stated that dynamic
>
> code loading (bundles) does not work on HP/UX. Is this still true?
>
> Thanks in advance.

Yes :-(

WebObjects stuff on HP/UX uses a gcc version which does not support
dynamic linking (on HP/UX), although this OS does.

That's unfortunately still the case with WO4, as they didn't package
a more recent version of gcc.

Each time you change a framework, you'll have to recompile anything
based on it.
That's not the most tedious thing. Indeed, you'll be quite surprised
if you use NSBundle methods to locate resources inside frameworks...

Maybe in WO4.1 ;-)

Reply via email to