> Why do you need dll files? > What are you trying to do? > In practice, there are only a few things that *need* to be done via > DLL's, many other times it is simpy a choice, not a need...!
I need DLL files for the project I'm making. DLL files are the only way to achieve my crazy idea ;) > Note that if you create DLL's based on C++ code you are heading for a > world of pain and unhappiness. I just use "extern "C" ... Thanks for all you advice! I now have a simpleish makefile that would make my project, assuming I stopped getting the "Undefined reference error." I have no idea why I'm getting it! Here's my makefile if anyone would like to take a look at it: http://www.upurload.com/files/92390eef48055b348fc22eb027dd2fa1.txt Thanks for all your help :) -- Stewart _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

