Re: Custom EXPORT macro won't expand when included outside lib

2012-09-15 Thread Luiz Romário Santana Rios
2012/9/12 Sandro Andrade : > On Wed, Sep 12, 2012 at 7:13 PM, Luiz Romário Santana Rios > wrote: >> 2012/9/11 Sandro Andrade : >>> On Mon, Sep 10, 2012 at 9:29 PM, Luiz Romário Santana Rios >>> wrote: Hi. So, I recently started to write a "pluggable" library. You can check it

Re: Custom EXPORT macro won't expand when included outside lib

2012-09-12 Thread Sandro Andrade
On Wed, Sep 12, 2012 at 7:13 PM, Luiz Romário Santana Rios wrote: > 2012/9/11 Sandro Andrade : >> On Mon, Sep 10, 2012 at 9:29 PM, Luiz Romário Santana Rios >> wrote: >>> Hi. >>> >>> So, I recently started to write a "pluggable" library. You can check it from >>> here: >>> http://quickgit.kde.org

Re: Custom EXPORT macro won't expand when included outside lib

2012-09-12 Thread Luiz Romário Santana Rios
2012/9/11 Sandro Andrade : > On Mon, Sep 10, 2012 at 9:29 PM, Luiz Romário Santana Rios > wrote: >> Hi. >> >> So, I recently started to write a "pluggable" library. You can check it from >> here: >> http://quickgit.kde.org/index.php?p=scratch%2Fromariorios%2Flibkodri.git&a=summary >> . >> >> It wa

Re: Custom EXPORT macro won't expand when included outside lib

2012-09-10 Thread Sandro Andrade
On Mon, Sep 10, 2012 at 9:29 PM, Luiz Romário Santana Rios wrote: > Hi. > > So, I recently started to write a "pluggable" library. You can check it from > here: > http://quickgit.kde.org/index.php?p=scratch%2Fromariorios%2Flibkodri.git&a=summary > . > > It was all good until I tried to write a dum

Custom EXPORT macro won't expand when included outside lib

2012-09-10 Thread Luiz Romário Santana Rios
Hi. So, I recently started to write a "pluggable" library. You can check it from here: http://quickgit.kde.org/index.php?p=scratch%2Fromariorios%2Flibkodri.git&a=summary. It was all good until I tried to write a dummy plugin for it (currently available in the dummy_packagesource branch of the abo