Mike C,
I sure do thank you. Save me a lot
of time.
I did a compile size check on "Hellow
World."
thinBasic 312,074
QB64 1,233,920
It's not 10KB, but there's almost a
1 MB difference.
Well, again, Thanks,
Bill
Printable View
Mike C,
I sure do thank you. Save me a lot
of time.
I did a compile size check on "Hellow
World."
thinBasic 312,074
QB64 1,233,920
It's not 10KB, but there's almost a
1 MB difference.
Well, again, Thanks,
Bill
Hi all,
thinBasic 1.9.x is a beta version I'm still heavily working on.
By mistake I left a message box I used to debug some issues, sorry.
I confirm there are some issues in bundling executables with this version. I'm trying to understand the reasons. Hope to fix soon.
Ok, I have an older script from 2010 that still runs fine in the current beta. But a bundled version will show this error when I start the exe:
Attachment 8540
The line of code here is
Code:TBGL_M15INITMODELBUFFERS NumberofFiles, 2000
Hi Mike,
could you please add:
before that line to test whether the variable is really positive number? I have no issues creating bundles on Win7 64bit and Win8 64bit as of now.Code:msgbox 0, NumberofFiles
Petr
Hi Petr,
will try that tonight. You actually might be right. I bundled the exe in a different directory. Might be that it is a value of zero and with the script running, a different value. Will check it.
I had an issue with sub directories and bundles in that I was sure older versions supported sub folders but now it doesn't.
I move all my graphics into a gfx folder and that folder is no longer rebuilt.
perhaps you are having similar problems.