News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Header-Files ?

Started by cd, January 27, 2010, 03:44:06 AM

Previous topic - Next topic

cd

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


AlexN

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. ;)
best regards
Alex ;)

cd

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

AlexN

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.
best regards
Alex ;)

cd

thanks for your help again alex =)i'll take a look for the w*-header files.

later =)