29.01.2014, 07:52
The compiler crashes for me suddenly. It doesn't crashes with the original compiler. Is there any possibility of checking what could be the issue?
Added #pragma naked Added #pragma warning (enable|disable) XXX Added #pragma warning (push|pop) Added __line constant Added #warning directive |
C:\pawno\include\a_http.inc(22) : error 021: symbol already defined: "HTTP" C:\pawno\include\YSI\y_scriptinit.inc(305) : warning 201: redefinition of constant/macro (symbol "OnScriptInit") C:\pawno\include\YSI\y_scriptinit.inc(326) : error 084: state conflict: one of the states is already assigned to another implementation (symbol "_ScriptInit_FixState") C:\pawno\include\YSI\y_scriptinit.inc(330) : error 084: state conflict: one of the states is already assigned to another implementation (symbol "_ScriptInit_FixState") C:\pawno\include\YSI\y_debug.inc(379) : error 021: symbol already defined: "ScriptInit_OnScriptInit" C:\pawno\include\foreach.inc(663) : error 021: symbol already defined: "ScriptInit_OnFilterScriptInit" C:\pawno\include\foreach.inc(760) : error 021: symbol already defined: "ScriptInit_OnGameModeInit" C:\Users\Simone\Desktop\0.3x\gamemodes\sfrp_sql.pwn(31148) : error 021: symbol already defined: "ScriptInit_OnGameModeExit" Pawn compiler 3.2.3664.samp Copyright © 1997-2006, ITB CompuPhase 7 Errors.
Some documentation about those new features would be really appreciated.
|
pawncc.exe -;+ ;(+ -ipath\to\pawno\include your_script.pwn
pawncc.exe -\)+ -;+ -d3 -v2 "C:\Yourpathtopwn\file.pwn" |
C:\samp\pawno>pawncc.exe -\)+ -;+ -d3 -v2 "C:\samp\filterscripts\pnetstats2.pwn"
Pawn compiler 3.2.3664.samp Copyright (c) 1997-2006, ITB CompuPhase
Header size: 636 bytes
Code size: 2568 bytes
Data size: 840 bytes
Stack/heap size: 16384 bytes; estimated max. usage=1536 cells (6144 bytes)
Total requirements: 20428 bytes
Done.