>
> /* Allow C++ Portability */
> #ifdef __cplusplus
> extern "C" {
> #endif
>
>
> Then at the bottom of your file, add the matching:
>
>
> /* Allow C++ Portability */
> #ifdef __cplusplus
> }
> #endif

You have write.. your answer solve the problem ..

Many thanks.. Even if I have seen that many times, since I didn't use it before 
.. It didn't come to my mind .. But it works.

Thank you very much..

BTW: do you have any suggestion about how I should make my installation to be 
correct using (fltk-1.3.x) on  Fedora 15? I couldn't compile my project with 
the source code installation (not rpm), I have an old one 1.1.10 (you get it 
from yum).  you don't get newer by using yum.

I really like FLTK and I always liked it. FLUID is very nice, and make life 
easier. In fact I tried to prove that "you can make a big project using FLUID"  
.. (you can find the source code on my bad home page the fltk-editor).
I know, it is better to use FLUID just for the GUI part .. But my project is 
not so big .. So using FLUID make it easier for me.

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

Reply via email to