Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
2answers
468 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 ...
5
votes
1answer
566 views

Register Game Object Components in Game Subsystems? (Component-based Game Object design)

I'm creating a component-based game object system. Some tips: GameObject is simply a list of Components. There are GameSubsystems. For example, rendering, physics etc. Each GameSubsystem contains ...
4
votes
2answers
103 views

How to manage CFC's (subsystem) that's shared across multiple sites?

How can you manage something like that? I tried my best to design the subsystem to be reusable, but there are just certain things that are unique to the site that have to be customized (e.g. fields in ...
3
votes
1answer
120 views

C++ Windows link subsystem question

When using the windows SDK to compile a program writen in C++, if I specify -subsystem:windows,6.1, the width of the window is smaller. If I don't, or do -subsystem:windows without the 6.1, the width ...
2
votes
2answers
173 views

/SUBSYSTEM:Windows program will not write to command line

I have a mixed mode C++-CLI program in Visual Studio 2005 that is set to use the /SUBSYSTEM:Windows. Generally speaking it is a graphical application that is launched from its shortcut or through the ...
1
vote
2answers
69 views

Perl: Get minimum supported operating system for a binary

Is there a Perl command that lets me get the minimum supported OS for any given binary? You can manually get that information by running "link /dump /headers [binaryFile]" and looking for the ...
1
vote
0answers
433 views

SUA + Visual Studio + pthreads

I cannot compile this code under SUA: #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <pthread.h> void * thread_function(void *arg) { ...
1
vote
3answers
685 views

SOAP UI Pro vs Fitnesse, has anybody used SOAP UI Pro?

We are using Fitnesse for subsystem testing i.e. WCF & RESTful services. Now as writing Fitnesse test requires lot of effort, we are thinking of using SOAP UI Pro which gives this sort of ...
0
votes
1answer
38 views

Storage subsystem cache settings when using SSD

I would like to upgrade an existing storage subsystem with enterprise level SSDs. However, I have found little evidence on whether the enclosure cache should be set to WriteBack or WriteThrough. I ...
0
votes
1answer
39 views

What exactly is subsystem?

I'm reading a book which says there are these subsystems: win32,os/2,posix,etc.. But I don't have any perceptual knowledge with these notations,can you explain it in short words?
0
votes
1answer
132 views

Understanding the linux audio subsystem (alsa). any recommended book?

I am trying to fiddle with linux audio sub-system. Basically, I am trying to understand how audio input/ouput flows (use of audio encoders etc) when running a linux image on Vbox. Anyone know a good ...
0
votes
1answer
53 views

subsystem configuration

What is the minimum number of subsystems that need to be configured in parallel in order to increase the availability of the entire system to 99% or more, if the availability of each subsystem in the ...
0
votes
2answers
762 views

convert spanish characters in HTML doc

I have a HTML file and it has some information in spanish. I am using a third party control to convert this HTML file into RTF document. The third party software I am using is Subsystems HTML Addon. ...