Looking for a precompiled Jitter library for Windows.
I want to create some custom Jitter externals but building the Max SDK myself is proving to be a bit beyond me. Is there somewhere I can find a pre-compiled Jitter library for Windows (`jitter.lib`)? I found an old one, but it was for Max 5 or something like that, and I assume that's way too old. If there's something I'm missing that would make all of this a lot easier, I would love to know!
The Max SDK is the way to go. What issues are you encountering?
I believe where I was always getting stuck was that opening max-sdk.sln never reveals any example objects or other buildable files in Visual Studio.
I did come across the Min-Devkit package today, but it seems that its help file has been dialed back since a tutorial such as this was made. It looks like it used to be able to easily build example objects right from the Max patch, but not so now.
Or this one:
Yes the old min-devkit patch based auto-creator is no more. CMake is the way to go.
I would start by posting some details like OS version, visual studio version, and cmake version.
Then post exactly the command you used to generate and your console output after generation.