windows-xp-sp3

VS2013 “v120_xp” as platform toolset by default

自闭症网瘾萝莉.ら 提交于 2020-01-11 09:27:07
问题 In order to deploy C++ application built with VS2013 compiler under Windows XP, the "v120_xp" platform toolset has to be set: this make it possible the deployment from XP to 8.1. So next come the question: why this platform toolset is not the only one and the default? The "v120" platform toolset is suitable starting from Windows Vista. Is there any performance drawback? I've tested an application built towards both the platform toolsets under Windows 8 but I've seen no difference in

Cant Run Application Created With QT5 And VS2013 In Windows XP

我们两清 提交于 2020-01-01 11:55:07
问题 I have application created with QT5 and Visual Studio 2013 . I also use QT WebEngine in my application. My application works fine in windows 7 (32 bit) . For some reason i need to run it in windows xp sp3 (32 bit). When i run it, I get the following error: The procedure entry point strnlen could not be located in the dynamic link library msvcrt.dll I press OK several time and it goes away and my QMainWindow will pop out, But its totally BLACK and i see the following errors in debugger. class

Properly print utf8 characters in windows console

倾然丶 夕夏残阳落幕 提交于 2019-12-28 01:55:33
问题 This is the way I try to do it: #include <stdio.h> #include <windows.h> using namespace std; int main() { SetConsoleOutputCP(CP_UTF8); //german chars won't appear char const* text = "aäbcdefghijklmnoöpqrsßtuüvwxyz"; int len = MultiByteToWideChar(CP_UTF8, 0, text, -1, 0, 0); wchar_t *unicode_text = new wchar_t[len]; MultiByteToWideChar(CP_UTF8, 0, text, -1, unicode_text, len); wprintf(L"%s", unicode_text); } And the effect is that only us ascii chars are displayed. No errors are shown. The

Can't access web service when connected to the network :: HTTP 407

心已入冬 提交于 2019-12-23 03:34:16
问题 I have a console application that communicates with a web service. Both of them are on the same machine. When I am accessing the web service with the LAN disabled, it connects without a problem. But if the LAN is enabled and connected to our office network, I receive this error: "HTTP 407 Proxy Authentication required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied." We've been hunting the source of the problem for three days now. We

mysqldump Error 1045 Access denied despite correct passwords etc

梦想的初衷 提交于 2019-12-20 08:27:22
问题 This is a tricky one, I have the following output: mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using password: YES) when trying to connect When attempting to export my database with mysqldump on Windows XP. The username is root, the password is correct and contains only alphanumeric characters. I have tried different cases, with/without quotes, specifying using -u and -p , specifying using --user= and --password= and other methods of specifying user/passwords etc,

VS 2010 error - cannot open file “iostream”

家住魔仙堡 提交于 2019-12-18 12:56:09
问题 I've just migrated from VS2005 to VS2010 and it fails to compile a simple program. #include <iostream> using std::cout; using std::endl; int main() { cout << "Hello Visual Studio 2010 :)" << endl; } Errors - 1 error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. 2 IntelliSense: cannot open source file "iostream" 3 IntelliSense: name followed by '::' must be a class or namespace name 4 IntelliSense: name followed by '::' must be a class or namespace name 5

Can't access web service when connected to the network :: HTTP 407

巧了我就是萌 提交于 2019-12-08 06:22:23
I have a console application that communicates with a web service. Both of them are on the same machine. When I am accessing the web service with the LAN disabled, it connects without a problem. But if the LAN is enabled and connected to our office network, I receive this error: "HTTP 407 Proxy Authentication required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied." We've been hunting the source of the problem for three days now. We have tried everything that we can think of. Any ideas what's causing the problem? Additional notes: -

CHM file unreadble if saved to hdd

≡放荡痞女 提交于 2019-12-07 12:38:24
问题 I've just downloaded JSon.Net for framework 4.0 as a zip file. Opening zip (using WinRar) I'm able to open Documentation.chm file by double-clicking over the name listed and the help file is well done. Anyway if I extract this file to hdd and I open it, help is unreadable. Sounds silly, but it's happening. Thanks for your help!!! EDITED: Another tip: unreadble chm file is located in D:\.... (second NTFS partition of first hdd); if I save it on my desktop, chm file becomes readable !!! Crazy..

Can't load 'C:/strawberry/perl/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML

China☆狼群 提交于 2019-12-06 05:13:32
问题 I have downloaded strawberry PERL and writing one application with CGI Perl Apache on Winxp sp3). One of the libraries (written by someone else) which I using uses XML::LibXML. When i load the page it gives Internal Server Error. From Apache error log i can see this error: Can't load 'C:/strawberry/perl/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML: load_file:The specified module could not be found at C:/strawberry/perl/lib/DynaLoader.pm line 190. C:/strawberry/perl/site/lib

Is it possible to have advertised shortcuts and ProgId for a per user MSI?

旧时模样 提交于 2019-12-05 02:48:31
问题 I have a permachine MSI installer that I'm converting to a per user installer that is installing files to the LocalAppDataFolder. To get rid of ICE38 warnings I added a registry as the keypath. The problem is in one of my components I have a advertised shortcut and ProgId. I'm now getting: ICE19 - 'settings' advertises component: 'CMP_Rapid'. This component cannot be advertised because the KeyPath type disallows it ICE19 - Shortcut: 'SHC_RunConfigExe' advertises component: 'CMP_Rapid'. This