Re: Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
Yes, i already used the -mno-cygwin option using the cygwin gcc, but it produces a lot of errors when linking errors against a library (openssl), and if i use the mingw gcc, it can't find the library. Since i compiled that using the cygwin. There is a nice tutorial here http://www.delorie.com/howt

Re: Build DLLs for windows

2008-07-17 Thread Ken Jackson
Not sure about .LIB and DLL, but to compile an executable that will run without cygwin1.dll, use this switch: -mno-cygwin -Ken Jackson Douglas Gemignani writes: > I read that i would need to use the cygwin1.dll, but I don't > understand how. I hope I can find some guidance here! > > Thanks!

Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
Hello, I'm using cygwin for compiling projects and it just works fine, i have a project that i use openssl and generate an executable and it's everything working. What i need to do now is to understand how can I generate an DLL and a .LIB with the links for using them at Borland Builder 4 so I can