MINOR, when compiling, debug message references asm

Everything else that doesn't fall into one of the other PB categories.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

MINOR, when compiling, debug message references asm

Post by jassing »

If your program contains an error in C code, you get a mildly cryptic dialog, but the lower panel (debug/log) it shows
[COMPILER] Assembler error!
Should say C compile error
Fred
Administrator
Administrator
Posts: 18226
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: MINOR, when compiling, debug message references asm

Post by Fred »

The assembler is the reference to the underlying program which translate PB code into binary, so it's not really wrong to consider the C compiler as an assembler.
Post Reply