Search:

Type: Posts; User: karlan

Search: Search took 0.01 seconds.

  1. Thread: ras.h errors

    by karlan
    Replies
    8
    Views
    12,587

    bool myfunc(); /*Make sure this function is...

    bool myfunc();


    /*Make sure this function is after the prototype*/
    bool myfunc(){
    /*code*/
    }


    you may need a
  2. oh yea, forgot about that escaping problem, ha. ...

    oh yea, forgot about that escaping problem, ha.

    I think your better off using "C:/program files/style path"
  3. Thread: ras.h errors

    by karlan
    Replies
    8
    Views
    12,587

    I'd reccomend trying http://bloodshed.net/, my...

    I'd reccomend trying http://bloodshed.net/, my school used MSVC, and I hated it.
  4. Replies
    7
    Views
    1,610

    I reccomend posting any part of the code you...

    I reccomend posting any part of the code you think may be causing the problem, or just post all the code if possible
  5. Replies
    6
    Views
    1,698

    (1) Command line, with maybe perl(or...

    (1) Command line, with maybe perl(or something)wrapper
    (2) WxWindows
    (3) GTK+
    (4) QT
    (5) Wrapper for win32 and xlib :D :D <--- The type of person I am, and why I don't program GUIs
  6. Try it in "cmd" or "command" *first*:p now ...

    Try it in "cmd" or "command" *first*:p

    now
    "start c:\Progra~1\Intern~1\ie.exe pathtohtmlfile"
    stdlib.h:system("start c:\Progra~1\Intern~1\ie.exe pathtohtmlfile");
    (this should work, old...
  7. Replies
    8
    Views
    11,180

    BSD pretty much invented TCP/IP, so you can count...

    BSD pretty much invented TCP/IP, so you can count on that being portable, but anything else(eg raw sockets) is going to be a little technical ****er.


    Windows even includes a BSD copyright in it....
Results 1 to 7 of 7