GpHugeFile 5.05 - Delphi 2007 changed the implementation of CreateFmtHelp so that it clears the Win32 'last error'. Therefore, it was impossible to detect windows error in detection handler when EGpHugeFile help context was hcHFWindowsError. To circumvent the problem, all EGpHugeFile help contexts were changed to a negative value. HcHFWindowsError constant was removed. All Win32 API errors are passed in the HelpContext unchanged. IOW, if HelpContext > 0, it contains an Win32 API error code, otherwise it contains one of hcHF constants.
- Added method TGpHugeFile.GetTime and property TGpHugeFile.FileTime.
GpStreamS 1.22 - Added AppendToFile helper functions (two overloads).
- Added ReadTag and WriteTag support for int64 and WideString data.
- Added two overloaded SafeCreateFileStream versions returning exception message.
- Added Append stream helper.
- Added AutoDestroyWrappedStream property to the TGpStreamWindow class.
- Added TGpBufferedStream class. At the moment, only reading is buffered while writing is implemented as a pass-through operation.
- Made 'count' parameter to CopyStream optional, the same way as TStream.CopyFrom is implemented.
- Check for < 0 position in TGpStreamWindow.Seek.
- Fixed reading/writing of zero bytes in TGpStreamWindow.
- Added bunch of 'inline' directives.
GpLists 1.35
GpTimezone 1.22
- Implemented DateLT, DateLE, DateGT, DateGE.
DSiWin32 1.36a
- Added procedures DSiCenterRectInRect and DSiMakeRectFullyVisibleOnRect.
- Added DSiTerminateProcessById procedure.
- Added three performance counter helpers DSiPerfCounterToMS, DSiPerfCounterToUS, and DSiQueryPerfCounterAsUS.
- Added function DSiTimeGetTime64.
- Added function DSiGetProcessFileName.
- Added function DSiEditShortcut.
- Added function DSiInitFontToSystemDefault.
- Added many SHGetSpecialFolderLocation folder constants.
- Added ShGetSpecialFolderLocation flags CSIDL_FLAG_DONT_UNEXPAND and CSIDL_FLAG_DONT_VERIFY.
- Added dynamically loaded API forwarder DSiSetSuspendState.
- Added dynamically loaded API forwarders DSiEnumProcessModules, DSiGetModuleFileNameEx, and DSiGetProcessImageFileName.
- Changed DSiIsAdmin to use big enough buffer for token data.
- Changed DSiIsAdmin to ignore SE_GROUP_ENABLED attribute because function was sometimes incorrectly returning False.
- Added parameter 'parameters' to DSiCreateShortcut and DSiGetShortcutInfo.
- More stringent checking in DSiGetProcessWindow.
Labels: Delphi, open source, programming, source code, utilities |
|
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home