"nacho" <[EMAIL PROTECTED]> writes:

> This one has good news and bad news.

I'm happy about the good news. What modifications have you needed to
make to runConfigure and other files to get it to work?

> //-------------------------------------------
> // Foo.cpp
> 
> #include "Foo.hpp"
> #include <iostream>
> 
> DLLEXP1 void Foo::bar() { cout << "bar" << endl; }
> 
>         void Foo::bar2() { cout << "bar2" << endl; } // note DLLEXP1 missing

Why do you need DLLEXP1 in the .cpp file? That doesn't make any
sense. According to the following it is unecessary:

  http://www.cygwin.com/ml/cygwin/2000-06/msg00688.html

There really aren't a lot of people on this list that use Cygwin, so
the cygwin list is a better place to ask these questions. But please
do let us know how you resolve this.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to