Re: Meaning of iniline in declspec(dllexport)
- From: "Doug Harrison [MVP]" <dsh@xxxxxxxx>
- Date: Thu, 29 Mar 2007 11:34:52 -0500
On Thu, 29 Mar 2007 09:57:54 +0200, mosfet <richom.v@xxxxxxx> wrote:
Hi,
I would like to know if there would be any meaning of declaring an
exported function as inline ?
I am writing a dynamic library(DLL) to hold my trace functions and for
performance reason could I declare them inlined ?
If yes what does it mean ?
One doesn't preclude the other. Of course, when an exported function is
inlined, you might as well be linking statically WRT compilation
dependencies, because the DLL's code becomes part of its client's code.
--
Doug Harrison
Visual C++ MVP
.
- Follow-Ups:
- Re: Meaning of iniline in declspec(dllexport)
- From: David Ching
- Re: Meaning of iniline in declspec(dllexport)
- References:
- Meaning of iniline in declspec(dllexport)
- From: mosfet
- Meaning of iniline in declspec(dllexport)
- Prev by Date: Re: OnInitDialog not getting called because of DoModal
- Next by Date: Re: Inheritance
- Previous by thread: Meaning of iniline in declspec(dllexport)
- Next by thread: Re: Meaning of iniline in declspec(dllexport)
- Index(es):
Relevant Pages
|