Results 1 to 10 of 15

Thread: Linking issues with XCode + FPC for iPhone

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Stoney View Post
    Using FPC only can be achieved by using SDL 1.3 (Pascal headers are here: https://github.com/Stoney-FD/sdl13-pascal), worked so far for FPC 2.4.2 and FPC 2.5.1 for me, to be honest it's still a bit quirky at the moment, as the SDL 1.3 documentation is pretty much non-existant and much of the API changed since I did my tutorial on SDL 1.3 and iOS last year.
    IMHO that only packages the foreign code. (You can say that about Cocoa too but it isn't quite the same.) The ObjC code includes something important: framebuffer objects. I want to access that from my FPC code, not only for setting up my main frame buffer but for multipass rendering.

    I have ported the glext unit (which was missing in the interfaces) but I probably have some remaining bugs that prevent it from working. But that is the way to go as I see it. We will all package it in various ways, in our game libraries, but we need the direct access to glext too.

  2. #2
    Using FPC only can be achieved by using SDL 1.3
    And ZenGL Everything works for me, and currently I'm working on porting two commercial projects to iOS.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •