Comments are closed
cJass on the Google Code.
Our BugTracker (recommend to post bugreports and features request there).
Beta tester notes.
all times are GMT +03:00Latest posts
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27
posted at 11/10/09 23:32Troll-Brain
posted at 11/10/09 19:59weaaddar
I'm having troubles downloading from rapidshare :( Can you please upload the file somewhere else or send it to my email EvilGreedyStalker@gmail.com
~VD
posted at 10/10/09 21:16Guest
Syntax error on such cases was added in recent version.
~VD
posted at 10/10/09 20:55Guest
Please, read manual carefully. <span class="code">#define</span> cannot be used inside of conditional compilation blocks, <span class="code">#setdef</span> can be.
~VD
posted at 09/10/09 20:52Guest
New version (1.4.1.5) 100% works with zinc. It just ignores zinc.
~VD
posted at 08/10/09 23:59Dark Dragon
posted at 08/10/09 18:06Guest
posted at 08/10/09 16:22Guest
Please provide slightly more code so I can see the context =)
~VD
posted at 08/10/09 03:10Guest
posted at 08/10/09 01:53Dark Dragon
Damn, I should really write that in manual in capital letters! However, it's written there in the section where function hooking is explained. If you <a href="manual-en#htoc22">read it</a>, you'll find an answer to your question.
And ADOLF should really add some error reporting on this case :/
~VD
posted at 07/10/09 20:46Guest
For now, local changelog isn't changed by autoupdater. That will be added in future versions.
~VD
posted at 07/10/09 20:37Guest
You cannot use #include instruction in #define block.
~ADOLF
posted at 07/10/09 20:31Troll-Brain
Please <a href="files/?AHupdate.exe">redownload the updater</a> and replace the old one
~VD
posted at 07/10/09 11:22Guest
posted at 07/10/09 11:13Guest
posted at 07/10/09 08:06weaaddar
posted at 07/10/09 04:14Mooglefrooglian
posted at 07/10/09 02:59Guest
posted at 07/10/09 00:47Troll-Brain
posted at 06/10/09 19:43Troll-Brain
I've deleted your post cause it's too huge.
You cannot directly use same name for define and for its contents as it will cause recursive replace. But you can do it by using concatenation operator <span class="code">##</span>. In your case you should do the following:
<div class="code">#define private CreateTimer = Create##Timer
#define private DestroyTimer = Destroy##Timer</div>And you're done!
<div class="code">#define private CreateTimer = Create##Timer
#define private DestroyTimer = Destroy##Timer</div>And you're done!
~VD
posted at 06/10/09 09:31Guest
Yeah, this thing is obvious and it's already in our to-do list.
Not completely as you suggest, rather like <span class="code">int who[]</span> or <span class="code">int who[12]</span>
~VD
posted at 03/10/09 23:19Dark Dragon
posted at 03/10/09 23:12Sebra
posted at 03/10/09 22:56Dark Dragon
posted at 03/10/09 21:57Mooglefrooglian
Please, read the documentation carefully.
<a href="http://cjass.xgm.ru/manual-en#htoc26">Here</a> in the second paragraph:
"In such conditional blocks you can write any code with one limitation: they shouldn’t contain identical define declarations: "
<a href="http://cjass.xgm.ru/manual-en#htoc26">Here</a> in the second paragraph:
"In such conditional blocks you can write any code with one limitation: they shouldn’t contain identical define declarations: "
Please read it, the way of doing it is described there.
In the future, parser will give errors if you try to use #define in conditional blocks
~VD
Parser 1.4.0.2 do it
~ADOLF