CYGWIN.DLL and VC5

Shane Caraveo shane@caraveo.com
Fri Dec 19 13:37:00 GMT 1997


> Is it possible to use the cygwin.dll with Visual C 5?  I've got a project 
> I'm working on that I need to be able to access some of the non win32 
> functions (setitimer(), etc).  I really can't use gcc to build with as 
> I've got way too many pre-compiled libraries to work with.
> 
> Thanks.
> g.

In most cases you can easily port to something vc has.  Use settimer 
in place of setitimer.  There are very few functions you should have 
a real problem porting (fork, accept, fcntl, signal, and a few 
others).

Shane

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list