19.10.2013, 14:04
(
Последний раз редактировалось Patrick; 19.10.2013 в 16:28.
)
Hello Guys, It's my 3rd day using Sublime Text 2 Everytime I compile in it, it shows me Stack Heap size and stuff which indicates that I do have string that its value is big, but when I use Pawno the compiler does not show Stack Heapsize etc.. and I'm starting to get confused.
Sublime Text 2 Compile
Pawno Compile
My Custom Build System
Sublime Text 2 Compile
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 8276 bytes Code size: 277436 bytes Data size: 17288576 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements:17590672 bytes [Finished in 8.2s]
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Код:
{ "cmd": ["pawncc.exe", "-d3 -r -i includes", "$file", "-;+"], "path": "C:\\Users\\Computer Name\\Desktop\\Script Name\\pawno" }