Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: "Mader, Alexander" Cc: cygwin AT cygwin DOT com Subject: Re: Building DLLs to be loaded from Visual Basic From: Massimiliano Mirra Date: Mon, 31 Mar 2003 17:26:34 +0200 In-Reply-To: <3E8805AA.9060000@niles.de> ("Mader, Alexander"'s message of "Mon, 31 Mar 2003 11:08:58 +0200") Message-ID: <87d6k75zh1.fsf@prism.localnet> User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 References: <87pto76fcf DOT fsf AT prism DOT localnet> <3E8805AA DOT 9060000 AT niles DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Mader, Alexander" 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 mingw32. Is that relevant to the DLL creation, i.e. do you know if a DLL built without -mnocygwin (thus with cygwin) is still as usable? I have to access the serial hardware on the target and I prefer to do it the POSIX way rather than with the native API. > I have no idea. But I know about some problems regading VB in > connection with C _not_ with Cygwin. So, compiling with gcc-2 it is > usefull to use -fnative-struct (no more available/nessesary in > gcc). Because of the VB- > Structure-Conventions it could be nessesary to use -fpack-struct > together with dummy elements in the structure in question. Good to know, since I built gcc2. Not even the latter is necessary in gcc3.2, right? > The solution to problems like this I found in the MS database. > > Hope this helps, It does. Thank you very much. Question to the list: is there any documentation repository (maybe in the style of http://www.emacswiki.org) to which one could contribute notes and experiences? I use to take notes anyway and it would nice if others could benefit. Massimiliano -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/