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 Date: Thu, 16 Oct 2003 14:09:28 -0400 (EDT) From: Paul Bezzam X-X-Sender: bezzam AT gs873ps To: cygwin AT cygwin DOT com Subject: Re: DLL and VB problems In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, I am sorry that I am not very clear... Below is the problem: I wrote C client to this dll and when I try to compile the client to use the dll using the command: gcc -o hello.exe hello.o -L. -ldllhello, I get the following error: /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o)(.text+0x7 c): undefined reference to `_WinMain AT 16' collect2: ld returned 1 exit status PS: dllhello is the dll; hello.c is the client C program. Thank you. Paul On Thu, 16 Oct 2003, Igor Pechtchanski wrote: > On Thu, 16 Oct 2003, Paul Bezzam wrote: > > > Hello, > > > > I have created a DLL using gcc on Cygwin, and I wrote a client in VB > > accessing this DLL. The application runs fine for the first time, but > > when run again, it crashes. I have to close the application and run it to > > work successfully. > > > > Can anyone please give me some directions. > > > > Thanks. > > Paul > > "Crashes" is a very vague word. Where does it crash? What options did > you give to GCC? What version of GCC are you using? Can you use this DLL > from a C program? > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu > ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "I have since come to realize that being between your mentor and his route > to the bathroom is a major career booster." -- Patrick Naughton > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/