Search:

Type: Posts; User: wicked

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    60,803

    Is it possible to change what mode it's compiling...

    Is it possible to change what mode it's compiling in?

    wicked
  2. Replies
    26
    Views
    60,803

    Thank you, but no, my question remains...

    Thank you, but no, my question remains unanswered.

    wicked
  3. Replies
    26
    Views
    60,803

    My question still goes unanswered. My code...

    My question still goes unanswered. My code supposedly doesn't compile due to it's variable structure but this code compiles despite a variable declaration under a statement. This means it
    1: cant...
  4. Replies
    26
    Views
    60,803

    I'm confused as this code compiles just fine. ...

    I'm confused as this code compiles just fine.




    int main() {
    int v1;
    char v2; /* Variable declarations fine here. */

    printf("Test");
  5. Replies
    26
    Views
    60,803

    Sorry, my mistake. wicked

    Sorry, my mistake.

    wicked
  6. Replies
    26
    Views
    60,803

    #include #include ...

    #include <stdio.h>
    #include <winsock.h>
    #include <stdlib.h>

    #pragma comment(lib, "wsock32.lib")

    int main() {

    WSADATA wsadata;
    int error;
  7. Replies
    26
    Views
    60,803

    Yes when creating a new project I choose a C...

    Yes when creating a new project I choose a C project. I'm almost positive my code contains no C++. Am I allowed to paste it to verify my claim?

    wicked
  8. Replies
    26
    Views
    60,803

    Thank you all it's now working wonderfully but...

    Thank you all it's now working wonderfully but one of my original problems remain. When creating a project my code wont compile unless it's a C++ project. As I said before it's written in C.

    wicked
  9. Replies
    26
    Views
    60,803

    Project->Project Options->Parameters. I fail...

    Project->Project Options->Parameters.

    I fail to see a parameters option. Yes I've done everything else correctly.

    wicked
  10. Replies
    26
    Views
    60,803

    Thats the thing, I've got no idea how to link to...

    Thats the thing, I've got no idea how to link to it via Dev C++ 4.

    wicked
  11. Replies
    26
    Views
    60,803

    undefined reference to `WSAStartup@8'

    As the topic suggests I'm having trouble linking libs under Dev C++ 4(windows 2000). Also when creating a C project all my code I write providing it's more than a simple "hello world" kind of...
Results 1 to 11 of 11