Features of Patch 14

Back Up Next

Changes Log:

Patch 6.11:
WM_QUERYENDWINDOW bug. 
Small fix in modversi.cpp.
New classes shell around SHLWAPI.DLL.
Eliminates HUGE warning in VC.
Patch 6.12:
BCB6 support
VC 7.0 supported (need to be fully checked).
GCC 3.1 supported, it's the first time i success to compile working DLL. (partially checked).
Additional functionality to TConfigFile: new set funcitons with owl_string as parameters.
Additional functionality to TFileName - new parameter onlydir - as suggested by Jogy.
Patch 6.13/6.14:
Added #pragma once in .h files for MSC builds
Added UNICOWS support
Changed to use _WINDLL instead of _DLL to define BI_APP_DLL under MSC
Fix in TComboBox::SetHorizontalExtent()
Added TConfigFileSection::Erase()
Fix in TPrintDC::StartDoc()
THarbor private members made protected
Made TDocManager::CreateDoc() virtual, added CreateDummyDoc()
Moved one of TDocTemplate constructors outside of #if defined(OWL2_COMPAT) section
Added IsDir(), IsSysDir() and GetAttributes() to TFileNameIterator
Added operator[](size_t) to TAPointer
Added private TRegKey copy constrctor
Added TTabControl::Add(LPCTSTR)
In TApplication::ProcessAppMsg() replaced class _TDesktopWindow {} with static HWND deskTopHwnd = ::GetDesktopWindow();
Fix in TRegConfigFile::WriteString() to write the trailing '\0'
Fix in TRegConfigFile::ReadString() to add the trailing '\0'
Fix in TDocument::SetTitle() to handle calls like SetTitle(GetTitle());
Changed DllMain() signature for MSC builds
  Revised: November 20, 2003.


Copyright © 1998-2001 Yura Bidus. All rights reserved.