Blitzcc Output window

Blitz3D Forums/Blitz3D Beginners Area/Blitzcc Output window

Ked(Posted 2007) [#1]
Does anyone know how to get the information from the output window when you compile something yourself?


D4NM4N(Posted 2007) [#2]
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


big10p(Posted 2007) [#3]
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.