|
Previous Top Next |
Beta 3.5 Build 0.95.500 is scheduled to be released on February 4, 2007. Below we have listed changes and updates to the classes, templates, demo and documentation since Beta 3.3 Build 0.95.300 released on November 14, 2007.
Not dated
1. Classes |
Initialized property added to Progress Class. This prevents problems in case class methods are called before the INIT method is called. |
2. Classes |
Added <String pTab> as second parameter to the ShowFilePropertyWindow method of the Shell Class. This allows the file property window to be opened on a specific tab. |
3. Classes |
Added <String pParameters> as third parameter to the ITRun method of the Shell Class. This makes it possible to split up the command line and parameters. This should be the default way to work with ITRun to prevent problems under Windows Vista. |
Jan-12-2008
1. Classes |
Added DumpNameInQueue method to the DirectoryClass. This method only dumps the full filename, which works great when retrieving full filenames only into a queue for processing files when other data doesn't really matter. |
Jan-10-2008
1. Classes |
Added PROC attribute to ReadFileToString and WriteStringToFile methods of the StringClass. |
Dec-20-2007
1. Classes |
Added GetCRC32() and CompareCRC32() methods to the Utility Class. GetCRC32 returns a ULONG containing a CRC32 value. CompareCRC32 takes a ULONG and compares it with a ULONG returned from GetCRC32 for the string buffer passed to it. |
Dec-18-2007
1. Templates |
Added Utility wizard template to create the WindowInitCode procedure that is used to standardize windows etc. |
Nov-28-2007
1. Classes |
Added CreateGUID method to the Core Class. See documentation. |
Nov-22-2007
1. Classes |
Added option to pass parameters to ITRun. It appears that with ShellExecuteEx the command line can not contain parameters under Windows Vista. So it is now passing the parameters via the parameters parameter! Under XP it works without problems by just using the command line. |
|
|
2. Classes |
EnumTopWindows was called as a procedure in the EnumModuleWin method, causing a compiler warning. |
Nov-21-2007
1. Classes |
Added more option to GetFilePart for path+filename and path+filename+extension combinations. |
|
|
2. Classes |
GetUserName was not returning data causing compiler warning. This method has not been completed yet. Fixed. |
|
|
3. Classes |
EnumModuleWin called SELF.EnumTopWin as procedure causing compiler warning. Fixed. |
Nov-19-2007
1. Classes |
RemoveBackslash did not check if the string passed in was empty and could cause GPF when stringslicing the empty string. Fixed. |