windows-xp

Hunt down java.net.SocketException: No buffer space available

大憨熊 提交于 2019-12-19 05:52:48
问题 Hi I have very ugly problem with: java.net.SocketException: No buffer space available (maximum connections reached?) It is client-server app. Client is Windows XP SP2 32b, with two net cards core duo. Java 1.6. u7. Application have couple server socket open for local communication and couple of client socket for rmi to jboss server. After couple of hours/days! i am unable to open any new client socket to do communication to server. Server sockets still works. Windows netstat shows something

How can I tell the “windows security center” that I'm an “antivirus”?

点点圈 提交于 2019-12-19 05:17:01
问题 we are developing an anti-virus, I'm trying to find out how can we tell the operating system -windows XP in this case- that our software is an anti-virus. I want that the OS recognize our software as an anti-virus and the security center list it. 回答1: You have to sign an NDA to get the information. Quoth MSDN forums: To register an antivirus product: Must be a member of the Microsoft Virus Initiative. OR Must meet the following three requirements: Must have a standard NDA with Microsoft. Must

Visual Studio 2013 remote debug process in Windows XP

ぐ巨炮叔叔 提交于 2019-12-19 03:24:31
问题 I have a development machine running Windows 7 and Visual Studio 2013. The target framework is .NET 3.5. Now I want to remote debug on a Windows XP system but this seems impossible: msvsmon.exe does not start installing remote tools from http://msdn.microsoft.com/en-us/library/bt727f1t.aspx does not work All I can find from MS is to use VS Studio 2010 Express for debugging. Is there any hack to remote debug in windows xp anyway? 回答1: Sorry for the inconvenience, but since the remote tools are

Cannot run the Setup file which created by VS2013 in windows xp

亡梦爱人 提交于 2019-12-18 19:11:36
问题 Created a Setup file developed in c# in VS-2013, Dotnet4 framework and for 32bit Architecture. It is getting installed in windows 7 and windows 8 but not in Windows XP (SP3) with administrator previllege. Error : "The installer was interrupted before application could be installed. You need to restart installer to try again." Help need in this regard. Output of msiexec /i Setup.msi /l*v MyLogFile.txt === Verbose logging started: 2/12/2015 20:19:11 Build type: SHIP UNICODE 3.01.4001.5512

Cannot run the Setup file which created by VS2013 in windows xp

瘦欲@ 提交于 2019-12-18 19:11:14
问题 Created a Setup file developed in c# in VS-2013, Dotnet4 framework and for 32bit Architecture. It is getting installed in windows 7 and windows 8 but not in Windows XP (SP3) with administrator previllege. Error : "The installer was interrupted before application could be installed. You need to restart installer to try again." Help need in this regard. Output of msiexec /i Setup.msi /l*v MyLogFile.txt === Verbose logging started: 2/12/2015 20:19:11 Build type: SHIP UNICODE 3.01.4001.5512

Exception Message: Some kind of disk I/O error occurred

ε祈祈猫儿з 提交于 2019-12-18 17:09:09
问题 I am getting this error when I try to run a update query on a SQLite database. This only happens on XP (on Vista works fine). The database is created without any issue, insert also works fine. I also checked and I have permissions and disk space available (as sqlite.org says these are possible causes). 回答1: One answer that has worked for me is to use the PRAGMA statement to set the journal_mode value to something other than "DELETE". You do this by issuing a PRAGMA statement such as PRAGMA

How do I change my Windows desktop wallpaper programmatically?

大城市里の小女人 提交于 2019-12-18 10:24:14
问题 I'd wish to set a wallpaper for Windows XP using C#. I've developed the code so it perfectly works in Windows 7, but apparently it's not the same for XP. I add that wallpaper as a resource, set its compile action as Content and Always copy. It, curiously, sets the correct Wallpaper name inside the Desktop's properties dialog. However, the wallpaper is not set. My code looks like this: public sealed class Wallpaper { Wallpaper() { } const int SPI_SETDESKWALLPAPER = 20; const int SPIF

BAT file to open CMD in current directory

天涯浪子 提交于 2019-12-18 09:57:13
问题 I have many scripts which I interact with from the command line. Everytime I need to use them, I have to open a command line window and copy+paste and CD to the path to the directory they are in. This is tedious (they are in a rather deep file system, so typing out the full path is a pain, copy+paste is better but not much). I tried to create a .BAT file that I could double-click on that would open a new command-line window in the folder the .bat file exists in but it does not work. It opens

convert a console app to a windows app

两盒软妹~` 提交于 2019-12-18 07:41:09
问题 (its a long story) but I have a large complex project file containing a windows program. Unfortunately the project was originally built as a console app. The program compiles and links ok but when runs brings up a console instead of the collection of windows I was hoping for. I looked at the command line and saw "/SUBSYSTEM:CONSOLE" whereas it should be "/SUBSYSTEM:WINDOWS". I have no idea how to change the command line. Is there some box I can tick in the project setting somewhere to make

Wow64DisableWow64FsRedirection on 32-bit Windows XP

佐手、 提交于 2019-12-18 06:56:07
问题 I'm writing a program in Visual Studio C++ which needs to run natively as a 32-bit process on any computer running Windows XP 32-bit, or any later Windows operating system. This program needs to be able to access the C:\Windows\system32\ folder on a computer, regardless of whether the program is running on a 64-bit or 32-bit system. To do this, I was using Wow64DisableWow64FsRedirection to disable the redirection that Windows typically does to 32-bit processes, sending them to C:\Windows