WINDEV DOWNLOAD CENTER
- End-user license agreement
- How to uninstall this software?
- See the online documentation
- Download a trial version
- Contact PC SOFT
Products | WINDEV 2024 - Update 3 |
Version | 01A290088m |
Required Version | 01A290045s and later |
Date | June 05, 2024 |
This update contains:
- WINDEV environment
- Software Factory and Monitoring Robot software packages and the remote debugging module (WDDebug)
- reserved server package (Telemetry, Replication, Access to third-party databases, BaaS modules for User Groupware / Private Store).
- Download the module below in a directory.
- Once the module has been downloaded, run the program in the download directory.
- Follow the instructions.
WINDEV 2024 - Update 3 | |
WINDEV 2024 | WX2024UPDATE290088m.exe |
Reports & Queries | RQ2024PACK290088m.exe |
Modules common to WINDEV, WEBDEV and WINDEV Mobile 290088m | |
HFSQL Client/Server | Common modules |
HFSQL Cluster | Common modules |
ODBC on HFSQL | Common modules |
OLEDB for HFSQL | Common modules |
This version contains several improvements further to user feedback on version 290076p and includes new features.
This version has successfully passed the second validation level.
Automated tests
- WDAutomate can now record automated tests run directly on an executable. This automated tests is defined as an application test.
WLanguage:
- The Ansi/Unicode conversion process has been optimized to speed up all operations involving Ansi and Unicode strings.
This new method also reduces potential lost characters when converting data from one charset to another. - New functions:
- InUnitTestMode: Determines if there is a unit test in progress.
- InApplicationTestMode: Determines if there is an application test in progress.