Questions tagged [windows-2000]

Windows 2000 is an operating system for use on both client and server computers.

Windows 2000 is an operating system for use on both client and server computers. It was produced by Microsoft and released to manufacturing on December 15, 1999 and launched to retail on February 17, 2000. It is the successor to Windows NT 4.0, and is the last version of Microsoft Windows to display the "Windows NT" designation. It is succeeded by Windows XP (released in October 2001) and Windows Server 2003 (released in April 2003). During development, Windows 2000 was known as Windows NT 5.0.

64 questions
7
votes
1 answer

Java 7 on Windows 2000

I have made a Java application with Java 1.7 my problem is that it is not running on windows 2000. It is saying me "this is not a WIN-32 Application". how can I run my application on it?
Neifen
  • 2,546
  • 3
  • 19
  • 31
7
votes
2 answers

Mono on Windows 2000 SP4

On good old Win2k, the highest supported version of the .NET Framework is 2.0. If one would like to run modern C# applications (for example, which use LINQ), the Mono Framework may be the solution. Unfortunately it is not clear whether Windows 2000…
kol
  • 27,881
  • 12
  • 83
  • 120
6
votes
2 answers

Visual Studio 2010 and Windows 2000

Apparently visual studio 2010 built DLLs do not support Windows 2000. Is there a way to build with Windows 2000 support? If not, I want to down convert my solution to compile in Visual Studio 2008. I have the solution downgraded, but the project…
4
votes
0 answers

What response format does the Windows 2000 cdplayer.exe expect for disc metadata?

The CD Player in Windows 2000 supports fetching track metadata from one of two remote services: Tunes.com or MusicBoulevard.com. Both APIs are gone so the CD Player can no longer fetch track metadata. I used Wireshark to see the request format which…
mroach
  • 2,403
  • 1
  • 22
  • 29
4
votes
1 answer

Windows 2000 says that timeout isn't a command or batch file

I've just been messing around with CMD, and making animated ascii art. I've been attempting to use the Timeout command on my Windows 2000 laptop, however every time I attempt this, it just says it isn't an internal or external command or batch…
Lionmeow
  • 79
  • 6
4
votes
1 answer

How can I remote access into a WinCE client computer from a Windows 2000 system?

I am currently running a server with Windows 2000 and running client computers off the same switch/network which are running Windows CE. I was wondering if there was a way for me to remote access into my Windows CE clients from my Windows 2000…
Manny
  • 71
  • 1
  • 1
  • 11
4
votes
1 answer

Winsock2.h: No such file or directory

I'm trying to compile this with mingw32 for Linux. However, I get the following errors and warnings: # i586-mingw32msvc-gcc ms04-020.c -lws2_32 -o ms04-020.exe ms04-020.c:43:22: error: Winsock2.h: No such file or directory ms04-020.c: In function…
SilverlightFox
  • 32,436
  • 11
  • 76
  • 145
3
votes
1 answer

2000/XP machines, which Visual Studio + .NET Framework?

When building .NET applications for a company that mainly run 2000/XP machines, which version of Visual Studio and .NET Framework works best in this environment?
Level1Coder
  • 471
  • 6
  • 18
3
votes
1 answer

Java TrayIcon displayMessage 'may trigger ActionEvent' when does it/doesn't it?

When using TrayIcon.displayMessage to show a popup notification, the Java 6 documentation states that 'Clicking on the message may trigger an…
sam
  • 2,105
  • 2
  • 15
  • 18
2
votes
1 answer

how to get list of processes that are bind to console window that I'm running in that would work also in windows 2000?

The only thing I found is GetConsoleProcessList. The thing here is that this function doesn't work in Windows 2000. Is there any way to get around this issue, so it would work in all systems since win2k ? Is there another function that does similar…
rsk82
  • 28,217
  • 50
  • 150
  • 240
2
votes
1 answer

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the issue is not browser caching. I searched for similar…
Darren Griffith
  • 3,290
  • 3
  • 28
  • 35
2
votes
2 answers

Can I deploy for Windows 2000 using Qt 4.8.4?

I have created an application using Qt 4.8.4, and now I have to distribute it on Windows 2000 machines, among the others. I have already tried searching over the Internet for a clear explanation about it, but I can't find a confirmation on what's…
Andrea
  • 6,032
  • 2
  • 28
  • 55
2
votes
5 answers

Can I find out if a WinAPI function is not available in Windows 2000?

MSDN generally only lists Windows XP as "Minimum supported client", probably because Windows 2000 and older have reached the end of their lifecycle. However, some of our users are using our software on Windows 2000 machines, and I don't want to…
Felix Dombek
  • 13,664
  • 17
  • 79
  • 131
1
vote
1 answer

Create an XPS document through VB6 and on Win2k

I'm a developer for a company has a rather large legacy application written in VB6. This application was originally developed to be run stand alone, but over the years we began offering a hosting solution to our customers. Right now we are trying…
DavidC
  • 11
  • 2
1
vote
1 answer

Can event viewer in Windows 2000 consume ETW trace?

I think in Windows 2000 the events logged are in binary format as compared to the XML format in Windows Vista. I want to know whether its possible for the event viewer in Windows 2000 to consume the events from ETW Trace in real-time. I seriously…
Ragesh Chakkadath
  • 1,521
  • 1
  • 14
  • 32
1
2 3 4 5