if (cType == DB_CTYPE_UTF8_STRING)
{
sqlBuffer = WideStringFromUTF8String((char *)buffer);
- length = (int)wcslen((char *)sqlBuffer) + 1;
+ length = (int)wcslen((WCHAR *)sqlBuffer) + 1;
}
else
{
; Installation script for NetXMS Server / Windows x64
#include "setup.iss"
-OutputBaseFilename=netxms-2.1-M2-45-x64-minimal
+OutputBaseFilename=netxms-2.1-M2-47-x64-minimal
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
[Setup]
AppName=NetXMS
-AppVerName=NetXMS 2.1-M2-45
-AppVersion=2.1-M2-45
+AppVerName=NetXMS 2.1-M2-47
+AppVersion=2.1-M2-47
AppPublisher=Raden Solutions
AppPublisherURL=http://www.radensolutions.com
AppSupportURL=http://www.netxms.org