problem with multiple declaration of 'fd_set'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joret
    New Member
    • Sep 2006
    • 1

    problem with multiple declaration of 'fd_set'

    Hi!
    I work with CBuilder 6.0 and triying to use ptypes.
    I´m having the following error:

    [C++ Error] winsock2.h(109) : E2238 Multiple
    declaration for 'fd_set'
    [C++ Error] winsock.h(54): E2344 Earlier declaration
    of 'fd_set'


    can anyone help me?

    thanks
    Marcelo Flores
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    You seem to have got winsock.h and winsock2.h included somehow. I am fairly sure it should be 1 or the other

    Comment

    Working...