-
Re: Could use a 64-bit app a 32-bit bundle ?
Molo Jan 7, 2019 8:59 AM (in response to Molo)Sorry, I didn't ask for a lesson my question was:
Is it possible tu run a 32bit BUNDLE (as a DLL) from a 64 bit app ?
-
Re: Could use a 64-bit app a 32-bit bundle ?
jonprescott Jan 7, 2019 9:46 AM (in response to Molo)No, it will not when Mac OSX 15 is released.
-
Re: Could use a 64-bit app a 32-bit bundle ?
Ken Thomases Jan 7, 2019 11:04 AM (in response to jonprescott)It won't even work now. It has nothing to do with general OS support for running 32-bit code.
-
-
-
-
Re: Could use a 64-bit app a 32-bit bundle ?
eskimo Jan 8, 2019 2:12 AM (in response to Molo)KMT wrote:
Seen the SO discuss here?
Yeah, the answer there is quite good. However, the posts upthread are also relevant. A few years ago it would have made sense to invest the time to load the 32-bit code in a separate process (like an XPC Service) and communicate with it via some IPC mechanism (like XPC). However, Apple’s announcement at WWDC 2018 that 10.14 is the last major release of macOS to run 32-bit changes this equation. If you build a process-based solution today, it won’t work in some near future macOS release.
@Molo, At this point you need to rethink this dependency. It’s hard to offer concrete recommendations without knowing more about what this code does, but it’s clear that the current path you’re on does not have much further to run.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"