RE: need -mrtd to create Excel DLL?

2004-07-13 Thread Siegfried Heintze
Lester, It works! Thank you. Assuming these will be archived, maybe this can help someone else. Since I'm wondering if Excel was caching something, I decided to use C# and it works! Thanks, Siegfried Here is the example of calling cygwin C from C#: --begin here -- // Begin

Re: need -mrtd to create Excel DLL?

2004-07-13 Thread Lester Ingber
Siegfried: Hi. I did not use any __declspec keywords, etc. -- just vanilla C code which runs as well under gcc or g++ under Cygwin, FreeBSD, or SPARC/Solaris, etc. Creating DLLs is another matter -- I've just tested this using Cygwin/gcc under XP Pro. As I said, I cannot get this to work under

How to update official cygwin documentation for g77 and gcc? (was: RE: need -mrtd to create Excel DLL?)

2004-07-13 Thread Siegfried Heintze
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lester Ingber Sent: Tuesday, July 13, 2004 1:34 PM To: [EMAIL PROTECTED] Subject: Re: need -mrtd to create Excel DLL? Siegfried: Hi. I did not use any __declspec keywords, etc. -- just vanilla C code which runs as well under gcc or g++ under Cygwin

Re: need -mrtd to create Excel DLL?

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Lester Ingber wrote: Siegfried: Hi. I did not use any __declspec keywords, etc. -- just vanilla C code which runs as well under gcc or g++ under Cygwin, FreeBSD, or SPARC/Solaris, etc. Creating DLLs is another matter -- I've just tested this using Cygwin/gcc under XP

need -mrtd to create Excel DLL?

2004-07-12 Thread Lester Ingber
I was able to create a dll from many C files, representing fairly complex calculations, using the following in my Makefile, without having to add any keywords like __declspec, using info from the Cygwin docs. I used the following options: CFLAGS=-g -O2 -Wall -mno-cygwin -mrtd This DLL tested fine

RE: need -mrtd to create Excel DLL?

2004-07-12 Thread Hannu E K Nevalainen
From: Lester Ingber [snip] The `rtd' instruction is supported by the 68010, 68020, 68030, 68040, 68060 and CPU32 processors, but not by the 68000 or 5200. 8 bottom cut - top -8 Heh... ;-P I wonder what kind of side effect the