#pragma comment (lib, ...)

Walter Bright newshound2 at digitalmars.com
Wed Oct 10 07:12:57 PDT 2012


On 10/10/2012 6:45 AM, Paulo Pinto wrote:
> In C and C++ case I am usually against it, because I favour portability over
> dependencies to a specific compiler vendor. Many years of writing multi-platform
> code do leave some scars.

Certainly, any particular use of this feature will be platform specific.

But you can use the version statement to adjust it for various platforms as 
required.


More information about the Digitalmars-d mailing list