Re: Building DLLs to be loaded from Visual Basic

2003-04-01 Thread Mader, Alexander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, Massimiliano Mirra schrieb: | "Mader, Alexander" <[EMAIL PROTECTED]> writes: | | |>>- is anybody today successfully building DLLs with cygwin (not |>> mingw32) and loading them from Visual Basic (or other languages)? |> |>I have to provide DLLs

Re: Building DLLs to be loaded from Visual Basic

2003-04-01 Thread Mader, Alexander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, Max Bowsher schrieb: | -mno-cygwin ... |>>usefull to use -fnative-struct (no more available/nessesary in | |^^^ ^ | | Incorrect. Still necessary if that is what you want. Now | called -mm

Re: Building DLLs to be loaded from Visual Basic

2003-03-31 Thread Max Bowsher
Massimiliano Mirra wrote: > "Mader, Alexander" <[EMAIL PROTECTED]> writes: > >>> - is anybody today successfully building DLLs with cygwin (not >>> mingw32) and loading them from Visual Basic (or other languages)? >> >> I have to provide DLLs for VB and do so by using Cygwin but with >> -mnocygwi

Re: Building DLLs to be loaded from Visual Basic

2003-03-31 Thread Massimiliano Mirra
"Mader, Alexander" <[EMAIL PROTECTED]> writes: >> - is anybody today successfully building DLLs with cygwin (not >> mingw32) and loading them from Visual Basic (or other languages)? > > I have to provide DLLs for VB and do so by using Cygwin but with > -mnocygwin, which is more or less using min

Re: Building DLLs to be loaded from Visual Basic

2003-03-31 Thread Mader, Alexander
Hallo, Massimiliano Mirra schrieb: My questions: - is anybody today successfully building DLLs with cygwin (not mingw32) and loading them from Visual Basic (or other languages)? I have to provide DLLs for VB and do so by using Cygwin but with -mnocygwin, which is more or less using mingw32. An

Building DLLs to be loaded from Visual Basic

2003-03-31 Thread Massimiliano Mirra
I have been asked to write some code to be integrated in a legacy Visual Basic application. This code should be available as a DLL. I have built the i686-pc-linux -> i686-pc-cygwin cross compiler and used it with success to compile a few small executables. Reading mailing list archives I found