On 6 Jan 01, at 8:59, Richard Levitte - VMS Whacker wrote:
> From: "Rob Neff" <[EMAIL PROTECTED]>
>
> neff.ra> The following is copied from MS VC++ 6.0 online help:
>
> Thanks, that was very helpful!
>
To expand Rob's mail, this is a part of a document I wrote some time ago which discuss this metter:
---------------
The documentation recommends the _declspec( dllexport) methods because it generates a code without a thunk. It also says that using both methods does not cause any build error, but does not mention if there are any advantages/disadvantages using both methods. My tests , on the other hand, have shown that we get the advantage of both methods if we use both: The generated code was without the thunk just like using _declspec( dllexport), and all DEF file manipulations like ordinal number assigning, using an alias name and specifying NONAME did work. So one can use DEF file and _declspec( dllexport) instruction to gain the feature of both methods, but still I could not find in the official documentation anything that support this saying�.
---------------
Dror
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Jeffrey Altman
- Re: Windows, DLLs and variables. Dr S N Henson
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Dr S N Henson
- Small patch to Configure for SCO Opense... Phillip Porch
- Re: Windows, DLLs and variables. Rob Neff
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Re: Windows, DLLs and variables. Rob Neff
- Re: Windows, DLLs and variables. Richard Levitte - VMS Whacker
- Dror
