10.12.2012, 17:36
Are you trying to compile zcmd.inc? 'Cause if you are, then you're doing it wrong.
An include file (.inc) is only a file you use to include functions and such in your script, and it's not supposed to be compiled. Its code will be "compiled" together with your script.
An include file (.inc) is only a file you use to include functions and such in your script, and it's not supposed to be compiled. Its code will be "compiled" together with your script.