NO

Author Topic: Header-Files ?  (Read 3041 times)

cd

  • Guest
Header-Files ?
« 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


Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: Header-Files ?
« Reply #1 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. ;)
best regards
 Alex ;)

cd

  • Guest
Re: Header-Files ?
« Reply #2 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

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: Header-Files ?
« Reply #3 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.
best regards
 Alex ;)

cd

  • Guest
Re: Header-Files ?
« Reply #4 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 =)