Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
2answers
469 views

Writing a Windows NT subsystem

I'd like to try writing my own minimal NT subsystem on Windows 7 for purely educational purposes -- something like a bare-bones equivalent of the posix.exe in Microsoft's Subsystem for Unix-based ...
6
votes
1answer
138 views

Are there any up-to-date books or websites on the Windows NT Native API?

NT has a mostly undocumented API, called the "Native API", upon which the common subsystems (i.e. the Windows API, OS/2 API, and POSIX (usually called "Interix" nowadays) subsystems) are implemented. ...
4
votes
6answers
1k views

Build for Windows NT 4.0 using Visual Studio 2005?

My research to date indicates that it is impossible to build an application for execution on Windows NT 4.0 using Visual Studio (C++, in this case) 2005. Is this really true? Is there any workaround ...
3
votes
3answers
2k views

In C++/Windows how do I get the network name of the computer I'm on?

In a C++ Windows (XP and NT, if it makes a difference) application I'm working on, I need to get the network name associated with the computer the code is executing on, so that I can convert local ...
1
vote
2answers
39 views

How do commands and programs communicate with the Window OS

How do programs made for windows interact with, or issue commands to, the kernel of Windows NT? And how does the kernel return any data?
1
vote
3answers
587 views

Running a J6SE app on an NT box

I need to run a Java application, which we are trying to port to Java 6, on an NT box. I manage to run java 5 on it (although not officially supported), but when I try to run java 6 I get the ...
1
vote
2answers
619 views

Remote debugging an NT application from XP with Visual Studio 6.0

Is it possible to remote-debug a Visual C++ 6.0 application running on a Windows NT machine from a developer workstation running Windows XP? If so, is there a procedure written up somewhere?
1
vote
4answers
6k views

CreateProcessAsUser vs ShellExecute

I need to ShellExecute something as another user, currently I start a helper process with CreateProcessAsUser that calls ShellExecute, but that seems like too much of a hack (Wrong parent process ...
0
votes
1answer
86 views

Do i own my console or i inherited it from my parent?

How can NT character-mode application determine if its console has been inherited from parent process, as opposed to newly allocated console within CreateProcess? wow, so unpopular tags! adding ...
0
votes
1answer
107 views

Windows NT vs Win Server 2003/2008 for web hosting

my web hoster uses windows nt as server + IIS 6 I'm hosting an asp.net 3.5 web site and it... works great ! So my question is : why buying a win server 2003/2008 hosting instead an "old" NT if NT ...
0
votes
1answer
57 views

Install error on installing Developer 2k 1.2.1on Virtualized Windows NT

I am trying to install Developer 2k 1.3.2 on a virtualized windows nt system. I am facing the following access exception. An application error has occurred log has been generated ORAINST.exe ...
0
votes
2answers
53 views

Windows 2000, IE6, applet attaches to wrong frame

I have an applet which communicates with the browser via javascript. I load the applet, and some javascript, in an iframe, and in Windows 2000 with IE6, I have determined that the messages the applet ...
0
votes
1answer
182 views

Can you run Target Designer for NT 4.0 on an XP box?

I'm trying to run Microsoft Windows NT Embedded 4.0 Target Designer on a Windows XP system, but when I try to build, I get errors. Have you ever done this, and if so, is there a trick to getting it to ...