What's New in Release 4.3.1
Release 5.0.2 is a maintenance release, containing fixes for the following
issues which affect XLL+ 5.0 for Visual Studio 2005:
-
Incorrect return values from the global date functions declared in xlldate.h.
-
Incorrect return values from the date methods of CXlFuncs, declared in
xlfuncs.h.
5.0.2
Date: |
22-July-2008 |
Description: |
Maintenance release |
Files: |
xlpt_5_0_2.zip |
Item |
Change |
Description |
F00085 |
FIX - CXlFuncs date
methods |
The following date functions of
CXlFuncs were wrongly returning 0 (for no error) when a translation error had
occurred because of illegal input. This behavior has been fixed.
CXlFuncs::Date
CXlFuncs::DateValue
CXlFuncs::Day
CXlFuncs::Days360
CXlFuncs::Hour
CXlFuncs::Minute
CXlFuncs::Month
CXlFuncs::Now
CXlFuncs::Second
CXlFuncs::Time
CXlFuncs::TimeValue
CXlFuncs::Today
CXlFuncs::Weekday
CXlFuncs::Year
|
F00086 |
FIX - Global date
methods |
The following global date
functions were wrongly returning 1 (for no error) when a translation error had
occurred because of illegal input. This behavior has been fixed.
XlDateToSerial
XlDateToLSerial
XlStringToDate
XlStringToSerial
XlStringToLSerial
XlWeekday
XlToday
XlNow
|