for some reason my blitz basic 2d runs very slowly when i make a program , i have a very fast computer , how is this possible? (im a noob)
help
Blitz3D Forums/Blitz3D Beginners Area/help How can you tell it is running slowly?
We need more info!
Andy
We need more info!
Andy
Infos are welcome. What version of BB, CPU, RAM; OS etc.
Is it the IDE that runs slowly or the created program?
If its the ide, try out other free ones, if they work slow as well for you: http://www.enkeladress.com/
Also in some cases I noticed that the ("blitzcc.exe" = compiler) stays in memory with several instances. So you could check your task list and kill anything not needed.
Is it the IDE that runs slowly or the created program?
If its the ide, try out other free ones, if they work slow as well for you: http://www.enkeladress.com/
Also in some cases I noticed that the ("blitzcc.exe" = compiler) stays in memory with several instances. So you could check your task list and kill anything not needed.
It is worth checking to see if you are running it in 'Debug' mode.
Also, make sure your not writing to the debuglog all the time. But, describe more about your problem.