Author Topic: gfx extension module  (Read 11528 times)

Script_test

  • Guest
gfx extension module
« on: October 25, 2016, 06:16:42 AM »
Script BASIC only has a resolution of 1 second. I created a millisecond resolution timer using the SDL_gfx extension module.


[ http://www.scriptbasic.org/forum/index.php/topic,298.0.html ]


I'm trying to test examples, but it shows the error  not found SDL.dll, (under xp  win32).

Script_test

  • Guest
Re: gfx extension module
« Reply #1 on: November 10, 2016, 04:32:47 AM »
Solved! http://www.scriptbasic.org/forum/index.php/topic,305.0.html
Sorry! :-[
GFX - This is the SDL_gfx extension module. In the lib directory of the Script BASIC directory you will find a SDL_gfx.dll file that needs to go into your C:\Windows\System32 directory. (64 bit libraries) You will also need to download HERE and copy the SDL.dll file to the same directory.