search for: dllproc

Displaying 3 results from an estimated 3 matches for "dllproc".

Did you mean: dlgproc
2005 Nov 22
1
Win32 Service Timeout command
...quot;timeout=" option in the Service.create_service method, and wrap the StartService() function in a "while dwCurrentState == SERVICE_START_PENDING; sleep(x)" type of loop. I''m basing my opinion on this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc /base/starting_a_service.asp Does that seem a reasonable approach? Of course, this would still mean Jamey would have to guess at a timeout value. Is there a better approach in general? Regards, Dan
2006 May 12
0
win32-process 0.4.0 - SIGINT/SIGBRK not working
...ht PID form the running ruby process, and that was the result. According to MSDN docs, you only could send the GenerateConsoleCtrlEvent to descent process created with the CREATE_NEW_PROCESS_GROUP Please see the documentation here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/generateconsolectrlevent.asp "Send a specified signal to a console process group that shares the console associated with the calling process." So there isn''t a functional way to send a INT or BRK signal from other process already created, only the ones attached to the curre...
2005 Jul 13
1
Windows program calling another program
I saw a discussion that looked exactly like the issue that I'm having, but turned out to be a divide by zero error instead. I apologize if this issue as already been addressed. I am trying to run an IDE called MPLAB(v7.20) under wine(v20050524). I can get the IDE up and it will successfully call another program called mpasmwin.exe which assembles the file. This mpasmwin program generates