Pelles C forum

C language => Beginner questions => Topic started by: cd on January 27, 2010, 03:44:06 AM

Title: Header-Files ?
Post by: cd on January 27, 2010, 03:44:06 AM
Hi ,

i try'ed to get some header files together but didn't find any of them at all .
here the list of header files i may need :

1.> in.h
2.> netdb.h
3.> inet.h

i'm not really sure if they needed to start with network programming ...

cd

Title: Re: Header-Files ?
Post by: AlexN on January 27, 2010, 07:17:30 AM
And I am not sure witch functions and types you want to use. If you know, make a text-search over the include files and where you find your functions, include them. ;)
Title: Re: Header-Files ?
Post by: cd on January 27, 2010, 02:24:21 PM
i'm not really sure but i guess for this type of "little"-Project i need a lot of functions,even a couple of the win api but the manual for the api i already got.the listed header files are for the basics of network programming with c.Any idea where to get those header files¿

cd
Title: Re: Header-Files ?
Post by: AlexN on January 27, 2010, 03:30:00 PM
I don't know witch kind of network programming you want to do, but the include files you listed, looks to me like typical include-files from a linux system. Pelles C uses Windows libraries and there are also other header-files.

If you want to port a linux-tool to Windows, you better use the Cygwin development tools (http://www.cygwin.com/) where you can find the searched header files. But be careful this header files will not help you at Pelles C, because you can not use the Cygwin libraries.
Title: Re: Header-Files ?
Post by: cd on January 27, 2010, 06:48:49 PM
thanks for your help again alex =)i'll take a look for the w*-header files.

later =)