Search:

Type: Posts; User: YingPar

Search: Search took 0.01 seconds.

  1. Thread: class issues

    by YingPar
    Replies
    6
    Views
    1,117

    [Deleted, sorry, my mistake]

    [Deleted, sorry, my mistake]
  2. Thread: class issues

    by YingPar
    Replies
    6
    Views
    1,117

    I just realized my mistake (strcopy doesn't...

    I just realized my mistake (strcopy doesn't return anything), and fixed it, and that seems to get the program working again.

    But I'm still confused about that first error. It seems to me I've set...
  3. Thread: class issues

    by YingPar
    Replies
    6
    Views
    1,117

    Whatever the case, the problem is still...

    Whatever the case, the problem is still continuing.

    When I declare a value for the array outright (ie. strAppName = "..."; ), I get the following error:


    When using the cstring function (ie....
  4. Thread: class issues

    by YingPar
    Replies
    6
    Views
    1,117

    class issues

    Anything about this seem wrong? I keep getting errors about the character array.
  5. Replies
    3
    Views
    722

    Thanks, you gave me an idea. Tell me if this...

    Thanks, you gave me an idea.

    Tell me if this will cause any long range problems: I could put the globals in a struct, declare and fill the struct in the entry point function, and just pass the...
  6. Replies
    3
    Views
    722

    more multiple file problems

    I swear I've tried everything at this point, but no matter what I do, the only way to avoid errors is to throw everything into one file, which ends up a tangled nightmare of code.

    There's 3...
  7. Thread: multiple files

    by YingPar
    Replies
    3
    Views
    890

    Thanks, it seems to be working now

    Thanks, it seems to be working now
  8. Thread: multiple files

    by YingPar
    Replies
    3
    Views
    890

    multiple files

    My program uses several global variables to handle things that a lot of functions will be using and changing ( HDCs, HWNDs, etc ) The unfortunate thing is that these functions are spread across many...
Results 1 to 8 of 8