emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with library images on Windows (again)


From: Kim F. Storm
Subject: Re: Problem with library images on Windows (again)
Date: Fri, 20 May 2005 10:24:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Eli Zaretskii" <address@hidden> writes:

>> Date: Thu, 19 May 2005 21:31:23 +0200
>> From: Juanma Barranquero <address@hidden>
>> 
>> But I don't think is an error in MSVC. I think it's some mixup between
>> "pascal" and "C" style calls (as you know, the former remove their
>> arguments, the latter don't). MSVC must be thinking that the external
>> TIFF functions do remove their arguments, so it is not doing it.
>> Sounds like an issue with the external declarations on the header
>> files.
>
> Can you show the declarations of the TIFF functions as they appear in
> the header files visible to MSVC when it compiles Emacs?

Could it be that the following define need to specify "Pascal" somewhere
for the tiff library?

#define DEF_IMGLIB_FN(func) FARPROC fn_##func

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]