Re: How to make DLLs in cygwin for MSVC and BCB

2005-06-23 Thread Patrick Rotsaert
you should do all your argv processing before calling cygwin_dll_init(), because it will trash your argv and argc. Ok, but this was only a small test program to see if I manage to load cygwin1.dll functions. The plan is to do this in a DLL, later on. I guess cygwin_dll_init will then have to be

Re: [FAQ Alert, ping JDF!] RE: How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
Original Message From: Brian Dessent Sent: 22 June 2005 16:36 Patrick Rotsaert wrote: I need to build a DLL in cygwin (I use a lot of POSIX functions), that I can use in MSVC and Borland CBuilder apps. http://cygwin.com/faq/faq.html#TOC102 And, as far as I know, using

Re: How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
http://cygwin.com/faq/faq.html#TOC102 Note that this just references loading cygwin1.dll and getting it initialized. If you have your own DLL that depends on cygwin1.dll you will probably first have to load and initialize Cygwin, and then load your own DLL. Loading the cygwin1.dll dynamically

How to make DLLs in cygwin for MSVC and BCB

2005-06-22 Thread Patrick Rotsaert
Hi all, I need to build a DLL in cygwin (I use a lot of POSIX functions), that I can use in MSVC and Borland CBuilder apps. There are a lot of docs on the web, but most of them seem to be outdated. Anyway, none of the methods I found seam to work. The DLL will have to be loaded dynamically,

1.3.22: problem adding inetd service

2003-11-28 Thread Patrick Rotsaert
install my service application in several directories, e.g. in the same directory as in.ftpd, but it makes no difference. The same application, compiled under Linux, and configured for inetd in the same manner, works. I am out of ideas. Please help! Thanks in advance Patrick Rotsaert $ uname -a