Ico_O
July 20th, 2005, 05:24 AM
Hi. I'm new on C++ but i've been reading tutorials and covered the basics. My question is about the library(header) file tcpc.h. I found its source at
http://gift.sourceforge.net/docs/0.11.x/libgift/tcpc_8h-source.html
but when i compiled it - it gave an error. Then i looked into it and noticed that a certain header file - fdbuf.h is missing. Again i went to that site and compiled the fdbuf.h using the source given. And when i finally started my application that needed the tcpc.h header it gava about 31 errors all in the 2 header files - tcpc.h and fdbuf.h.
And finally my question is: Is there any way I can fix it or compile some other source of the same headers, because I really want to make a chat program...well I kinda aim high no?
Thanks it advance.
http://gift.sourceforge.net/docs/0.11.x/libgift/tcpc_8h-source.html
but when i compiled it - it gave an error. Then i looked into it and noticed that a certain header file - fdbuf.h is missing. Again i went to that site and compiled the fdbuf.h using the source given. And when i finally started my application that needed the tcpc.h header it gava about 31 errors all in the 2 header files - tcpc.h and fdbuf.h.
And finally my question is: Is there any way I can fix it or compile some other source of the same headers, because I really want to make a chat program...well I kinda aim high no?
Thanks it advance.