Page 1 of 1

Posted: Mon Jan 28, 2002 9:34 am
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

Posted: Mon Jan 28, 2002 10:06 am
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