Create Objective-C frameworks
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 441 from 2014/6/11
    From: Germany
    Hello.

    I wonder how it is possible to create custom frameworks? I'd like to port a few of mine that I created many years ago on Mac.
    I use -noixemul and somehow startup.o is in the mix that requires a main function to be present. But I suppose there is more to a framework?


    Manfred
  • »23.10.25 - 16:30
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 3239 from 2003/3/5
    From: Canada
    The only thing you can do for the time being is make them static linklibs, unfortunately. I've never gotten to finishing up the framework glue so that it could go into the SDK.
  • »23.10.25 - 17:24
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 441 from 2014/6/11
    From: Germany
    OK, no worries. I can also use git submodules for now and just compile all as part of project when needed.
  • »24.10.25 - 03:40
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 835 from 2007/10/23
    From: Gelsenkirchen,...
    You know ObjFW?
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »27.10.25 - 07:29
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 441 from 2014/6/11
    From: Germany
    Yes (I thought to check it out for porting SenTestingKit).
  • »27.10.25 - 07:37
    Profile