You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
blitz3d
About this tag
Blitz3D is a programming software that exports code as .bb files. Users may encounter issues when trying to set Blitz3D as the default program for opening .bb files in Windows. The problem arises when the program is not listed in the "Open with" menu, and even after browsing to the executable, it fails to appear in the list of available programs. This can happen if Blitz3D was not installed but rather copied from another computer, as Windows may not register it properly. Troubleshooting steps include manually associating the file type via the Default Programs control panel or using the command line to register the application.
Alright, I use a piece of programming software called Blitz3D. All of the codes written in it are exported as .bb files which can be read by the program itself, Notepad or any other text editor. Of course, I want those files to be launched by Blitz3D right as i double-click them. However, as I...