justin = { main feed , music , code , askjf , pubkey };
Ask Justin Frankel
No reasonable question unanswered since 2009!

Suggested topics: programming, music, sleep, coffee, etc.

Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.


Name: Ask: Human (enter yes):
[back to index] | [unreplied] | [replied] | [recent comments] | [all]

Question: EDIT: What kind of setup would you recommend fo building crossplatform REAPER extension that supports everything? Intel Mac, Sillicone Mac, older OSX versions, PC. Which VS and compiler, which XCode, what build system, which hardware machines, which OSes for dev env?
Asked by nikolalkc (80.216.15.x) on April 15 2025, 6:34am
Reply on April 15 2025, 2:03pm:
    Maybe you can do it using github actions/infrastructure?
    • Linux: anything with gnu libc and gcc 4.x (eg debian)
    • macOS: if you want to support older (pre-10.15), then Xcode 9 or so, and any OS that supports that
    • macOS: if you want to support newer 10.15+ and arm64, Xcode 11+, and an OS that supports that
    • Windows: any VC version that supports the OSes you want to support, we use 2005 with ICC, but 2013 should be fine. Probably want to static link the runtime to avoid a dependency there.
    pain in the ass, I know!

Comment:
    Your Name:   -- Site Owner's Name:  (for human-verification)

    Comment:    

    
  
[back to index] | [unreplied] | [replied] | [recent comments] | [all]
Copyright 2025 Justin Frankel. | RSS