freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] shared library under Windows


From: Stefan Seefeld
Subject: Re: [Devel] shared library under Windows
Date: Fri, 06 Apr 2001 15:36:04 -0400
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; 0.8.1) Gecko/20010323

Antoine Leca wrote:

Old versions of Win32 C compilers (and in fact, this traces back to OS/2
and Win16) did uses a strange syntax to specify that some non-static
functions are to be exported "automatically". It looked like

    int _exports func( /* .. */ )

<rant>
are you talking about the '__declspec(dllexport)' madness ? If so, what do you consider to be old ? I'm working with VC++ 6.0 here at work, and all the code needs to be 'decorated' (an euphemism for 'polluted') with that. Sadly, it appears a lot of 'programmers' who have been trained exclusively on
Microsoft don't even know that that is not part of any standard.
</rant>

Regards,    Stefan




reply via email to

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