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.1.2, 02apr2006
|
Platform |
Type |
Size |
Archive |
WINDOWS 98/2000/NT/XP |
binaries |
653408 |
CodeWorker_WIN4_1_2.zip |
Any platform (?) |
sources |
3170418 |
CodeWorker_SRC4_1_2.zip |
Changes |
Date |
Type |
Caller |
Description |
31mar2006 |
bug_fix |
- |
The loading policy of a dynamically-linked plugin was extremely restricted under
Windows NT4, 2000 and more recent versions. The DLL was necessarily at the
same place as CodeWorker's executable. Now, the interpreter also looks into
include path and current working directory. |
17mar2006 |
feature |
Mohamed Selim BEN ALI |
treeNode#root navigates directly to the root node
of the parse tree that contains treeNode. |
16mar2006 |
bug_fix |
- |
POST and GET HTTP requests (using cURL library) weren't working
properly. |
|
|