Re: DirectX8/DirectInput + cygwin

2002-02-06 Thread Barubary
t;this" pointer in Visual C++ is patented by Microsoft. I wish I knew the patent number... -- Barubary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: DirectX8/DirectInput + cygwin

2002-02-06 Thread Barubary
What about the more important problem that Microsoft's patented virtual table system, which COM uses, isn't supported by GCC? -- Barubary - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Februa

Re: rxvt and text output problems

2002-02-06 Thread Barubary
cause to fix it would require a lovely RPC filter monitoring csrss.exe activity... -- Barubary - Original Message - From: "Axel Kowald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 1:54 AM Subject: rxvt and text output problems > H

Re: /dev/registry

2002-02-06 Thread Barubary
uption from cat. By the way, if you're using Cygwin, why can't you just call RegQueryValueExW and friends yourself? You're a Win32 process anyway, and no UNIX has such a thing - don't care about portability. -- Barubary -- Unsubscribe info: http://cygwin.com/m

Re: DirectX8/DirectInput + cygwin

2002-02-06 Thread Barubary
dll. Then the problem becomes how to get to the weird global functions (D3DX matrix stuff, for instance). -- Barubary - Original Message - From: "Dylan Cuthbert" <[EMAIL PROTECTED]> To: "Cygwin@Cygwin. Com" <[EMAIL PROTECTED]> Sent: Wednesday, Febr

Re: GCC and getcwd

2002-02-01 Thread Barubary
do things, either. Processes only in name have an EXE associated with them. It is the fact that kernel32.dll's CreateProcessW implements process creation by using memory-mapped files with the EXE that associates an EXE filename with a process (and locks the EXE file against writing or d

Re: A real fork() on NT

2002-01-30 Thread Barubary
Do you have any idea how to compile a program for the win32 POSIX system? If we could reverse engineer a win32 POSIX program that uses fork(), we could see the raw NT commands to do it. -- Barubary - Original Message - From: "Christopher January" <[EMAIL PROTECTED]

A real fork() on NT

2002-01-30 Thread Barubary
) for NT, instead of doing the normal cygwin "hack" method. -- Barubary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/