[Mingw-users] Possible strange behaviour of gcc
Earnie Boyd
earnie_boyd@yahoo.com
Tue Nov 21 11:21:00 GMT 2000
--- Martin Kahlert <martin.kahlert@infineon.com> wrote:
> Hi!
> I have a strange behaviour of gcc on Windows (mingw-version):
>
> I have to link a binary only lib to my application and it
> crashes when i use a string constant which is
> (including the trailing '\0') longer than 8 chars.
>
> I thought, it was a classical memory allocation problem,
> but the application reserves 10 Bytes for the string.
>
> So i tried -fwritable-strings, but no success, either.
>
> Does gcc behave somehow differently, when a data item exceeds 8 Bytes?
> I assume, my problem has to do with an incompatibility of the two compilers
> (MSVC and gcc).
>
Add -fnative-struct to the build of your gcc objects and see if that helps.
Cheers,
=====
Earnie Boyd
mailto:earnie_boyd@yahoo.com
--- < http://earniesystems.safeshopper.com > ---
--- Cygwin: POSIX on Windows < http://gw32.freeyellow.com/ > ---
--- Minimalist GNU for Windows < http://www.mingw.org/ > ---
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
More information about the Gcc
mailing list