PDA

View Full Version : thinBasic Beta 1.9.3.0



ErosOlmi
18-02-2013, 06:08
thinBasic Beta 1.9.3.0

Download from: http://www.thinbasic.biz/projects/thinbasic/thinBasic_1.9.3.0.zip

This is a real Beta in the sense there is a lot of new features all (more or less) to be finished and fully documented.
So, please use this version only for testing and not for real production scripts.

Have a look and please report any impression/problem/likes always remembering it is a beta!!!!!

This is an emergency update over thinBasic Beta 1.9.2.0 (http://www.thinbasic.com/community/showthread.php?11982)
Fixed some weird bugs


Known bugs:
among many other (I hope not so many) I know there is a bug in this version when creating bundled exe. Some process can sometimes fail due to incorrect TOC inside Exe. I'm working on solving this problem asap.


Ciao.
Eros

Petr Schreiber
18-02-2013, 11:04
This release fixed incorrect declarations in OpenGL headers, which were tolerated by older releases of ThinBASIC. The affected functions were these:
glDrawElements, glDrawPixels, glGetTexImage, glIndexPointer, glInterleavedArrays, glNormalPointer, glReadPixels, glTexCoordPointer, glTexImage1D, glTexImage2D, glTexSubImage1D, glTexSubImage2D, glVertexPointer

With this release they work correctly again.


Petr