Search:

Type: Posts; User: Katchei

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    820

    DLL's and Exe's

    The project settings only need to be altered. That's it. If I were you I would make a dll that is an empty project and add the source files.
  2. Replies
    0
    Views
    1,269

    SQLConfigDataSource

    SQL ConfigDataSource doesn't work at all. I always get unresolved externals. I know that I'm using the right lib and the right dll. The only way this works is if I dynamically load the dll and use...
  3. Replies
    2
    Views
    1,070

    Ascii numbers

    This is not a real problem.

    In ascii 48 - 57 = 0 - 9

    so one easy thing to do is this.
    You don't even need the static cast.

    1: char t;
    2: int k;
    3: t = 5;
Results 1 to 3 of 3