First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Redirect stderr/stdout to a file using SetStdHandle
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:2a312182-06e9-4c54-a80a-902b7d70b16f(a)f35g2000yqd.googlegroups.com" type="cite"> <p... 7 Mar 2010 08:30
GINA and CreateFileMapping (shared memory)
I wrote a gina.dll so that it creates a shared memory using CreateFileMapping. The shared memory is accessed by other applications during the logon session. After logon, applications are at first able to access the shared memory using OpenFileMapping. However, after a certain number of times, all applications w... 3 Mar 2010 11:49
Apple Sues the HTC (Android phone maker) with Patents that effects us all
Fortunately many of us live in countries where this inanity is irrelevant because software cannot be patent; even if these were legitimate patents! "Hector Santos" <sant9442(a)nospam.gmail.com> wrote in message news:ebhZMdmuKHA.5940(a)TK2MSFTNGP02.phx.gbl... Apple finally did it! They all Client/Server technolog... 3 Mar 2010 01:51
Apple Sues the HTC (Android phone maker) with Patents that effectsus all
Apple finally did it! They all Client/Server technology, RPC, DCOM network resource file sharing, offline, offload (caching) technology, object oriented technology, name it everything under the roof because Android and Microsoft WP7 is going to be a threat to them. Here is a break down of the old patents (and... 3 Mar 2010 02:59
ReadFile hangs on reading from child process.
Hello: Strange hang problem with ReadFile. Here is the algorithm: The idea is to launch a python script from one Win32 GUI application, then read its std output and store it in a file. Do this until the script is done. 1. I create a child process using CreateProcess with the code pretty much copied from http... 4 Mar 2010 05:36
How are Windows Connected to Processes?
Arkady Frenkel wrote on 03/03/2006 06:11 ET : Just a hint : process can be windowless ( console or window application ) but never v.v. :) window without process. Windows handle is pointer to the struct defining the window and table of GDI objects you can see in process environment block (PEB) Arkady ... 4 Mar 2010 08:57
Setting Service ACL in Win7 Not Working All the Time?
Hello, Not sure of any other group to ask in .. I've been getting various reports of normal users (under Win7) not being able to start one of our services - access denied. However with eleveated command prompt users can net start it. Here is the code that installs the service. Is there a difference in w... 14 Mar 2010 23:11
Prevent Dr Watson error handling
If a serve(2003) is setup to handle exceptions in programs via drwtsn32 is it possible to program around this setting. So that if I have a service which runs some exception prone programs, which happen to be in C++, can I override this programmaticly or must I make the registry change for the whole server. Thank... 1 Mar 2010 16:27
MoveFile and ACL changes
I'm currently working on a problem in a production system where files are ending up with an unexpected ACL. The files are initially created in %TEMP% from an ASP.NET web service (i.e. they end up in C:\windows\temp), then they're moved a couple of times into their final resting place, both moves being done wit... 27 Feb 2010 23:10
2GB virtual memory limit
Hi All, I'm writing small 32bit application. Not managed C++, Qt used for GUI, STL used for data storage, some advanced single thread data processing, millions of small objects. I can't go for 64bit because most of users have 32bit win XP and this can not be changed. Unfortunately I have a problem with 2GB (... 1 Mar 2010 04:47
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24