Hello,
the problem of the warning window is that doesn't say what library is missing. 
It is just say that the installation of the program is wrong and it should be 
reinstalled (it is not in english, so I tried to translate the meaning), but 
doesn't say anything about some dlls.

>
>       What is the exact error message?
>
>       It's either DLLs (in which case compile static, or include
>       the DLLs it's complaining about in the same dir as your exe)
>

So all I need to do it's just copy these corresponding dll files to the same 
directory? Do I have to change something in my program or how would the program 
know that it should use these dlls?

> If you would link with the FLTK (and Flu) object files (static linking),
> then you wouldn't need the dlls at runtime. If you want to try, you
> should find the .dll files and copy them in the same directory where you
> copied the .exe file.

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

Reply via email to