windows-xp

availability of Win32_MountPoint and Win32_Volume on Windows XP?

。_饼干妹妹 提交于 2019-12-20 02:38:21
问题 From the MSDN articles I've found -- http://msdn.microsoft.com/en-us/library/aa394515(v=VS.85).aspx -- Win32_Volume and Win32_MountPoint aren't available on Windows XP. However, I'm developing a C# app on Windows XP (64bit), and I can get to those WMI classes just fine. Users of my app will be on Windows XP sp2 with .Net 3.5 sp1. Googling around, I can't determine whether I can count on this or not. Am I successful on my system because of one or more of the following: - windows xp service

Warning MSB3283: Cannot find wrapper assembly for type library “MSComctlLib”. When building my app

孤人 提交于 2019-12-20 00:59:35
问题 I have a Visual Studio solution that's been around for years. The project is a Visual Studio 2010 project, and I've been able to compile and run the project for years. This application is a critical application and only rarely do I need to launch the project and make minor changes for bug fixes that have been discovered. Today, I needed to do a bit of research. I opened the project on my old Windows XP dev box which is the same machine that I've developed on for years. I'm quite confident

Program Built on Win7 won't run on WinXP

孤街醉人 提交于 2019-12-19 19:55:25
问题 I have a project that I'm building on Windows 7 (32-bit) using Visual Studio 2005. The program builds fine, and I can move it to another Windows 7 machine and run it just fine. The problem comes when I try to move it to a Windows XP Pro machine. When I try to run the file, I get the following error: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." When I open the event viewer, there are three system

The procedure entry point `GetTickCount64` could not be located in the dynamic link library KERNEL32.dll

こ雲淡風輕ζ 提交于 2019-12-19 19:47:33
问题 I created an MFC app on Windows 8 using Visual Studio 2012 Update 3 . It works on Windows 8 , but on Windows XP , it shows me the following error: The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll I searched for a solution, but it was said that Update 3 has fixed the problem with Windows XP . I downloaded and installed it, but it didn't help. However, before installing the update, I was having a worse error! Can anyone solve this problem?

XamlParseException in WPF application - but only on when installed on XP

两盒软妹~` 提交于 2019-12-19 18:23:45
问题 My WPF application is running fine on Windows 7. Installation on XP machine brings up the following error on startup: Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Windows.Markup.XamlParseException Stack: at System.Windows.Markup.XamlReader.RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri) at System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader, System.Xaml.IXamlObjectWriterFactory,

XamlParseException in WPF application - but only on when installed on XP

与世无争的帅哥 提交于 2019-12-19 18:21:13
问题 My WPF application is running fine on Windows 7. Installation on XP machine brings up the following error on startup: Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Windows.Markup.XamlParseException Stack: at System.Windows.Markup.XamlReader.RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri) at System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader, System.Xaml.IXamlObjectWriterFactory,

Howto Enable Font Antialiasing in Windows [closed]

若如初见. 提交于 2019-12-19 12:24:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have downloaded a font that looks less than desirable if it is not anti-aliased. I can not figure out how to enable anti-aliasing in VS, I have changed the 'Smooth Edges of Screen Fonts' in the system performance options but that does not seem to help. VS2008 on XP SP3. What am I missing? 回答1: Try using

Environment Variable to determine the OS type (Windows XP, Windows 7)

為{幸葍}努か 提交于 2019-12-19 10:52:15
问题 I want to differentiate between Windows XP and Windows 7 in a XML file. Thought i will use an environment variable for it inside the XML. However I could not find any system environment variable defined in windows that gives this information. I see the %OSTYPE% variable but it is only available in Windows 7. It is not defined in XP. Is there anyway i could do this? Note that i would like a solution which purely depends on system environment variables. I do not want to create new variables

How to Multicast (send) to first NIC?

[亡魂溺海] 提交于 2019-12-19 09:46:05
问题 I found recently that if I have a dial-up connection (this is for a kiosk) and a local area network connection, when the dial-up connection is established (with internet access), my multicast sendto would default to the dial-up rather than my LAN NIC. This made the multicast go out to the dial-up connection instead rather than to my LAN which has several multicast subscribers. I understand that I need to use IP_MULTICAST_IF to set the interface on my multicast socket. Question is how do I

How do we create an installer than doesn't require administrator permissions?

烂漫一生 提交于 2019-12-19 06:46:24
问题 When creating a setup/MSI with Visual Studio is it possible to make a setup for a simple application that doesn't require administrator permissions to install? If its not possible under Windows XP is it possible under Vista? For example a simple image manipulation application that allows you to paste photos on top of backgrounds. I believe installing to the Program Files folder requires administrator permissions? Can we install in the \AppData folder instead? The objective is to create an