From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e81ed9da0780cf54,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-13 13:19:56 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!petbe.visi.com!news.octanews.net!proxad.net!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: VCL Date: Sat, 13 Mar 2004 22:19:46 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nemesis.news.tpi.pl 1079212918 13513 195.116.185.50 (13 Mar 2004 21:21:58 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sat, 13 Mar 2004 21:21:58 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:6310 Date: 2004-03-13T22:19:46+01:00 List-Id: Hi, I know that when I want to import a class from a dll library written in C++ I have to use the CPP_* pragmas and use import type CPP or C, but I wander how to import a class from a library written in Delphi, I want to import a class from the VCL library which is normally added to delphi and borland builder. I think that I have to use the stdcall type in pragma Import but I'm not sure.