Yes I agree the FLTK license would eliminate the requirement to ship the
spserver library as a DLL. Are you considering to switch to that license
rather than the LGPL? That would be good news.
I will put together a small example of what is required and send it to
you later today. If you like it I'd be happy to supply a patch for the
entire project.
Bob Cook
I have add some exceptions like FLTK to the COPYING.
I've uploaded an example to the Google Groups files section. It contains
a very tiny example project showing how to build and use c++ classes in
a dll. The real-world is much more complicated of course but this should
give anyone who is interested a basic idea what is needed.
I still believe static libraries are going to be a better approach, and
now that the license has been revised to allow that my motivation to
make the win32 port compile as a dll is very low, so I probably won't do
the work unless someone else would really value it.
Bob Cook
Thanks for your example.