Results 1 to 10 of 64

Thread: SDL 2.0 Headers for [Object] Pascal?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #28
    I found a solution:

    Code:
    function SDL_Init(flags: UInt32): SInt32 cdecl; external SDL_LibName {$IFDEF MACOS} name '_SDL_Init' {$ENDIF};
    I will delete all {$IFDEF GPC} name 'XXX' {$ELSE} SDL_LibName {$ENDIF};
    and I will use {$IFDEF MACOS} name '_XXX' {$ENDIF};
    I not need compile with GNU Pascal Compliler, I need compile only with DelphiXE4

    Kotai
    Last edited by kotai; 27-08-2013 at 02:51 PM.
    www.kotai.es
    www.remakesonline.com -> Nemesis Online & Bubble Bobble Online & Castlevania Online & Penguin Adventure Online
    www.miniracingonline.com

Tags for this Thread

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
  •