PreProcessor Errors: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added category.)
Tag: New redirect
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Error 6==
#REDIRECT [[PreProcessor Commands#Errors]]
Problem:
:Preprocessor failed on file X - error 6.
 
Known reasons:
* "The problem is that I'm using #ifdef #ifdef #endif #endif. This doesn't work in ArmA. It's only possible to use #ifdef and #endif once and not nested."
 
* #endif without preceding #ifdef or ifndef
 
==Error 7==
Problem:
:Preprocessor failed on file X - error 7.
 
Known reasons:
* The preprocessor encountered an unknown directive. Read, you have probably a typo in the file (something like ''#inlcude'' or ''#defien''). Double check all preprocessor directives in that file.
 
[[Category:Scripting_Topics]]

Latest revision as of 00:42, 22 November 2019