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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,2d2580ac72b4a4c2 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,2d2580ac72b4a4c2 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Dll files Date: 1998/02/21 Message-ID: #1/1 X-Deja-AN: 327208446 X-NNTP-Posting-Host: pogner.demon.co.uk [158.152.70.98] References: <34E9EEB7.4723FD1E@vci.net> <01bd3cd8$2ecf9340$LocalHost@xhv46.dial.pipex.com> Organization: At Home Newsgroups: comp.lang.c++,comp.lang.ada Date: 1998-02-21T00:00:00+00:00 List-Id: "Nick Roberts" writes: > Use of DLLs implies Windows, which implies availability of the Windows GDI > (Graphical Device Interface), which is a part of the Windows API, and will > drive SVGA as well as umpteen other graphics protocols. So it sounds to me > like you just want to use the Windows API direct. I tend to describe Unix sharable image (.so) files as DLLs when trying to explain where they fit in the scheme of things; the concept is the same, after all!