CONTENT
MAIN VERSIONS
Sending HTTP requests
since version 2.07
Handling of binary files
since version 2.04
CONTACT US
|
 |
The Sun Solaris version compiles under CC v8 correctly since version 3.5.
The Mac version compiles under Mac OS X 10.3 correctly since version 3.4.
The Linux version compiles under gcc 3.2 20020927.
CodeWorker runs under Cygwin correctly since version 2.09.
Under Linux/Unix, please read the Makefile before compiling.
|
Under Windows platform, you might have to download the DLLs below:
- From version 3.5 of the binary: runtime DLLs of VC++ 7.1 msvcp71.dll and msvcr71.dll in "SystemRoot/System32".
- Up to version version 3.4 of the binary: runtime DLL of VC++ 6.0 msvcp60.dll in "SystemRoot/System32".
|
Since the version 3.10.3, binary and source packages are signed by a GnuPG signature.
You can import the public key of the signature stored in GnuPG_PubKey.txt and then check the integrity of the package, typing:
gpg --verify <CodeWorker_WIN/SRCx_y.zip>.asc <CodeWorker_WIN/SRCx_y.zip>
where <CodeWorker_WIN/SRCx_y.zip>.asc can be found with the description of the package.
|
Please do not hesitate to contact us for any trouble (source recompiling, binaries, constructive criticisms, suggestions, ...). |
To subscribe to new releases.
CodeWorker 4.4, 21nov2007
|
Platform |
Type |
Size |
Archive |
WINDOWS 98/2000/NT/XP |
binaries |
-4 |
CodeWorker_WIN4_4.zip |
Any platform (?) |
sources |
-4 |
CodeWorker_SRC4_4.zip |
Changes |
Date |
Type |
Caller |
Description |
18nov2007 |
improvement |
David GIRON |
#break is now able to leave a BNF repeating sequence conditionally. The condition follows the
directive name between parenthesis, exactly like a #check. |
18nov2007 |
improvement |
David GIRON |
#continue can describe a custom error message. This message will be thrown instead of the default
one ordinarly raised by the BNF engine as soon as a failure occurs in the rest of the BNF sequence. |
18nov2007 |
function |
Benjamin GUESNEAU |
- procedure extendExecutedScript(scriptContent : string)
Parameter | Type | Description |
scriptContent | string | A piece of CodeWorker's script to compile at the end of the currently executed script |
Extend the currently executed CodeWorker's script with new instructions.
The argument scriptContent is a piece of script to compile at the end of the executed script.
|
13oct2007 |
bug_fix |
Pierre Mitzrahi |
The call of equalTrees without declaring each tree parameter before caused a segmentation fault. |
13oct2007 |
bug_fix |
Sergey Sikorskiy |
CodeWorker won't compile NetSocket.cpp wiht gcc 4.1.2 on x86_64 platform. |
|
|