help-gplusplus
[Top][All Lists]
Advanced

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

Re: DLLExport in G++


From: red floyd
Subject: Re: DLLExport in G++
Date: Wed, 22 Aug 2007 14:51:18 GMT
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Jackie G. wrote:
Hey everyone,

I was wondering if someone could help me to translate this
#define EFCORE_API __declspec(dllexport)

To a g++ Compliant declaration


What platform?  It's probably only valid on either MinGW or Cygwin.

Otherwise, just

#define EFCORE_API

That's it.


reply via email to

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