PDA

View Full Version : SDL graphics + Delphi forms?



masonwheeler
10-04-2008, 08:08 PM
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?

technomage
10-04-2008, 08:23 PM
You have to make use of envrioment variables.



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