FOLLOWUP: 1.5.12: problems without registry keys

2004-12-08 Thread Andrew Que
It looks like apps. that use semaphores lock up every time. I attached an example of an app that will lock up without the registry keys present. To compile: gcc Semaphore.cpp -o Semaphore.exe (PS. The example is just a semaphore coalition test-- and it's terrible code) Andrew Que email:

1.5.12: problems without registry keys

2004-12-07 Thread Andrew Que
m if it would help. Even if they registry keys don't point to anything valid, the application still runs. Says to me, cygwin1.dll just needs the keys to exist. I have a working solution, but I thought I'd post this in case someone else is banging their head on a desk somewhere. An