I compiled a new tinyptc library using directdraw to replace the older one with a proper vertical screen sync enabled (in fullscreen mode) and I'm wondering if you can test it for me

The new library looks a bit big (295kb) but when you compile your program, everything should be OK again...
To install:
1 - Make a backup of your older files:
libtinyptc.a and
libtinyptc-win.a of this folder
C:\FreeBasic\lib\win322 - From "libtinyptc.rar" extract and copy the new tinyptc library (
libtinyptc.a and
libtinyptc-win.a) to this folder:
C:\FreeBasic\lib\win32Everything should work like the older tinyptc, in windowed mode there's no correct vertical sync (so you will need a delta time system) but in fullscreen mode it should work fine, anyway it's a good idea to use a delta time system...
Have fun!
Ps: Added a great source code example for you to test
