hello ReneMiner
the FreeBasic manual has a good amount of information, it also includes tutorials you can download the manual from https://users.freebasic-portal.de/stw/builds/ or you can read the...
Type: Posts; User: jack
hello ReneMiner
the FreeBasic manual has a good amount of information, it also includes tutorials you can download the manual from https://users.freebasic-portal.de/stw/builds/ or you can read the...
here are 3 links related to the SDL library, hope you find them useful
https://www.thinbasic.com/community/showthread.php?12068-Sdl-Library...
@chameau
you can download the source-code examples from https://www.velleman.eu/products/view/?id=351346, on the right click on Downloads (9) and then click on "Source code files for Borland C++...
Hi chameau
I use this free utility https://ntcore.com/?page_id=388
launch the explorer suite and then drag&drop the dll onto it's window, then to see the exported functions click on exports on the...
yes, thinbasic already has unsigned integer -> word and unsigned long -> dword, so naturally we need a new data type unsigned quad -> qword
Eros, Petr and primo
take courage in this time of crises, hopefully it will be over soon.
Hi Rene
perhaps in this case another tool would be appropriate, how about https://www.autohotkey.com ?
I have never used it because I never had a need, but it may suit your needs
hello xLeaves
regarding FreeBasic not being able to return a 64-bit integer, would you give an example that shows the problem?
funny :lol:
first a tablet and now a telescope?
you have yet to make a post without some external link.
not sure what you mean by "SEO method" but for a first post with a link to a commercial site rises my suspicions, is this a clever way to spam?
looks good :)
macOS, Safari
does that mean you will stop development on ThinBasic?
hello kcvinu
that code looks good, easy to read and figure out.
hope you won't mind this link to a MFC alternative I found, looks interesting to me...
nice example :)
hello dco045
I think it should be possible, here's someone that did something similar to what your after but it's in FreeBasic but maybe it will give you ideas on how to do it in ThinBasic...
hello ReneMiner I hope you are able to watch this
https://www.youtube.com/watch?v=21j_OCNLuYg&app=desktop
ThinBASIC includes an embedded Basic called Oxygen, Oxygen supports goto and gosub, see the sample scripts in the Oxygen folder
I think the label must be a number.
hello Edcronos
I don't know that there's an ISO BASIC standard freely available or an exhaustive comparison of the many BASIC dialects but if you want to run old BASIC programs then qb64 may be for...
yes I agree that it planed and rehearsed but it was a good stunt none the less.
a nice youtube video ( 5 minutes ) Spontaneous Orchestra - Ode to joy
welcome back :)
Hi René
sorry to hear that you are in hard times, hope it gets better soon.
thank you primo, nice example.
I looked at the python code, it's so compact due to the use of the libraries.
hi primo
I use Geany for most of my recreational programming, it supports numerous languages out of the box, you load a C file and provided you have gcc installed on your path all you do is click on...