Archive

Archive for September, 2021

CScintillaCtrl, CScintillaView & CScintillaDoc v1.69

September 30, 2021 Comments off

Just to let everyone know that v1.69 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:

  • Updated class to work with Scintilla v5.1.3. New messages wrapped include: SCI_STYLESETCHECKMONOSPACED, SCI_STYLEGETCHECKMONOSPACED, SCI_GETCARETLINEHIGHLIGHTSUBLINE & SCI_SETCARETLINEHIGHLIGHTSUBLINE.
Advertisement
Categories: Web Site Updates

PerfCtrv2Mgr v1.05

September 21, 2021 Comments off

Just to let everyone know that v1.05 of PerfCtrv2Mgr has been released. Updates for this version include:

  • Reinstated a previous GetInstance method.
Categories: Web Site Updates

SSLWrappers v1.20

September 15, 2021 Comments off

Just to let everyone know that v1.20 of SSLWrappers has been released. Updates for this version include:

  • Updated the class framework to support using the SCH_CREDENTIALS struct in addition to the existing SCHANNEL_CRED struct. Testing on Windows Server 2022 indicates that you must use this newer struct from the Windows SDK if you want to use TLS v1.3 support in Schannel on Windows.
  • Updated copyright details.
  • Updated the demo app to include code to explicitly test TLS v1.3.
Categories: Web Site Updates

AA+ v2.36

September 12, 2021 Comments off

Just to let everyone know that v2.36 of AA+ has been released. Updates for this version include:

  • Updated the g_DeltaTValues lookup table to use observed DeltaT values to 9 September 2021 and predicted values to 17 September 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
  • Removed the Height parameter from the CAARiseTransitSet2::Calculate & CalculateMoon methods. Instead now if you want to calculate times of rise or set at different altitudes you should send in an adjusted h0 parameter. For example you could use the following formulae to adjust for the Sun: double H0 = -0.8333 – CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / (6371008 + Height)))
    where Height is the altitude above sea-level in meters. Thanks to Stephen F. Booth for reporting this issue.
Categories: Web Site Updates

DtWinVer v2.53

September 10, 2021 Comments off

Just to let everyone know that v2.53 of DtWinVer has been released. Updates for this version include:

  • Provided a new IsWindowsServerVersion20H2 method.
  • Updated the logic in IsWindowsServerVersion2004.
Categories: Web Site Updates

DtWinVer v2.52

September 4, 2021 Comments off

Just to let everyone know that v2.52 of DtWinVer has been released. Updates for this version include:

  • Provided new IsWindows11Version21H2 & IsWindows11ActiveDevelopmentBranch methods
  • Renamed IsWindows10RTM to IsWindows10Version1507
Categories: Web Site Updates