Does anyone know how to get the information from the output window when you compile something yourself?
Blitzcc Output window
Blitz3D Forums/Blitz3D Beginners Area/Blitzcc Output window Havent looked for it in blitzcc, but most compilers ive used have some kind of option to generate a log file rather than echo it to the screen incase the error log needs to be sent to others.
Try see if its generating a log of some kind or got an option to do so
Try see if its generating a log of some kind or got an option to do so
Are you talking about running the compiler from a command line? If so, you should be able to redirect the output by putting '> output.txt' at the end of the command line.