Question about compiler

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

If I have a procedure declared at the start of my code, but my app never
actually calls that procedure, does the compiler include the procedure code
in the final executable? Or is it left out because it's never called?


PB - Registered PureBasic Coder
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.
If I have a procedure declared at the start of my code, but my app never
actually calls that procedure, does the compiler include the procedure code
in the final executable? Or is it left out because it's never called?
The procedure is actually integrated... But it will change with future versions.

Fred - AlphaSND
Post Reply