March 29, 2024, 05:08:29 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Optimization

Started by basicgames, February 23, 2023, 09:15:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

basicgames

So far, I am impressed that with IWB.

Craft Basic compiled with little change. Just had to change a variable which is a keword.

I noticed that with IWB2 it compiles smaller than Ebasic. And with IWB3 it compiles even smaller than IWB2. Very cool.

My question is was there actually efforts to make the exes smaller and more optimized or is this just a coincidence?

LarryMc

was part of the optimization
you're still getting a lot of warnings when you compile that I know you haven't fixed, LOL
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

basicgames

It could be. Some functions will not work until I fix them?

I just noticed it was compiling differently in size between 2 and 3

Brian

I suggest you put AUTODEFINE "off" at the top of the program and compile, and see what variables you have not defined, and other errors

Brian

basicgames

I will try that. Thank you.