Hello everybody,
I'm a real newbie to the "POCO C++ Libraries" and I do have some problems in completing the tutorial for creating an own dll.
The problem is, if I set up everything as described and try to do a "make", it calls the g++ with the object files of all 4 profiles (debug static, debug share, release static, release share) when trying to create the "release share" library. I think this is not correct as it complains about having the same declarations more than once of course (in all 4 object files *.o).
Does anyone have an idea what is going wrong?
Thank you for any hint!
Timo





