Menu

OWLNext_Stable_Releases

OWLNext Releases

This page documents the OWLNext releases in reverse chronological order. For information about the ongoing development, see our Roadmap.

There are three kinds of releases for OWLNext: major release, minor release and patch (see SemVer). A major release comes with API and implementation changes comprising new features, enhancements and fixes. We call this a "series". Minor releases deliver additional features, enhancements and fixes within a series and are generally backward compatible. Patches (also known as "updates") only provide bug-fixes and are generally fully binary compatible with the ABI of the previous version, as to support DLL replacement. In a patch, we change only the third part of the full version number, and hence the names of the library files, using a two-part ("major" and "minor") version number, do not change.

Note on prereleases: The library may be available in an unfinished state for community feedback and testing. Such a version of the library is called a prerelease, also known as a beta. A prerelease of the library is never guaranteed to be binary compatible with the previous version, and consequently, the library files are given three-part version numbers, and the OWL_PRERELEASE flag is set. For a discussion about the usage of beta versions in production code, see our FAQ.



7 series

Version 7 was released 2020-05-19, starting a new series based on modern C++17.


Major new features

Major features and improvements compared to the 6.40 series:

C++17 standard conformance
The OWLNext code is now conformant with the C++17 standard (including the "/permissive-" flag for Visual C++). All further development will be based on C++17 as a minimum.
Support for version 6 of the Windows API
Support for API extensions introduced with Windows Vista, including new messages and notifications (such as NM_TVSTATEIMAGECHANGING used in OWLMaker's LibrariesPage). Setting of _WIN32_WINNT to 0x0600 (_WIN32_WINNT_VISTA) as the default in "wsysinc.h". Ending of support for Windows XP, as this version is no longer supported by Microsoft.
Message dispatch improvements
Further improvements to the new implementation of message dispatch introduced in 6.40 (see Windows Message Dispatch in OWLNext).
Enhancements and bug fixes
A lot of improvements have been made across the library. For example, there are many extensions to TListViewCtrl (thanks to Joe Slater). TRegKey has been made more robust, with more features and better documentation. TGlyphButton now supports TIcon. TWindow::SetTextColor and GetTextColor have been added. TWindow::SetWindowFont now supports TFont with ownership management for much simpler use. The new utility function to_tstring supports easy conversion from integer, from std::filesystem::path and between narrow ANSI strings and wide Unicode strings. Compatibility with Windows Sockets 2 has been added. The new member function TWindow::GetChildren allows simple and standard C++ style iteration over child windows, such as range-based for-loops and standard algorithms. Numerous fixes have been made, such as correcting the short-circuiting behaviour of TDocument::NotifyViews (a long-standing bug since the original OWL), and eliminating the exception-safety issue with dynamic allocations in default arguments. See the bugs and feature-requests ticket trackers for the full details.
Updated compiler support
Full support for Visual Studio 2019-2026 and improved support for Embarcadero RAD Studio/C++Builder 10.3-13 (more build modes are now supported in OWLMaker, precompiled header usage has been enabled, and the compiler's multi-threading option is supported for faster builds).


Revisions

The following sections give a summary of changes in released versions. For the detailed record of changes to the source code, see the log for the release branch in the Subversion source code repository (branches/7).

Version 7.0.21 (upcoming)

  • Fixed: Dockable toolbar drag guide invisible or misplaced under DWM / high-DPI (Windows 8+) [bugs:#637].
  • Fixed: TShellItem::GetTypeName accesses freed PIDL (regression in 6.32 [r867]) [bugs:#638].
  • Fixed: TShellItem::TBrowseFlags are ill-defined [bugs:#639].
  • Fixed: TFileDocument::GetProperty (StorageSize): Buffer overflow [bugs:#573].

Version 7.0.20 (8638)

  • Support for Embarcadero RAD Studio/C++Builder 13 Florence [feature-requests:#267].
  • Support for Microsoft Visual Studio 2026 [feature-requests:#272].
  • TCoolDemoApp::CmCoolEditBenchmark [r8441].
  • Fixed: Diagnostics initialization hangs at startup (regression in 6.40) [bugs:#619].
  • Fixed: TWindow::MessageBox: MB_TASKMODAL has no effect [bugs:#626].
  • Fixed: TDocument::Commit and Revert notify views multiple times [bugs:#628].
  • Fixed: TMDIClient::CloseChildren closes dirty views [bugs:#629].
  • Fixed: TCoolTextBuffer: Severe Undo limit (100) [r8444].
  • Fixed: Inconsistent alignment for Windows Sockets (regression in 7.0) [bugs:#631].
  • Fixed: Windows API header "tmschema.h" is obsolete [bugs:#632].
  • Fixed: Double Condemn causes hang [bugs:#634].
  • Fixed: Perpetual TValidator error loop [bugs:#635].

Version 7.0.19 (7705)

  • Documentation corrections [r7640][r7641].
  • Fixed: Non-ASCII characters in source [bugs:#591].
  • Fixed: TConfigFile::ReadRect, ReadPoint and ReadSize fail for negative coordinates [bugs:#600].
  • Fixed: "codepages.cpp" is missing from the Embarcadero build [r7646].
  • Fixed: TCoolEdit::NextBreak and PrevBreak: Index out of bounds [bugs:#602].

Version 7.0.18 (7570)

  • Corrected typo "preceeding" -> "preceding" [r7535].
  • Fixed: TSTypedArray::Add fails to compile [bugs:#596].
  • Fixed: TSTypedArray::Destroy(int) is not defined [bugs:#597].
  • Fixed: TMObjectArray::Detach and DetachItem are not defined [bugs:#598].
  • Fixed: Undesirable base address for x64 image [bugs:#599].

Version 7.0.17 (7496)

  • Fixed: TTreeViewCtrl::HitTest fails (regression in 7.0.14) [bugs:#595].

Version 7.0.16 (7455)

  • Updated Embarcadero C++Builder projects to version 12.
  • Fixed: TCoolEdit: No scroll to caret after Paste and Undo [r7415].
  • Fixed: TCoolDemoEdit::CeEditRedo fails to compile in UNICODE build mode (regression in 7.0.7 [r5793]) [r7356].
  • Fixed: OwlExt::TMemComboBox does not save last used value properly [r7422].

Version 7.0.15 (7268)

  • Upgraded Doxygen project files to version 1.10 [r7233].
  • Retargeted Visual Studio project files to toolset "v143" (VS 2022) [r7235].
  • Fixed: MDI menu merging does not preserve bitmaps [bugs:#547].
  • Fixed: TPickerGadget can not be cancelled [bugs:#585].
  • Fixed: Classes example does not compile (regression in 7.0.14) [bugs:#586].
  • Fixed: TFrameWindow::SetMenuDescr: Repeated assignment of the same descriptor crashes [bugs:#587].

Version 7.0.14 (7118)

Version 7.0.13 (6953)

  • Fixed: TOcDocument::LoadParts/SaveParts cause crashes with UNICODE character set [bugs:#571].

Version 7.0.12 (6759)

  • Support for Embarcadero RAD Studio/C++Builder 12 Athens [feature-requests:#239].
  • Fixed: Font change in SetupWindow is ignored (regression in 7.0) [bugs:#507].
  • Fixed: Problems with the implementations of EM_SETMARGINS and EM_GETMARGINS [bugs:#559].

Version 7.0.11 (6529)

  • Made "update_version_header.bat" more robust [r6493].
  • Fixed: Link errors due to missing export attributes [bugs:#550].

Version 7.0.10 (6352)

  • Fixed: THdrItem constructors do not initialize all members [bugs:#546].

Version 7.0.9 (6239)

  • Fixed: WinMain fails to parse unquoted argument (regression in 6.40) [bugs:#541].

Version 7.0.8 (6046)

  • Added ability to change the text background color in TRichEditView [feature-requests:#199].
  • Fixed: TCharFormat::SetBkColor is not working [bugs:#529].
  • Fixed: TCharFormat::SetSpacing is not working [bugs:#530].
  • Fixed: Buffer overflow in TCharFormat::SetFaceName, GetFontInfo and SetFontInfo [bugs:#531].
  • Fixed: Minor TNoteTab rendering issues [r6010][r6011].
  • Fixed: TImageList copy and assignment do not work [bugs:#538].

Version 7.0.7 (5828)

Version 7.0.6 (5690)

  • Fixed: Code issues reported by PVS Studio [bugs:#504].
  • Fixed: TNoteTab scroll buttons are invisible in Windows 11 [bugs:#505].

Version 7.0.5 (5589)

  • Support for Visual Studio 2022.
  • Export function OWLGetModule [feature-requests:#177].
  • Fixed: Eliminated warning messages about conversion from signed to unsigned values in response tables [discussion:5e2783b4ce].
  • Fixed: TComboBoxEx::HasEditChanged returns the opposite result [bugs:#492].
  • Fixed: TCoolEdit::CePasteEnable crashes if clipboard is busy [bugs:#497].
  • Fixed: TOcRegistrar constructor ignores options amNoRegValidate and amQuietReg (regression in 7.0) [bugs:#498].

Version 7.0.4 (5370)

Version 7.0.3 (5339)

  • Fixed: Whitespace in include statement argument [bugs:#482].
  • Fixed: TFrameWindow::IdleAction sends WM_INITMENUPOPUP without matching WM_UNINITMENUPOPUP [bugs:#484].

Version 7.0.2 (5314)

  • TWindow now logs class name and ID when failing to create [feature-requests:#170].
  • Fixed: TSplitterIndicator drawn in wrong place on a high DPI monitor [bugs:#474].
  • Fixed: Child windows are leaked (regression in 7.0) [bugs:#475].
  • Fixed: TFileName::Squeezed returns garbage for root folders [bugs:#476]
  • Fixed: TFileName::Title uses wrong buffer size in Unicode builds [bugs:#476].
  • Fixed: TUrlLink uses outdated WinHelp [bugs:#477].
  • Fixed: Dragging a control bar does not draw a frame in some programs [bugs:#479].
  • Fixed: TCmdLine bug with quoted arguments [bugs:#481].
  • Fixed: Missing implementation of TWindowClassName::GetString [r5305].

Version 7.0.1 (5213)

  • Support for Embarcadero RAD Studio/C++Builder 10.4 Sydney [feature-requests:#160].
  • Fixed: Context menu displayed in upper left corner [bugs:#463].
  • Fixed: Small bug in TOleFrame::EvOcAppBorderSpaceSet [bugs:#464].
  • Fixed: Incorrect OWL_LIB_COMPILER_VERSION [bugs:#467].
  • Fixed: TConfigFile::ReadString fails when output string and default string are aliases (regression in version 7.0.0 [r4842]) [bugs:#468].
  • Fixed: TColor::Merge produces wrong result [bugs:#470].

Version 7.0.0 (4982)

  • Initial release of the 7 series.

See the version 7 milestone reports for bug fixes and new features, as well as the code log.


6.40 series

After years of preliminary 64-bit support in the 6.30 series, OWLNext 6.40 Beta was finally released 2014-06-29, providing official support for 64-bit compilation. Version 6.40 went into stable release mode with 6.40.5 on Friday 2014-12-12. Versions 6.41 to 6.44 are mainly bug-fix releases with additional compiler support.

With the release of version 7, version 6.44 entered Long-Term Support mode 2020-05-19, as a stable backwards compatible version with support for older compilers. No further features are planned for the 6.40 series, except for any eventual bug fixes and compiler support.


Major new features

Major features and improvements compared to version 6.36:

Completion of 64-bit support
Clean 64-bit build option producing binary targets for 64-bit Windows (see 64-bit OWLNext).
Message dispatch overhaul
New type-safe implementation of response tables, based on compile-time look-up of class template specializations, and message dispatchers with full support for 64-bit arguments. For an overview of the changes, see Changes in OWLNext. For more detail on the new solution, see Windows Message Dispatch in OWLNext.
Support for GDI+
Basic support for GDI+ has been added in the new header "include/owl/gdiplus.h" [feature-requests:#64].
Enhancements to TListViewCtrl, TNoteTab and persistent streams
A few usability enhancements in the API and implementation for TListViewCtrl and TNoteTab. For example, TNoteTab can now draw tabs in modern style. See Tabbed Test Case. Persistent streams have been made more performant (since 6.44.2) [feature-requests:#116].
Code fixes and updated compiler support
Support for 32-bit and 64-bit compilation with Visual Studio 2010-2026 and RAD Studio/C++Builder XE6-13. Added support for the new Clang-based toolsets in RAD Studio/C++Builder. Dropped support for Borland C++, C++Builder 2009-XE5 and Visual C++ 2008, allowing further modernisation of the code and removal of workarounds (see Supported Compilers).


Revisions

The following sections give a summary of changes in released versions. For the detailed record of changes to the source code, see the log for the release branch in the Subversion source code repository (branches/6.44 (sourceforge.net)).

Version 6.44.29 (upcoming)

  • Fixed: TShellItem::GetTypeName accesses freed PIDL (regression in 6.32 [r867]) [bugs:#638].
  • Fixed: TShellItem::TBrowseFlags are ill-defined [bugs:#639].
  • Fixed: TFileDocument::GetProperty (StorageSize): Buffer overflow [bugs:#573].

Version 6.44.28 (8638)

Version 6.44.27 (7705)

  • Fixed: Non-ASCII characters in source [bugs:#591].
  • Fixed: TConfigFile::ReadRect, ReadPoint and ReadSize fail for negative coordinates [bugs:#600].
  • Fixed: TCoolEdit::NextBreak and PrevBreak: Index out of bounds [bugs:#602].

Version 6.44.26 (7570)

  • Eliminated various warnings.
  • Corrected typo "preceeding" -> "preceding" [r7533].
  • Fixed: TSArrayAsVector and TISArrayAsVector fail to compile [bugs:#488].
  • Fixed: TSet fails to compile [bugs:#489].
  • Fixed: TQueueAsDoubleList fails to compile [bugs:#490].
  • Fixed: TDequeAsVector and TIDequeAsVector fail to compile [bugs:#491].
  • Fixed: TSTypedArray::Add fails to compile [bugs:#596].
  • Fixed: TSTypedArray::Destroy(int) is not defined [bugs:#597].
  • Fixed: TMObjectArray::Detach and DetachItem are not defined [bugs:#598].
  • Fixed: Undesirable base address for x64 image [bugs:#599].

Version 6.44.25 (7268)

  • Upgraded Doxygen project files to version 1.10 [r7233].
  • Fixed: MDI menu merging does not preserve bitmaps [bugs:#547].
  • Fixed: TPickerGadget can not be cancelled [bugs:#585].
  • Fixed: TFrameWindow::SetMenuDescr: Repeated assignment of the same descriptor crashes [bugs:#587].

Version 6.44.24 (7118)

Version 6.44.23 (6955)

  • Fixed: TOcDocument::LoadParts/SaveParts cause crashes with UNICODE character set [bugs:#571].

Version 6.44.22 (6758)

  • Support for Embarcadero RAD Studio/C++Builder 12 Athens [feature-requests:#239].
  • Fixed: Problems with the implementations of EM_SETMARGINS and EM_GETMARGINS [bugs:#559].

Version 6.44.21 (6528)

  • Support for Embarcadero RAD Studio/C++Builder 11.3 Alexandria.
  • Made "bcmake.bat" and "update_version_header.bat" more robust [r6491].
  • Fixed: Invalid Boost path causes OWLNext build errors with BCC32 toolset [bugs:#549].
  • Fixed: Link errors due to missing export attributes [bugs:#550].

Version 6.44.20 (6350)

  • Fixed: THdrItem constructors do not initialize all members [bugs:#546].

Version 6.44.19 (6238)

  • Fixed: WinMain fails to parse unquoted argument (regression in 6.40) [bugs:#541].

Version 6.44.18 (6045)

  • Added ability to change the text background color in TRichEditView [feature-requests:#199].
  • Fixed: TCharFormat::SetBkColor is not working [bugs:#529].
  • Fixed: TCharFormat::SetSpacing is not working [bugs:#530].
  • Fixed: Buffer overflow in TCharFormat::SetFaceName, GetFontInfo and SetFontInfo [bugs:#531].
  • Fixed: TImageList copy and assignment do not work [bugs:#538].

Version 6.44.17 (5826)

Version 6.44.16 (5688)

Version 6.44.15 (5586)

  • Support for Visual Studio 2022.
  • Export function OWLGetModule [feature-requests:#177].
  • Fixed: TArrayAsVector fails to compile when using Clang based C++Builder [bugs:#487].
  • Fixed: TSArrayAsVector and TISArrayAsVector (arrays.h) fails to compile when using Clang based C++Builder [bugs:#488].
  • Fixed: TSet (classlib/sets.h) fails to compile with Clang C++Builder [bugs:#489].
  • Fixed: TQueueAsDoubleList (classlib/queues.h) fails to compile when using Clang C++Builder [bugs:#490].
  • Fixed: TDequeAsVector and TIDequeAsVector (classlib/deques.h) fails to compile with Clang C++Builder [bugs:#491].
  • Fixed: TComboBoxEx::HasEditChanged returns the opposite result [bugs:#492].
  • Fixed: Eliminated warning messages about conversion from signed to unsigned values in response tables [discussion:5e2783b4ce].
  • Fixed: TCoolEdit::CePasteEnable crashes if clipboard is busy [bugs:#497].

Version 6.44.14 (5369)

Version 6.44.13 (5338)

  • Fixed: Whitespace in include statement argument [bugs:#482].
  • Fixed: TFrameWindow::IdleAction sends WM_INITMENUPOPUP without matching WM_UNINITMENUPOPUP [bugs:#484].

Version 6.44.12 (5313)

  • TWindow now logs class name and ID when failing to create [feature-requests:#170].
  • Fixed: TSplitterIndicator drawn in wrong place on a high DPI monitor [bugs:#474].
  • Fixed: TFileName::Squeezed returns garbage for root folders [bugs:#476]
  • Fixed: TFileName::Title uses wrong buffer size in Unicode builds [bugs:#476].
  • Fixed: TUrlLink uses outdated WinHelp [bugs:#477].
  • Fixed: Missing parameter for TOcRegistrar constructor in "examples/tutorial" [r5273].
  • Fixed: Dragging a control bar does not draw a frame in some programs [bugs:#479].
  • Fixed: TCmdLine bug with quoted arguments [bugs:#481].

Version 6.44.11 (5208)

Version 6.44.10 (4886)

  • Added an example of how to use CrystalReports.NET from OWLNext.
  • Fixed: TRegexp pattern match error [bugs:#454].
  • Fixed: TRegValue::operator uint8* is not implemented [bugs:#455].
  • Fixed: TRegistry::Update and Validate do not work [bugs:#456].
  • Fixed: TTipDialog::ReadSettings and WriteSettings do not work [bugs:#458].
  • Fixed: TRegConfigFile::ReadString error is undetectable [bugs:#459].
  • Fixed: TConfigFile::ReadString replaces empty string by default [bugs:#460].

Version 6.44.9 (4727)

  • Added TThreadProgressDlg example in "examples/classes".
  • Fixed: OWLExt TThreadProgressDlg is not working [bugs:#449].
  • Fixed: TWindow::ModifyStyle ignores swpFlags [bugs:#450].
  • Fixed: Crash calling TWindow::FormatMessageBox from TEditFile [bugs:#451].
  • Fixed: Parameter typo in the definition of W2CAB; "bif" should be "buf" [r4702].
  • Fixed: Missing include "owl/color.h" in "configfl.cpp" [r4708].

Version 6.44.8 (4643)

  • Fixed: Unintended TBitmap/TBrush/TPalette constructor selected for pointer arguments (regression in 6.34) [bugs:#444].
  • Fixed: TUIFace::PaintIcon leaks bitmap resources [bugs:#446].
  • Fixed: TListViewCtrl::GetExtStyle returns bool instead of uint32 [bugs:#448].

Version 6.44.7 (4618)

  • Fixed: Owner-drawn controls using TDrawItem do not work in 64-bit builds [bugs:#443].
  • Fixed: TStatic::Transfer returns 0 for tdSizeData (regression in 6.32) [bugs:#445].

Version 6.44.6 (4577)

  • Fixed: Corrected typo in the documentation of TLayoutMetrics [r4535].
  • Fixed: Reinstated flicker-free painting of TGlyphButton (regression in 6.34) [feature-requests:#7].
  • Fixed: TGlyphButton::TLayoutStyle::lsNone does not work [bugs:#438].
  • Fixed: TBS_TOOLTIPS not working correctly in debug builds [bugs:#439].

Version 6.44.5 (4503)

  • Fixed: THexDocument crashes on destruction [bugs:#430].
  • Fixed: TCoolFileBuffer::Save does not handle clStyleAutomatic properly [bugs:#434].
  • Fixed: Eliminated warnings about unreachable code in "include/owl/dispatch.h".

Version 6.44.4 (4423)

  • Added TDragList example to the Classes project, and made some fixes and enhancements.
  • Fixed: Vector subscript out of range in TListBox::GetSelIndexes [bugs:#429].

Version 6.44.3 (4384)

Version 6.44.2 (4137)

  • Made a performance improvement for persistent streams [feature-requests:#116].
  • Fixed: OWLExt build fails (regression in 6.44.1) [bugs:#390].
  • Fixed: TDoubleValidator::Adjust hides virtual TValidator::Adjust (regression in [r426]) [r3997].
  • Fixed: TWindow::WinHelp has old 32-bit truncating signature [bugs:#391].
  • Fixed: TExpandableComboBox truncates argument to TComboBox::SetItemData [bugs:#392].
  • Fixed: TCtxHelpFileManager::CmHelpSearch truncates argument to TWindow::WinHelp [bugs:#393].
  • Fixed: THarborManagement::InsertToolbarMenuItem truncates HMENU into UINT [bugs:#394].
  • Fixed: Hint text fails for popup in TOleWindow::EvMenuSelect [bugs:#395].
  • Fixed: Buffer overrun in THexViewWnd::GetLineData [bugs:#396].
  • Fixed: ForwardEvent has old 32-bit truncating signature [bugs:#397].
  • Fixed: Ill conceived PRECONDITION in TDC::ExtTextOut (regression in 6.32) [bugs:#401].

Also see the milestone reports for 6.44 bug fixes, as well as 6.44 new features.

Version 6.44.1 Beta (3960)

Also see the milestone reports for 6.44 bug fixes, as well as 6.44 new features.

Version 6.44.0 Beta (3634)

  • Improved the error messages for event handler mismatch [feature-requests:#103].
  • Fixed: Missing include in "include/ocf/olefacto.h" [bugs:#317].
  • Fixed: OCF templates refer to undeclared global Registrar [bugs:#319].
  • Fixed: TBtnBitmap::DefaultFaceColor initialises to wrong value [bugs:#331].
  • Fixed: TPrintDialog constructor no longer accepts integer resource identifiers (regression in 6.32) [bugs:#335].
  • Fixed: TModule no longer accepts null-pointer for name (regression in 6.32) [bugs:#355].
  • Fixed: TGlyphButton image not centered properly (regression in 6.34) [bugs:#356].
  • Fixed: TNmCustomDraw wrongly inherits NMTTCUSTOMDRAW [bugs:#357].
  • Fixed: TPrintout no longer accepts null-pointer for title (regression in 6.32) [bugs:#360].

Also see the milestone reports for 6.36 and 6.44 bug fixes, as well as 6.44 new features.

Version 6.43.1 (3575)

  • Fixed: TButtonTextGadget::SetText doesn't update the gadget [bugs:#347].
  • Fixed: Crash if TWindow::Create fails in debug mode [bugs:#349].
  • Fixed: Typo in OwlExt::RCPtr::~RCPtr causes compilation error [bugs:#318].
  • Fixed: Missing this qualification for dependent name in TIArrayAsVector [r3549].
  • Fixed: "browse.cpp" is excluded in the MSBuild project file for OWLExt [r3560].
  • Fixed: Clang compilation errors in "source/owlext/browse.cpp" [r3563].
  • Fixed: TTooltipText::CopyText is unsafe [bugs:#353].
  • Fixed: Buffer overflow in TListViewCtrl::GetSelStrings [bugs:#354].
  • Fixed: FormatFileTime fails in Unicode build mode [bugs:#329].

Also see the milestone reports for 6.35.1 and 6.43.1 bug fixes.

Version 6.43.0 (3416)

  • Fixed: Use of undocumented Win32 function DeviceCapabilitiesEx in TPrintDC [bugs:#342].

Version 6.42.8 (3396)

  • Fixed: Crash if TDialog::Create fails in debug mode [bugs:#340].
  • Fixed: String buffer overflow in TGauge::Paint [bugs:#341].

Version 6.42.7 (3377)

  • Fixed: Wrong selection in TComboBox when using transfer buffer [bugs:#336].
  • Fixed: Build setup fails for non-WC root with SubWCRev installed [bugs:#337].

Version 6.42.6 (3363)

  • Support for RAD Studio/C++Builder 10.1 Berlin.

Version 6.42.5 (3344)

  • Fixed: TGlyphButton draws opaque glyphs [bugs:#332].
  • Fixed: TObjInfo::RefCount overrun [bugs:#333].
  • Fixed: VS 2015: error U1050: Unable to detect the compiler version [bugs:#334].

Version 6.42.4 (3286)

Version 6.42.3 (3243)

Version 6.42.2 (3187)

  • Added support for long file names in "bc.mak" [r3186].

Version 6.42.1 (3174)

  • Added support for 64-bit OWL5_COMPAT mode [r3141].
  • Fixed: CommCtrl has erroneous Doxygen comments [bugs:#299].

Version 6.42.0 Beta (3124)

  • Support for Visual Studio 2015 [r3077] [r3080].
  • Extended TCheckList to support 64-bit user data in x64 build mode [r3107].
  • Eliminated suspect casts (Visual Studio 2015 warnings).
  • Fixed: TMenu::operator uint truncates handle [bugs:#307].
  • Fixed: Truncation in TDispatch <WM_QUERYDRAGICON> [bugs:#308].
  • Fixed: Pointer truncation in TDC::EnumMetafile [bugs:#309].
  • Fixed: Pointer truncation in TCoolbar::ToggleBorder [bugs:#310].
  • Fixed: TDocManager::UpdateFileMenu truncates handle [bugs:#311].
  • Fixed: HtmlHelp has old 32-bit truncating signature [bugs:#312].
  • Fixed: TToolInfo::SetToolInfo truncates handle [bugs:#313].
  • Fixed: Pointer truncation in TTraceWindow [bugs:#314].
  • Fixed: TMci has old 32-bit truncating API and implementation [bugs:#315].

Also see the 6.42 milestone report for bugs.

Version 6.41.0 (3066)

Also see the 6.41 milestone report for bugs and feature requests.

Version 6.40.7 (3061)

  • Fixed: Crash in Persistent Streams (partial fix for [bugs:#304]) [r3061].
  • Fixed: Truncation in TPWrittenObjects::TPWObj [bugs:#305].
  • Fixed: TWindow::SetCursor(0, 0) temporarily removes the cursor [bugs:#306].

Also see the 6.40.7 milestone report for bugs.

Version 6.40.6 (3009)

  • Support for C++Builder XE8 [r3009].
  • Fixed: Removing the last TDockableControlBar from the upper harbor crashes [bugs:#301].
  • Fixed: Deadlock in Persistent Streams [bugs:#302].
  • Fixed: Missing tool tips in Unicode builds [bugs:#303].
  • Fixed: Incorrect tooltip display in TDockableControlBar [bugs:#296].
  • Fixed: Typos in TDispatch specializations [r3001].

Also see the 6.40.6 milestone report for bugs.

Version 6.40.5 (2932)

  • Added compiler version detection in "source/owlcore/bcmake.bat" [r2877].
  • Completed Japanese translation [feature-requests:#80].
  • Fixed: A picture validator on an edit field with append and fill options cause crash [bugs:#295].
  • Fixed: TDate::ParseFrom issues [bugs:#290].
  • Fixed: TDate::AsString and TTime::AsString append null-character [bugs:#291].

Also see the 6.40.5 milestone report for bugs.

Version 6.40.4 Beta (2861)

  • Provided more support for BCC64; examples now build and run.
  • Fixed: OWLExt errors due to the removal of EV_WM_CTLCOLOR (regression in 6.40.3 [r2733]) [bugs:#278].
  • Fixed: Issues in 6.40.3 TDispatch specialisations [bugs:#274].
  • Fixed: C++Builder issues with resource compilation [bugs:#275].

Also see the 6.40.4 milestone report for bugs.

Version 6.40.3 Beta (2737)

  • Fixed: Missing TDispatch specializations (6.40) [bugs:#272].
  • Fixed: TWindow::EvGetIcon and EvSetIcon are not implemented.
  • Corrected, replaced or removed dispatch for many messages [r2733].

Version 6.40.2 Beta (2724)

Also see the 6.40.2 milestone report for bugs.

Version 6.40.1 Beta (2601)

  • Fixed: Pointer truncation in TDocument::NotifyViews and QueryViews [bugs:#260].
  • Fixed: Missing dialog control causes crash in TWindow::Create [r2591].
  • Corrected the documentation of TComboBox::Transfer and TListBox::Transfer [r2593].
  • Eliminated spurious Visual Studio IntelliSense warning [r2596].
  • Changed dialogs across core and examples to use DS_SHELLFONT [r2587].

Also see the 6.40.1 milestone report for bugs.

Version 6.40.0 Beta (2576)

Also see the 6.40 milestone reports for bugs and new features.


6.30 series

After major work to remove obsolete legacy stuff from the source code, as well as improving and simplifying the build scripts, OWLNext 6.30 was released 2009-09-02. Further improvements and many new features were delivered in version 6.32. Versions 6.34 to 6.36 are mainly bug-fix releases with additional compiler support.

With the release of the overhauled 6.40 series as the new line of development, versions 6.36 and 6.30 entered Long-Term Support mode. These versions are maintained as key stepping stones in our recommended upgrade approach.


Major new features

Major features and improvements compared to version 6.20:

Doxygen documentation
Introduction of in-source Doxygen comments for automatic generation of the OWLNext Reference Documentation.
Additional support libraries
Inclusion of the OWLExt, OWLFx and CoolPrj libraries (see OWLNext Modules).
Dialog Data Transfer
Version 6.32 introduced the new Dialog Data Transfer framework as a replacement for the deprecated transfer buffer framework. Support for formatted DDT was added in 6.34 [feature-requests:#59].
Safe Transfer Buffers
New buffer checks and type-safety support for legacy code (see Safe Transfer Buffers).
C++-style string support
New overloads and signatures for functions and constructors with string parameters (see Strings in OWLNext).
Themed glyph buttons
Modern rendering support for TGlyphButton [feature-requests:#7].
Exception transport
Transport mechanism for unhandled exceptions in event handlers [bugs:#230].
Overhaul of the source code and build scripts
Removal of the obsolete 16-bit code, and improvements to the build scripts, including automatic version number detection, as well as a new library naming convention that prevents version and compiler conflicts.
Updated compiler support
Support for RAD Studio/C++Builder XE-13, Visual Studio 2008-2026 and Borland C++ 5.5. Dropped support for C++Builder 6.0, 2006-2007, Visual C++ 6.0, 2003-2005 and Borland C++ 5.01-5.02, allowing modernisation of the code and removal of awkward workarounds (see Supported Compilers).
Preliminary 64-bit support
New support for building OWLNext and applications natively for 64-bit editions of Windows. Patches have been made to the legacy message dispatch framework, improving compatibility with 64-bit build mode. But note that known 64-bit issues remain, such as pointer truncation in handlers and other functions dealing with generic parameters. For serious use of 64-bit, you should upgrade to the latest version. For more information, see "64-bit OWLNext".


Revisions

The following sections give a summary of changes in released versions. For the detailed record of changes to the source code, see the log for the release branch in the Subversion source code repository (branches/6.36 (sourceforge.net)).

Version 6.36.14 (upcoming)

  • Fixed: TShellItem::GetTypeName accesses freed PIDL (regression in 6.32 [r867]) [bugs:#638].
  • Fixed: TShellItem::TBrowseFlags are ill-defined [bugs:#639].

Version 6.36.13 (8638)

Version 6.36.12 (7705)

  • Fixed: Non-ASCII characters in source [bugs:#591].
  • Fixed: TConfigFile::ReadRect, ReadPoint and ReadSize fail for negative coordinates [bugs:#600].
  • Fixed: TCoolEdit::NextBreak and PrevBreak: Index out of bounds [bugs:#602].

Version 6.36.11 (7570)

  • Eliminated various warnings.
  • Corrected typo "preceeding" -> "preceding" [r7534].
  • Fixed: TUString conversion operator returns 0 [bugs:#412].
  • Fixed: TSArrayAsVector and TISArrayAsVector fail to compile [bugs:#488].
  • Fixed: TSet fails to compile [bugs:#489].
  • Fixed: TQueueAsDoubleList fails to compile [bugs:#490].
  • Fixed: TDequeAsVector and TIDequeAsVector fail to compile [bugs:#491].
  • Fixed: TSTypedArray::Add fails to compile [bugs:#596].
  • Fixed: TSTypedArray::Destroy(int) is not defined [bugs:#597].
  • Fixed: TMObjectArray::Detach and DetachItem are not defined [bugs:#598].

Version 6.36.10 (7268)

  • Fixed: TPickerGadget can not be cancelled [bugs:#585].
  • Fixed: TFrameWindow::SetMenuDescr: Repeated assignment of the same descriptor crashes [bugs:#587].

Version 6.36.9 (7118)

Version 6.36.8 (6757)

  • Support for Embarcadero RAD Studio/C++Builder 12 Athens [feature-requests:#239].
  • Fixed: Problems with the implementations of EM_SETMARGINS and EM_GETMARGINS [bugs:#559].

Version 6.36.7 (6527)

  • Support for Embarcadero RAD Studio/C++Builder 11.3 Alexandria.
  • Made "bcmake.bat" and "update_version_header.bat" more robust [r6492].
  • Fixed: "source/owlcore/bcmake.bat" no longer works [r6488].
  • Fixed: Invalid Boost path causes OWLNext build errors with BCC32 toolset [bugs:#549].
  • Fixed: Link errors due to missing export attributes [bugs:#550].

Version 6.36.6 (5824)

Version 6.36.5 (5574)

  • Support for Visual Studio 2022.

Version 6.36.4 (5207)

  • Support for Embarcadero RAD Studio/C++Builder 10.4 Sydney [feature-requests:#160].
  • Fixed: Context menu displayed in upper left corner [bugs:#463].
  • Fixed: Small bug in TOleFrame::EvOcAppBorderSpaceSet [bugs:#464].
  • Fixed: OWLNext 6.36 fails to build with C++Builder XE [bugs:#466].
  • Fixed: Incorrect OWL_LIB_COMPILER_VERSION [bugs:#467].

Version 6.36.3 (4878)

  • Fixed: Documentation shows old version number (6.34).

Version 6.36.2 (4615)

  • Support for RAD Studio/C++Builder 10.2 Tokyo, 10.3 Rio and Visual Studio 2019.

Version 6.36.1 (3661)

  • Support for Visual Studio 2017.

Version 6.36.0 (3627)

  • Fixed: TBtnBitmap::DefaultFaceColor initialises to wrong value [bugs:#331].
  • Fixed: TPrintDialog constructor no longer accepts integer resource identifiers (regression in 6.32) [bugs:#335].
  • Fixed: TModule no longer accepts null-pointer for name (regression in 6.32) [bugs:#355].
  • Fixed: TGlyphButton image not centered properly (regression in 6.34) [bugs:#356].
  • Fixed: TNmCustomDraw wrongly inherits NMTTCUSTOMDRAW [bugs:#357].
  • Fixed: TPrintout no longer accepts null-pointer for title (regression in 6.32) [bugs:#360].

Also see the milestone report for 6.36 bug fixes.

Version 6.35.1 (3576)

  • Fixed: TButtonTextGadget::SetText doesn't update the gadget [bugs:#347].
  • Fixed: Crash if TWindow::Create fails in debug mode [bugs:#349].
  • Fixed: Missing this qualification for dependent name in TIArrayAsVector [r3550].
  • Fixed: TTooltipText::CopyText is unsafe [bugs:#353].
  • Fixed: Buffer overflow in TListViewCtrl::GetSelStrings [bugs:#354].
  • Fixed: FormatFileTime fails in Unicode build mode [bugs:#329].

Also see the milestone report for 6.35.1 bug fixes.

Version 6.35.0 (3415)

  • Fixed: Use of undocumented Win32 function DeviceCapabilitiesEx in TPrintDC [bugs:#342].

Version 6.34.11 (3398)

  • Added and improved BCC55 project files for the examples [r3398].
  • Removed obsolete BC5 project folders for the examples [r3393].
  • Fixed: Crash if TDialog::Create fails in debug mode [bugs:#340].
  • Fixed: String buffer overflow in TGauge::Paint [bugs:#341].

Version 6.34.10 (3378)

  • Fixed: Wrong selection in TComboBox when using transfer buffer [bugs:#336].
  • Fixed: Build setup fails for non-WC root with SubWCRev installed [bugs:#337].

Version 6.34.9 (3364)

  • Support for RAD Studio/C++Builder 10.1 Berlin.

Version 6.34.8 (3345)

  • Fixed: TGlyphButton draws opaque glyphs [bugs:#332].
  • Fixed: TObjInfo::RefCount overrun [bugs:#333].
  • Fixed: VS 2015: error U1050: Unable to detect the compiler version [bugs:#334].

Version 6.34.7 (3241)

Version 6.34.6 (3185)

  • Added support for long file names in "bc.mak" [r3184].

Version 6.34.5 (3171)

  • Support for Visual Studio 2015.
  • Fixed: Build fails for non-English edition of Visual Studio [bugs:#241].
  • Fixed: Missing tool tips in Unicode builds [bugs:#303].
  • Fixed: Incorrect tooltip display in TDockableControlBar [bugs:#296].

Version 6.34.4 (3129)

  • Support for C++Builder XE8.

Version 6.34.3 (2930)

  • Fixed: A picture validator on an edit field with append and fill options cause crash [bugs:#295].
  • Fixed: TDate::ParseFrom issues [bugs:#290].
  • Fixed: TDate::AsString and TTime::AsString append null-character [bugs:#291].

Version 6.34.2 (2685)

  • Improved build setup handling.
  • Improved documentation.
  • Support for C++Builder XE7.
  • Added "include/owl/all.rc".
  • Fixed: Dynamic linking issues with OWLExt [bugs:#267].
  • Fixed: "owl.rc" is incomplete [bugs:#265].
  • Fixed: Error RC1004 in "picklist.rc" [bugs:#264].

Version 6.34.1 (2062)

  • Added string-aware overloads (TInputDialog, TMDIChild, TPropertySheet).
  • Support for C++Builder XE6.
  • Fixed numerous issues in TNoteTab [bugs:#252] [bugs:#254] [bugs:#255].
  • Fixed: WM_ENDSESSION handling is unreliable [bugs:#231].
  • Fixed: An unhandled exception within a dialog event handler is silently suppressed [bugs:#230].
  • Fixed: TApplication::QueryThrow is not implemented (regression in 6.34.0) [bugs:#249].
  • Fixed: Custom scroll bars may fail (regression in [r1773]).

Also see the 6.34.1 milestone report for bugs.

Version 6.34.0 Beta (1950)

Also see the 6.34 milestone reports for bugs and new features.

Version 6.32.8 (2697)

  • Improved build setup handling.
  • Support for C++Builder XE7.
  • Added C++Builder XE3 projects for some of the examples.
  • Corrected documentation.

Version 6.32.7 (1980)

  • Support for C++Builder XE6.
  • Added "examples/Classes/exceptiontransport" and "examples/Classes/slider".
  • Fixed: TSlider is dysfunctional (regression in 6.32.6) [bugs:#238].
  • Fixed: Status bar hint text is gone (regression in 6.32) [bugs:#243].
  • Fixed: String-aware overload for TPropertySheet constructor is declared but not implemented [bugs:#250].
  • Fixed: WM_ENDSESSION handling is unreliable [bugs:#231].

Also see the 6.32.7 milestone report.

Version 6.32.6 (1893)

  • Support for Embarcadero C++Builder XE4/XE5 and Microsoft Visual Studio 2013.
  • Fixed: TRichEdit search-and-replace is broken [bugs:#236].
  • Fixed: 16-bit scrollbar truncation and thumb position issue [bugs:#227].
  • Fixed: Build conflicts with Cygwin [bugs:#217].
  • Fixed: Build fails for non-English edition of Visual Studio [bugs:#241].
  • Fixed: EV_OC_VIEWSETTITLE definition incorrectly uses ocf::v_CS_Sig instead of owl::v_CS_Sig

Also see the 6.32.6 milestone report.

Version 6.32.5 (1679)

  • Fixed: TButtonTextGadget::SetText(0) crashes (regression in 6.32) [bugs:#223].
  • Fixed: Context menu appears outside window [bugs:#224].
  • Fixed: 16-bit scroller truncation and thumb position issue [bugs:#227].
  • Fixed: Wrong TDib/TDiBitmap constructor called (regression in 6.32.2 [r1122]) [bugs:#228].
  • Fixed: TWindow::EvEndSession crashes at system shutdown [bugs:#231].
  • Disabled library sectioning when building the dynamic libraries (made no sense).

Also see the 6.32.5 milestone report.

Version 6.32.4 (1576)

  • Support for Embarcadero C++Builder XE3 and Microsoft Visual Studio 2012.
  • Included OWLNext examples in the patch and the full source download.
  • Fixed: VCL build mode fails with C++Builder XE2 (issue #3525088).
  • Fixed: TSplashWindow deletes the provided DIB (issue #3540034).
  • Fixed: Applications are dysfunctional in OWL5_COMPAT mode (issue #3541144).
  • Fixed: Incorrect formatting logic in TButtonTextGadget::PaintText (issue #3535315).

Version 6.32.3 (1308)

  • Added support for BWCC in OWL5_COMPAT mode for Visual C++ builds.
  • Added TDC::TransparentBlt() (request #3520413).
  • Fixed the handlers for WM_COPYDATA (issue #3515526).
  • Fixed a problem with disappearing scrollbars (issue #3471504).
  • Fixed: TLvItem dereferences invalid iterator (issue #3468447).
  • Fixed: TLvItem::GetText(LPCSTR, int) is unsafe (issue #3469059).

Version 6.32.2 Beta (1249)

  • Added owl::tstring overloads for many class methods.
  • Changed the methods and usage of TPointer/TAPointer (issue #3327402).
  • Changed the return type of TDialog::DialogFunction (issue #3463015).
  • Restored code that was accidentally removed while preparing 6.32.1.
  • Restored support for BWCC (only in OWL5_COMPAT mode).
  • Fixed: Handling of share violation notification in TOpenSaveDialog (issue #3461912).
  • Fixed: TMessageBar::SetHintText crashes (regression in 6.32.1) [bugs:#166].

Version 6.32.1 Beta (1117)

Contains the changes made in the 6.31 Developer Preview. See log.

Version 6.30.15 (6654)

  • Fixed: Problems with the implementations of EM_SETMARGINS and EM_GETMARGINS [bugs:#559].

Version 6.30.14 (6519)

  • Fixed: Link errors due to missing export attributes [bugs:#550].

Version 6.30.13 (4622)

  • Fixed: Examples fail to build with Borland C++ 5.02 [r4621].

Version 6.30.12 (1599)

  • Support for Embarcadero C++ Builder XE3 and Microsoft Visual Studio 2012.
  • Added AClock and BmpView examples, with relative paths.
  • Fixed: TResString conflict with VS2010.
  • Fixed: TEdit::Transfer may leak memory if an exception is thrown.
  • Fixed: TEdit::Transfer is unsafe; the validator may cause buffer overrun.
  • Fixed: Build conflicts with Cygwin (issue #3542355).
  • Fixed: Inconsistent packing size in VCL build mode (issue #3464368).
  • Fixed: OWLNext 6.30 does not comply with the naming convention (issue #3550821).
  • Fixed: VCL build mode fails with C++Builder XE2 (issue #3525088)
  • Fixed: TSplashWindow deletes the provided DIB (issue #3540034)

Version 6.30.11 (1155)

  • Support for CBuilder XE2, correct runtime library loading.
  • Fixed issue #3298018, TEditFile cannot edit files > 32K.
  • Fixed: CodeGuard library added to release builds.
  • Made some improvements to the TComboBoxExItem constructors.
  • Fixed RichEdit 4.1 compatibility issue (issue #3315110).

Version 6.30.10 (733)

  • Made usage of Stackwalker in VC++ debug builds optional.
  • Fixed VC++ compilation issues with the assembler files.
  • Fixes in EV_TTN_SHOW (issue post thread and issue#3188259).
  • TRichEdit now uses RichEdit4.1 when available (issue #3140830).
  • GCC compatibility fixes.

Version 6.30.9 (558)

  • Support for CBuilder 2011/XE in the make and batch files.
  • Added compiler specific batch files for full build, OCF and the OWLNext core.
  • Fixed TComboBoxExData bad implementation (issue #3035815).
  • Fixed TMemComboBox incorrect behavior (issue #3040075).
  • Fixed problems in some of the container classes (TArray, etc.).
  • Fixed issues with TComboBoxEx::Transfer.

Version 6.30.8 (384)

  • Fixed: TListWindItem::SetState() is broken (issue #3023544).
  • Fixed: TTypedArray::AddAt moves incorrected size of memory (issue #3016871).
  • Fixed bugs in TArray emulation (issue #3014970).
  • Fixed several GCC/Linux incompatibilities.

Version 6.30.7 (343)

  • Added public access to OcRemView::GetPartSize() (request #2851972).
  • Fixed: resource may load from wrong module (issue #2978688).
  • Support for CBuilder 2011 (issue #3001660).
  • Fixed bad cast in "resource.h" (issue #3007736).
  • Linux-related compatibility fixes

Version 6.30.6 (314)

  • Fixed TPrinterAbortDlg::SetupWindow issue (issue #1716306).
  • Fixed: gc.mak is outdated and broken (issue #2962949).
  • Fixed: TPrintDialog forces the app to crash (issue #2973025).
  • Fixed some Linux-related problems.

Version 6.30.5 (308)

  • Updated OWLExt to build with Unicode.
  • Added definition for _ttof if needed.
  • Fixed VS2010 bug for release mode linking (issue #2949464).
  • Fixed Linux incompatible includes (issue #2956366).
  • Fixed unsafe cast and return in TXBase (issue #2956161).
  • Fixed: VC++ mixed mode compatibility (see this thread).
  • Fixed: TGadgetWindowFont(const TFont& font) definition missing (see this thread).
  • Fixed: msc.h is setting BI_NO_COVAR_RET for all versions (see this thread).

Version 6.30.4 (302)

  • Fixed: locked clipboard may hang application.
  • Fixed: TFileName::Squeezed fails for long names (issue #2911717).
  • Fixed a buffer overrun in HandleGlobalException (issue #2911628).

Version 6.30.3 (297)

  • Added macro definitions for _tifstream and _tofstream.
  • Fixed: "16-bit scroll bar in 32-bit mode" (issue #1984288).
  • Fixed TFileDocument issues with C++Builder 2007-2010 (see this thread).
  • Fixed problem in TRegValue::Set() (see this thread).
  • Fixed a problem in HandleGlobalException() for Unicode builds (see this thread).
  • Fixed: dt parameter is ignored in TIArrayAsVector::Detach.
  • Fixed some Unicode buffer problems.

Version 6.30.2 (295)

  • Added OWLExt and OWLFx libraries.
  • Added the namespace NS_OCF:: to the event definitions in OCF.
  • Removed some more usages of the obsolete keywords "FAR" and "far".
  • Fixed issue with system color brushes (see this thread).
  • Fixed: TSArrayAsVector::Add incorrect (issue #2820768).
  • Fixed: TCmdLine cannot handle quoted options.

Version 6.30.1 (293)

  • Support for Visual C++ 2010 and C++Builder 2010.
  • Included BOCOLE sources under source\ocf.
  • Contains the changes made in the 6.21 Developer Preview (see log).



6.20 series

OWLNext 6.20 was planned and introduced as a new base version for further work. It was a big upgrade with much work on support for new compilers and operating systems. After a series of release candidates, starting with RC1 in 2004, version 6.20 was finally released 2007-06-06, and was included on the C++Builder 2007 Partner CD.

The support for 6.20 ended 2009-06-10 with the release of 6.20.10.


Major new features

Major features and improvements compared to version 6.19:

Data Execution Prevention (DEP)
Support for the DEP feature in Windows XP and later (see OWLNext and Data Execution Prevention).
Windows XP Themes support
Support for Windows XP Visual Style Gadgets.
New compiler support
Support for Borland Developer Studio.


Revisions

The following sections give a summary of changes in released versions. For the detailed record of changes to the source code, see the log for the 6.20 branch in the Subversion source code repository (branches/OWLNext620).

Version 6.20.10 (277)

  • Support for BDS2009.
  • Fixed some Unicode problems.

Version 6.20.9 (268)

  • Fixed an OCF Server crash.
  • Fixed an issue with the definition of TRegTemplateList::EnabledFlags.
  • Fixed an issue with "uxtheme.h" usage with C++Builder 6.
  • Fixed an issue in TDC::SelectObject(const TBitmap& bitmap).
  • Fixes a crash with dockable control bars and TListWindow::GetSelIndexes.
  • Small fix in the makefile for Borland compilers.

Version 6.20.8 (262)

  • Support for Unicode filenames with ifpstream etc.
  • A Unicode-related fix in "ocreg.cpp".

Version 6.20.7 (260)

  • Support for Visual C++ 2008.
  • Added TGadgetWindow::IsThemed function.
  • Replaced GERMAN by BI_MSG_LANGUAGE_GERMANY in resource files.

Version 6.20.6 (259)

  • Renamed parameter 'generic' to 'genericxx' in "dispatch.*" and "commctrl.*".

Version 6.20.5 (222)

  • Support for Windows XP Visual Style Gadgets.
  • Fixes for EV_WM_POWERBROADCAST and EV_WM_DEVICECHANGE.
  • Fixed a problem with flat buttons in print preview.
  • Fixed a problem in TWindow::EvMouseWheel.
  • Fixed an issue with context menus on a dual-monitor system.

Version 6.20.4 (218)

  • New function TView::SetDocument().
  • A fix for the circular dependencies in owl/geometry.h (see this thread).
  • Cleaned up namespaces usage.

Version 6.20.3 (210)

  • Enabled use of backwards compatibility builds.
  • Fixed a problem with THarbor background in diagnostic build.
  • Updated and included OWLExt 3.0 library.

Version 6.20.2 (71)

  • Fixed a problem with the __DEBUG definition.

Version 6.20.1 (65)

  • New version number scheme.
  • Fixed new printer dialog issue.



6.04 series

OWLNext 6.04 (aka OWL NExt 6.0 Patch 4), released in 1999, was considered the base version until the release of OWLNext 6.20. All versions up to and including 6.19 were distributed as patches to 6.04.

See OWLNext Pre-6.20 Revision History for details.


Related

Bugs: #166
Bugs: #170
Bugs: #217
Bugs: #223
Bugs: #224
Bugs: #226
Bugs: #227
Bugs: #228
Bugs: #230
Bugs: #231
Bugs: #235
Bugs: #236
Bugs: #238
Bugs: #241
Bugs: #243
Bugs: #248
Bugs: #249
Bugs: #250
Bugs: #252
Bugs: #254
Bugs: #255
Bugs: #256
Bugs: #260
Bugs: #261
Bugs: #262
Bugs: #263
Bugs: #265
Bugs: #266
Bugs: #267
Bugs: #268
Bugs: #271
Bugs: #272
Bugs: #274
Bugs: #275
Bugs: #278
Bugs: #290
Bugs: #291
Bugs: #295
Bugs: #299
Bugs: #301
Bugs: #302
Bugs: #303
Bugs: #304
Bugs: #305
Bugs: #306
Bugs: #307
Bugs: #308
Bugs: #309
Bugs: #310
Bugs: #311
Bugs: #312
Bugs: #313
Bugs: #314
Bugs: #315
Bugs: #317
Bugs: #318
Bugs: #319
Bugs: #321
Bugs: #322
Bugs: #324
Bugs: #329
Bugs: #331
Bugs: #332
Bugs: #333
Bugs: #334
Bugs: #335
Bugs: #336
Bugs: #337
Bugs: #340
Bugs: #341
Bugs: #342
Bugs: #347
Bugs: #349
Bugs: #353
Bugs: #355
Bugs: #356
Bugs: #357
Bugs: #360
Bugs: #361
Bugs: #362
Bugs: #363
Bugs: #365
Bugs: #366
Bugs: #367
Bugs: #368
Bugs: #369
Bugs: #371
Bugs: #374
Bugs: #375
Bugs: #376
Bugs: #378
Bugs: #382
Bugs: #385
Bugs: #386
Bugs: #388
Bugs: #390
Bugs: #391
Bugs: #392
Bugs: #393
Bugs: #394
Bugs: #395
Bugs: #396
Bugs: #397
Bugs: #401
Bugs: #406
Bugs: #412
Bugs: #413
Bugs: #419
Bugs: #420
Bugs: #425
Bugs: #426
Bugs: #427
Bugs: #429
Bugs: #430
Bugs: #434
Bugs: #438
Bugs: #439
Bugs: #443
Bugs: #444
Bugs: #445
Bugs: #446
Bugs: #448
Bugs: #449
Bugs: #450
Bugs: #451
Bugs: #454
Bugs: #455
Bugs: #456
Bugs: #458
Bugs: #459
Bugs: #460
Bugs: #463
Bugs: #464
Bugs: #466
Bugs: #467
Bugs: #468
Bugs: #470
Bugs: #474
Bugs: #475
Bugs: #476
Bugs: #477
Bugs: #479
Bugs: #481
Bugs: #482
Bugs: #484
Bugs: #485
Bugs: #487
Bugs: #488
Bugs: #489
Bugs: #490
Bugs: #491
Bugs: #492
Bugs: #497
Bugs: #498
Bugs: #504
Bugs: #505
Bugs: #507
Bugs: #524
Bugs: #527
Bugs: #528
Bugs: #529
Bugs: #530
Bugs: #531
Bugs: #538
Bugs: #541
Bugs: #546
Bugs: #547
Bugs: #549
Bugs: #550
Bugs: #559
Bugs: #571
Bugs: #573
Bugs: #574
Bugs: #585
Bugs: #586
Bugs: #587
Bugs: #591
Bugs: #595
Bugs: #596
Bugs: #597
Bugs: #598
Bugs: #599
Bugs: #600
Bugs: #602
Bugs: #619
Bugs: #626
Bugs: #627
Bugs: #628
Bugs: #629
Bugs: #631
Bugs: #632
Bugs: #634
Bugs: #635
Bugs: #637
Bugs: #638
Bugs: #639
Commit: [r1122]
Commit: [r1773]
Commit: [r1924]
Commit: [r2121]
Commit: [r2587]
Commit: [r2591]
Commit: [r2593]
Commit: [r2596]
Commit: [r2612]
Commit: [r2621]
Commit: [r2625]
Commit: [r2637]
Commit: [r2686]
Commit: [r2733]
Commit: [r2877]
Commit: [r3001]
Commit: [r3009]
Commit: [r3061]
Commit: [r3077]
Commit: [r3080]
Commit: [r3107]
Commit: [r3141]
Commit: [r3184]
Commit: [r3186]
Commit: [r3393]
Commit: [r3398]
Commit: [r3549]
Commit: [r3550]
Commit: [r3560]
Commit: [r3563]
Commit: [r3997]
Commit: [r426]
Commit: [r4535]
Commit: [r4621]
Commit: [r4702]
Commit: [r4708]
Commit: [r4842]
Commit: [r5273]
Commit: [r5305]
Commit: [r5353]
Commit: [r5793]
Commit: [r6010]
Commit: [r6011]
Commit: [r6488]
Commit: [r6491]
Commit: [r6492]
Commit: [r6493]
Commit: [r7001]
Commit: [r7233]
Commit: [r7235]
Commit: [r7356]
Commit: [r7415]
Commit: [r7422]
Commit: [r7533]
Commit: [r7534]
Commit: [r7535]
Commit: [r7640]
Commit: [r7641]
Commit: [r7646]
Commit: [r8441]
Commit: [r8444]
Commit: [r867]
Discussion: Controls loosing window handle after upgrading owlnext
Discussion: Documenting regressions
Discussion: State of OCFNext — time to discontinue?
Discussion: OWLMaker for Embarcadero C++Builder 11 Alexandria
Discussion: Some Bugfixes
Discussion: 5e2783b4ce
Discussion: GENPRO
Discussion: Single Instance Application example
Discussion: 24-bit bitmap
Discussion: OwlMaker for RAS Studio XE8
Discussion: Problems using TListViewCtrl
Discussion: OWLMaker fails to build
Discussion: Help on incompatible changes in 7 series
Discussion: OWLNext 7 and VS2015 (C++ 14.0)
Discussion: Preparing updates for OWLNext 7, 6.44 and 6.36
Discussion: Road ahead — C++20, OWLNext 8 and SemVer
Discussion: Road ahead — C++20, OWLNext 8 and SemVer
Discussion: OWLNext 7.0.4 and 6.44.14 updates
Discussion: Releasing updates OWLNext 7.0.20, 6.44.28 and 6.36.13
Discussion: Bugs in arrays.h (old classlib) when compiling with Clang C++Builder
Discussion: Where is the 6.34 branch ?
Discussion: OWLNext 6.44.11 and 6.36.4 updates
Feature Requests: #103
Feature Requests: #104
Feature Requests: #105
Feature Requests: #106
Feature Requests: #107
Feature Requests: #109
Feature Requests: #110
Feature Requests: #111
Feature Requests: #115
Feature Requests: #116
Feature Requests: #117
Feature Requests: #119
Feature Requests: #120
Feature Requests: #124
Feature Requests: #128
Feature Requests: #131
Feature Requests: #135
Feature Requests: #136
Feature Requests: #155
Feature Requests: #160
Feature Requests: #167
Feature Requests: #170
Feature Requests: #172
Feature Requests: #177
Feature Requests: #190
Feature Requests: #191
Feature Requests: #192
Feature Requests: #199
Feature Requests: #239
Feature Requests: #246
Feature Requests: #248
Feature Requests: #264
Feature Requests: #267
Feature Requests: #272
Feature Requests: #59
Feature Requests: #6
Feature Requests: #62
Feature Requests: #64
Feature Requests: #7
Feature Requests: #80
Feature Requests: #88
Feature Requests: #89
Feature Requests: #91
Feature Requests: #92
News: 2018/02/support-for-embarcadero-rad-studio-102-tokyo
News: 2019/11/5-year-review-of-the-640-series
News: 2025/09/announcing-the-availability-of-rad-studio-13-florence
Wiki: Contributing
Wiki: Frequently_Asked_Questions
Wiki: History
Wiki: Installing_OWLNext
Wiki: Installing_OWLNext_from_the_Code_Repository
Wiki: Main_Page
Wiki: OWLNext_Roadmap_and_Prereleases
Wiki: OWLNext_naming_convention
Wiki: OWLNext_pre-6.20_Revision_History
Wiki: Supported_Compilers
Wiki: Upgrading_from_OWL

MongoDB Logo MongoDB