Results 1 to 2 of 2

Thread: SDL graphics + Delphi forms?

  1. #1

    SDL graphics + Delphi forms?

    Is it possible to come up with a way to blit an image stored on an SDL_Surface onto a frame in a Delphi form?

  2. #2

    SDL graphics + Delphi forms?

    You have to make use of envrioment variables.

    Code:
    SDL_WINDOWID=Handleofform or panel
    you can use the SDL_setenv to write this at application startup.

    For more info check out

    ftp://ptah.lnf.kth.se/pub/misc/sdl-env-v
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

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
  •