AW: Create dll using gcc

2003-09-04 Thread Christian Neise
Hello, Igor, Thank you very much for your answer - it helped me a lot :-) Ciao, Christian. -Ursprungliche Nachricht- Von: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. September 2003 16:38 An: Christian Neise Cc: [EMAIL PROTECTED] Betreff: Re: Create dll using gcc

Re: Create dll using gcc

2003-09-02 Thread Igor Pechtchanski
On Tue, 2 Sep 2003, Christian Neise wrote: > Hello, > > i am trying to build a dll using cygwin and gcc. The dll will be used > by a delpi application. > > The dll works fine. But when allocating memory > (e.g.: char *c = new char) the programm crashes. > > When compiling the dll with visual c++ 6

Create dll using gcc

2003-09-02 Thread Christian Neise
Hello, i am trying to build a dll using cygwin and gcc. The dll will be used by a delpi application. The dll works fine. But when allocating memory (e.g.: char *c = new char) the programm crashes. When compiling the dll with visual c++ 6.0 SP5 the dll works fine - even if allocating memory. A