Hi
Ich have decompile a Script to a ipp file.
Then I have modify the file.
Now I want recompile it to an int file.But it work not.
I use the comiler/decompiler.
How I recompile Scripts?
-
- SDF!
- Posts: 18
- Joined: Wed Dec 18, 2002 6:59 pm
-
- SDF!
- Posts: 8
- Joined: Mon Dec 30, 2002 7:57 am
- Location: Russia
- Contact:
Yes. And do not forget about uses directive.You need this (standart) files in same directory
Example (for "acklint"):
uses system,stdlib,stats;
When you must change all ";" at the end of variable definition to "," except of last definition, of course ;).
And you must check the files you include with uses directive and delete variables with the same names as in your script defined there.
PS Complier and decompiler are not working together now, but they will ;) as authors say.