> > 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 ;)

OK - I have to take your word for that, as your not giving much away.

> > 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" ...

Hmm, OK, but then you need to expose individually named wrapper
functions for all the C++ methods that you access - works, but can be
tedious and painful to code...


> 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

That's not a makefile. That's a copy of fltk-config.


SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to