Max SDK 7.1 compatibility problem

siteswapjuggler's icon

Hello,

I recently started to program new external with the new Max SDK (https://cycling74.com/tools/ramp/ & https://cycling74.com/tools/smoov/). It still need some work but seems to work fine on my computers (Mac Os and Windows distribution of Max).

The problem is that it seems to not work on some Mac computer. I first suspected the version of Max not to be update but it seems ok and I've no idea of what could happen here. The objects are seen in max search path but it doesn't load.

Any idea ?

Sylvain

Jeremy's icon

Are you building non-fat? By default, debug versions are built only for the "active architecture". You probably need to either build "for Profiling" (which will get you a release version), or change your build settings to always build fat.

buildSettings.png
png
Emmanuel Jourdan's icon

Your objects seems to be only compiled for 64 bits on mac. Maybe that's the problem ? Do you see any errors in the Max window ?

siteswapjuggler's icon

Thanks a lot for your answers so. I did build for Profiling and did both build in x86 and x64. It seems to work now. I've updated the Github depot.