64-bit MacOSLib?

Thanks Carlo,

I’l give that atry and see what happens.

Lennox

Hi Carlos,

308 errors, I think I will go bach to Xojo 2015 Release 4.1and 32 bits until my Mac says it will not accept 32 bits app anymore and maybe at that time things will have improved.

Thanks again.

Lennox

https://github.com/vidalvanbergen/macoslib/tree/master-64bit Seems to be working for me now.

Fine. But you will have to replace obsolete functions with Cocoa supported ones.
For instance, instead of LaunchServices.FindApp I think you will have to use Cocoa NSWorkspace,
see Additional Modules > MacOSFolderItemExtension > GetAppThatWillOpenFolderItem, or the method/function you deem necessary.

BTW, such replacements are steps necessary not only for macoslib, but for whatever medium you intend to make use for. At least, this is how I understand the issue.

Thanks Carlo,

I will check that out.

Lennox