Dear all:
I correct the last problem with "inline static" to "static".
After all I think inline should not be static. Static means it
only have a global instance while inline is like a macro appear
everywhere it is used.
The next problem is I can not complie the code under BC++
because it use "Underscores "! If i use -u- complie options, it failed
because it do not Underscores the main function!
Anyone has experience with that?
Thanks!
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list