1
vote
0answers
32 views
Window xp folder contain many folder with name like: $NtUninstallKB842773$ ? [closed]
Hi all;
In my Window xp folder i see that there are many folder with name like:
$NtUninstallKB842773$
and the folder icon is light yellow,what are these folders,it seems that are regarding uninstall …
0
votes
0answers
12 views
Porting application written in C from Solaris to Windows XP
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe to achieve this task.
Also what is the best GUI development …
1
vote
0answers
11 views
Direct2D fallback to GDI in XP
I'd like to use Direct2D for my .Net application using the Windows Code pack. Since some of my users are using XP, I need to provide a GDI+ fallback. I wonder how people usually do this kind of …
0
votes
1answer
29 views
What is the Maximum length that a Windows Registry Key name can be?
I'm writing a very long registry Key name (it's a list of programs for a combined uninstall) and I think it's too big.
What's the max size the key can be (in characters) ?
(The smallest maximum among …
0
votes
1answer
33 views
Kdevelop in Windows XP
I received a src archive from a friend who develops Qt apps on Linux on Kdevelop IDE. Is it possible to load the Kdevelop project in Windows in some IDE ? Is there a Kdevelop port on Windows without …
0
votes
0answers
11 views
Acer Aspire One AOA 150 netbook health monitoring Gui
I have a Acer Aspire One AOA 150 with Windows Xp Home. I want to write a simple GUI taskbar applet on Windows Xp and Windows 7 which can monitor the voltages from the power supply, the temperature of …
0
votes
6answers
64 views
What Windows message is sent to repaint a partially occluded window?
I know that WM_PAINT tells a window that it needs to repaint itself entirely, but apparently that's not the message that gets sent when it's been covered partially and then the window that was in …
1
vote
3answers
45 views
How do find out what libraries a windows exe uses?
I have a 3rd party application that doesn't come with an installer. It's a very small exe, a simulator.
Anyhow, it crashes on startup due to some missing libraries. But the error doesn't tell me …
-5
votes
1answer
110 views
Why Windows OS is still not of that quality as Linux? [closed]
I just started using Ubuntu. With what I see, it is very fast, stable and has good graphic capabilities. This is the first time I am using Linux in my life. Why Windows still not reached that level in …
0
votes
0answers
115 views
Windows XP - Repairing Corrupt System32\Config\System File [closed]
My apologies for this long post. I would like to describe the mess I'm in then ask some questions about how to fix it:
Starting up my Windows XP SP1 machine I got the following message:
Windows …
0
votes
1answer
17 views
Causes of “Connection with the server was reset” on project open?
I've got an old VS2003 project that needs to be updated. Porting it forward to newer versions of .Net is way beyond the scope of the update. I fired up an old XP box and loaded up VS2003, but am …
0
votes
6answers
99 views
Is there any way that Enter/LeaveCriticalSection could leave a handle behind
I have the following code in my program:
EnterCriticalSection(&critsec[x]);
// stuff
LeaveCriticalSection(&critsec[x]);
It works fine 99.999% of the time but occasionally a handle …
0
votes
0answers
15 views
where does gflags.exe put its memory dump? [closed]
where does gflags.exe put its memory dump?
EDIT: And what will the file be called?
EDIT: I've been instructed to check the "create user mode stack trace database" box in the GUI and was told this …
4
votes
6answers
222 views
How do I make a “^” character in MATLAB?
^ is the exponential operator in MATLAB. The problem with it is that it isn't present on a lot of non-english keyboard layouts, and if you use it a lot in your work, switching between HR and EN …
0
votes
2answers
19 views
Correct place to install demostration projects?
With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to *%ProgramFilesFolder%\OurApplication\demo\* since restricted users will not be able …
