Search:

Type: Posts; User: winuser

Search: Search took 0.00 seconds.

  1. Try to get an extended error information using...

    Try to get an extended error information using GetLastError() function and then just read details about your error code.

    Here's the list of error codes:
    System Error Codes (Windows)
  2. Replies
    5
    Views
    2,284

    Hello You must provide more detailed...

    Hello


    You must provide more detailed description of your problem, then i can help you.


    What o-s ? What framework/widgets library? Are you using windows api?


    Regards.
  3. Replies
    4
    Views
    602

    Is this a commercial project? What is your budget?

    Is this a commercial project? What is your budget?
  4. Replies
    4
    Views
    1,410

    This is OK, furthermore if you like, you can use...

    This is OK, furthermore if you like, you can use whatever operator name you want (almost) :



    #define OPERATOR_OR ||
    #define O_R ||

    if (x OPERATOR_OR y)
    {
    // do something
  5. Replies
    4
    Views
    602

    Hello What kind of "C++ Dev Graphics Project"...

    Hello

    What kind of "C++ Dev Graphics Project" do you need? Please describe your problem more specifically.
Results 1 to 5 of 5