Results 1 to 4 of 4

Thread: 26 Errors In This Code When Compiling -_-

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    165

    Unhappy 26 Errors In This Code When Compiling -_-

    Ok, on compile this has 26 errors, the guy who gave me the code is not helping me with fixes so I'm stuck. I'm using Borland C++ Compiler 5.5 with command line...

    bcc32.exe InternetRoom3.cpp

    ... and it gives 26 errors as I say, I'm no C++ programmer and I'm sure someone could fix these easily enough, and I'd be very greatful if you did.
    Attached Files Attached Files
    _____

    Hehehe

  2. #2
    Lively Member
    Join Date
    May 2002
    Location
    Oregon
    Posts
    64
    You're lucky, I got 102 errors and 7 warnings out of vc++ 6

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    165
    OUCH!!! Thats just a few eh? I've had 30+ error's in vbscript, but they were simple. I just don't know C++
    _____

    Hehehe

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    In the
    #ifdef WIN32
    block you also need to include <windows.h>, else winsock.h generates loads of errors.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width