Search:

Type: Posts; User: blackhat11907

Search: Search took 0.01 seconds; generated 17 minute(s) ago.

  1. Replies
    16
    Views
    2,833

    got it needed to add -lws2_32 at the end of add...

    got it needed to add -lws2_32 at the end of add manual linker commands works like a charm now. thanks for all the help guys :)
  2. Replies
    16
    Views
    2,833

    i go under tools->compiler options then under...

    i go under tools->compiler options then under that thers a tap with Directory's and under that tab there i binary's, Libraries, C includes and C++ includes. they all make me pick Dir's instead of a...
  3. Replies
    16
    Views
    2,833

    ok false alarm it didnt fix it. :/ wow this is...

    ok false alarm it didnt fix it. :/ wow this is very irritating
  4. Replies
    16
    Views
    2,833

    ok i fixed it by manually adding it to the linker...

    ok i fixed it by manually adding it to the linker commands but now when i run the program it compiles it with no errors but when i run it it says that source file not compiled ?
  5. Replies
    16
    Views
    2,833

    im under compiler options and under that theres...

    im under compiler options and under that theres libraries and it only lets me pick a dir
  6. Replies
    16
    Views
    2,833

    i wasn't able to find it at all. is there a place...

    i wasn't able to find it at all. is there a place you can manually donwload it and just stick it inside C:\Dev-CPP\lib ?
  7. Replies
    16
    Views
    2,833

    with Dev-C++ i only get to pick a Dir not a file....

    with Dev-C++ i only get to pick a Dir not a file. and im not sure were the file is
  8. Replies
    16
    Views
    2,833

    WinSocket Error Help

    I get this error when i compile the code to start a winsocket program
    'In fucntion 'WinSocketStart':
    'Linker Error, unidentified reference to WSAStartup@8'
    id returned 1 exit status

    i think...
  9. ok that was it guys. thank :D

    ok that was it guys. thank :D
  10. Error "in function 'main' syntax error before 'int' Help Please

    i have a dice game im making to start out in C and i keep getting this error
    Error "in function 'main' syntax error before 'int'
    Whats wrong with it?



    #include <stdio.h>
    #include <conio.h>...
Results 1 to 10 of 10