This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CYGWIN.DLL and VC5


> 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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]