Bug Tracking on top menu is not anymore working due to incompatibility with the php version we are using.
I have disabled the module/plugin.
I'm trying to understand if there is a fix, many...
Type: Posts; User: ErosOlmi
Bug Tracking on top menu is not anymore working due to incompatibility with the php version we are using.
I have disabled the module/plugin.
I'm trying to understand if there is a fix, many...
There are always some minutes of terror when many thousand .php scripts are changed and upgrade process is executed :D
It seems we did it.
Will see.
Hi all,
I'm trying to upgrade vBulletin forum (this forum) to latest release available.
There can be problems during the upgrade that I will try to solve.
Thanks for the patience.
Eros
Ciao,
thinCore.dll exports a lot of functions but that exported functions are all designed to help Module Developers to scan thinBasic script source code at run-time and than do the job.
You...
Depending on what is the programming language you use for your DLL, you can pass a thinBasic string BYREF to your DLL function, manage the string as a BSTR and the rest will be done by thinBasic....
Great.
Yes LONG or DWORD are both 32 bits (4 bytes) numbers so calling WIN32 API function will not generate errors.
But LONG is signed while DWORD is unsigned and have different number range....
Ciao,
please indicate the Alias parameter in the Declare: https://help.thinbasic.com/declare.htm?zoom_highlightsub=declare
Alias name is the internal DLL name of the function.
Also return...
RawText / End RawText will be deprecated in next thinBasic version: https://help.thinbasic.com/index.html?rawtext.htm
Please use multi line double quote strings:...
Yes, as you discovered ... executing a script on the fly without having to save it can be done by right click on its editor Tab.
I will add those hidden but useful commands in main menu and in...
Thanks a ot for reporting
I will try to fix soon.
Updated 1.11.7.0
Let me know if it works.
https://www.thinbasic.com/downloads.html#downloads
Thanks René, will try to fix.
2022.02.27 19:20 CET
Update thinBasic 1.11.7.0
Download from: https://www.thinbasic.com/downloads.html#downloads
Fixed thinAir Codetips handling
Sorry my fault: I didn't' update link connected to the image.
Now should be ok
Next weeks I will concentrate on bug fixing and finishing help topics: there are a lot of new feature still to be documented, sorry :oops:
I will try to update at least once every week in order to...
Thanks, I'm working on Help and will fix an populate missing help in next updates
I should have fixed in new setup
2022.02.27 19:20 CET
Update thinBasic 1.11.7.0
Download from: https://www.thinbasic.com/downloads.html#downloads
Fixed thinAir Codetips handling
Released thinBasic 1.11.7.0
Download...
Yes, put the DLL in the same folder where you have your thinBasic script or your bundled thinBasic exe.
thinBasic will search for dll first in that folder.
You need to declare inside...
Ciao LeftyG
welcome to thinBasic.
Yes you did it almost, only Alias must be outside string of the alias. And data type, docs seem telling that SDL_Init accepts an v and returns an Integer
...
Do not know if it can help but I did many changes in latest Beta I'm working on and not yet published.
Link is: https://www.thinbasic.biz/projects/thinbasic/thinBasic_1.11.7.0.zip
I'm using at...
GPF (General Protection Fault) are that kind of errors trapped by the Windows operating system when a process try to read/write to a memory area not correctly handled.
GPFs can occur for a huge...
Just work!
In the company I work for this year was a great year full of projects and my time was consumed almost for that.
I was always there reading forum posts and killing spam messages but no...
Thanks gui. A great year to you too.
A new thinBasic version is on the way with a lot of new features and fix in few weeks.
Hope to exit from beta phase (too long) and release a stable version
I post an example with some comments hoping it can help you a bit
Pointers in thinBasic can be done in many ways and maybe I can improve it again.
uses "console"
Type TMyUdt
ALong ...