docs

Home Templates Classes

Clarion ProPath - What’s New in Version 5.0

Version 5.0 of ProPath is a major update that expands database support, modernizes folder handling, and introduces a completely new documentation system.

These changes ensure long-term compatibility with current and future versions of Windows and Clarion.


New in This Release

1. Support for CapeSoft File Driver Kit

ProPath now fully supports the CapeSoft File Driver Kit https://www.capesoft.com/accessories/filedriverkitsp.htm enabling Clarion developers to take advantage of the latest database driver technologies while retaining the path and dataset management benefits of ProPath.


2. SQLite Support

ProPath 5 adds complete support for SQLite, including:

All dataset folders and paths are managed automatically by ProPath. Both direct path management or user creation/selection of databases at runtime are supported.


3. Firebird Support

ProPath 5 also introduces integrated support for Firebird Embedded databases


4. Migration from CSIDL to Known Folders

ProPath has been updated to use Microsoft’s Known Folder system, replacing the now-deprecated CSIDL folder identifiers.

This change is important because CSIDL support has been officially deprecated by Microsoft.
As Windows 10 approaches end of life, this update ensures that your Clarion applications remain fully compatible with future Windows releases.

By using Known Folders, ProPath can now:

This helps developers future-proof their applications and maintain smooth deployment on new systems.


5. Enhanced Class and Template Capabilities

Developers can now use ProPath classes or code templates to:

These additions make ProPath even more flexible for both IDE-driven configuration and runtime customization.


6. New Documentation and GitHub Publication

ProPath 5 ships with all-new documentation written in Markdown format with ProHelp Studio. The documentation is now hosted on GitHub, providing an always-up-to-date online reference and easier access for Clarion developers.

If the link above does not open in your help viewer, copy and paste this URL into your browser:

https://clarionproseries.github.io/docs/ProPath/

Home Templates Classes