From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Problem with library images on Windows (again) Date: Fri, 20 May 2005 11:16:19 +0100 Message-ID: <428DB8F3.3070108@gnu.org> References: <01c55c26$Blat.v2.4$0ef86680@zahav.net.il> <01c55ca5$Blat.v2.4$dd149500@zahav.net.il> <01c55d0c$Blat.v2.4$8d418800@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116588289 7921 80.91.229.2 (20 May 2005 11:24:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 May 2005 11:24:49 +0000 (UTC) Cc: Juanma Barranquero , Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 13:24:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZ5bJ-0000qN-W0 for ged-emacs-devel@m.gmane.org; Fri, 20 May 2005 13:23:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZ5e9-0003Ze-0j for ged-emacs-devel@m.gmane.org; Fri, 20 May 2005 07:26:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZ4kl-0005gR-33 for emacs-devel@gnu.org; Fri, 20 May 2005 06:29:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZ4kd-0005az-OQ for emacs-devel@gnu.org; Fri, 20 May 2005 06:29:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZ4kd-0005Qa-12 for emacs-devel@gnu.org; Fri, 20 May 2005 06:29:07 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZ4gR-0006wd-SE; Fri, 20 May 2005 06:24:48 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2RRVMZ8X; Fri, 20 May 2005 11:14:23 +0100 Original-Received: from 217.46.150.9 ([217.46.150.9] helo=[10.10.5.77]) by ASSP-nospam ; 20 May 05 10:14:22 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: "Kim F. Storm" In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37385 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37385 Kim F. Storm wrote: >"Eli Zaretskii" writes: > > > >>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 > > The version of TIFF headers I have uses extern "C" if compiling under C++, so I doubt the library is using Pascal calling conventions. Maybe Juanma's library is different than mine.