Tomas Bym wrote: > > So all I need to do it's just copy these corresponding dll files to the same > directory?
Yes Do I have to change something in my program or how would the program know that it should use these dlls? Windows looks for dlls first in the directory of the .exe file and then in certain system directories (or maybe also your PATH). Do you know cygwin? If you have it installed, you can use the cygcheck program to show dll dependencies. I think that there are also other programs that can tell you what dlls your program would need. But the best would be static linking. Then you an deploy a simple exe file. That's what I and maybe most of the FLTK developers do. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

