[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] please help me!
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] please help me! |
Date: |
Mon, 17 Dec 2007 12:36:44 +0100 |
User-agent: |
KMail/1.5.4 |
Hello Gao,
> But I write a simple program use Microsoft visual 6.0.
>
> The return is (size_t)(-1),but the errno does not change.I am fuzzy.
The log file (inside the .rar file that you sent) shows that you are
compiling with -MLd, whereas libiconv.dll is compiled with -MD.
This is the same as the question "How do I compile, link and run a program ..."
from the GNU gettext FAQ, with libintl replaced with libiconv:
http://www.haible.de/bruno/gettext-FAQ.html#windows_howto
Say thank you to Microsoft (or include them in your weekly prayers for
forgiving ;-)) for shipping different, incompatible system libraries.
Bruno