Search:

Type: Posts; User: shellc0de

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,492

    Omg :O So much problem for few lines of code :\ I...

    Omg :O So much problem for few lines of code :\ I need to change compiler :O :P Thanks
  2. Replies
    10
    Views
    2,492

    -------------- Build: Release in wxStatic...

    -------------- Build: Release in wxStatic ---------------


    Linking executable: bin\Release\wxStatic.exe...
  3. Replies
    10
    Views
    2,492

    Yes,there is a tons of library :D I try with...

    Yes,there is a tons of library :D I try with this:libwxbase28.a and this libwxmsw28.a i agai nget error :P i know how to put lib in cb .
  4. Replies
    10
    Views
    2,492

    One more think :P I know that is offtopic sorry ....

    One more think :P I know that is offtopic sorry . How i can static link wx application? I Uncheck the DLL function but when i try to compile gives me a lot of errors :3
  5. Replies
    10
    Views
    2,492

    Re:

    The gcc version is: gcc (TDM-2 mingw32) 4.4.1Copyright (C) 2009 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for...
  6. Replies
    10
    Views
    2,492

    Help :P wxPack and CodeBlocks

    Hi,a few days ago i have installed wxPack and Codeblocks yesterday i reinstall my system,now i install wxpack and i have already install CB new version i think it's 12.0. I go new project (wxProject)...
  7. Replies
    6
    Views
    1,117

    int yes = 1;if (setsockopt(old_socket,...

    int yes = 1;if (setsockopt(old_socket, SOL_SOCKET, SO_REUSEADDR, &yes,
    sizeof(int)) == -1) {
    perror("setsockopt");
    exit(1);
    }

    This code works thanks,i just needed to put that and to...
  8. Replies
    6
    Views
    1,117

    Nothing :P again same problem :3 Salem-i am on...

    Nothing :P again same problem :3 Salem-i am on win platform i use codeblocks with mingw,maybe that code works fine under linux.
  9. Replies
    6
    Views
    1,117

    C Sokcet HELP :P

    First i want to say hi all of toy i am new here :) my name is shellc0de as you see :) now i have one problem I make simple socket(server) in C tat when he accept connection send string to client.But...
Results 1 to 9 of 9