Not really a big problem, but is there any way to disable the small black window at startup?
disabling the small startup window?
Blitz3D Forums/Blitz3D Programming/disabling the small startup window? Someone had made a workaround ... but they never released the code. Halo knows the person who did the work around.
Been covered completely here:
http://www.blitzbasic.com/Community/posts.php?topic=37093
Lots of ways to do it. Read the whole thread. You can do it via patch, hex-editing Blitz (so it happens for every compile), hex-editing the EXE you want to do it on (so it only happens for that one instance) etc. An example: http://www.freewebs.com/bass-line/misc/StartWindowRemover.zip by BotBuilder and Mr Picklesworth
+BlackD
http://www.blitzbasic.com/Community/posts.php?topic=37093
Lots of ways to do it. Read the whole thread. You can do it via patch, hex-editing Blitz (so it happens for every compile), hex-editing the EXE you want to do it on (so it only happens for that one instance) etc. An example: http://www.freewebs.com/bass-line/misc/StartWindowRemover.zip by BotBuilder and Mr Picklesworth
+BlackD
Thanks.
If it's that simple to do then it would be nice if BR could do an official patch...
On the other hand, since its that simple to do, theres no need to. :)