Search:

Type: Posts; User: AeroHammer

Search: Search took 0.00 seconds.

  1. errors using my parser- MSVC++ 6, bhtypes.h

    Every time I try to include my parser class's header file, I get the following errors:



    I get the errors every time I try to compile the file with the main() function. These are the includes:
    ...
  2. Replies
    2
    Views
    2,047

    Thanks, that cleared it up. I think I was too...

    Thanks, that cleared it up. I think I was too close to the coding to see it.
  3. Replies
    2
    Views
    2,047

    Inconsistent errors - MSVC++ 6

    Okay, here's the pronlem:

    I have some image editing code, that totals up to 15 different functions. All of these functions use a class called rgb. Class rgb has the following members:
    r
    g
    b
    s...
  4. Replies
    4
    Views
    2,031

    Thanks, and the CStrings are Globals, not the...

    Thanks, and the CStrings are Globals, not the function. Must not have made that clear enough.
  5. Replies
    4
    Views
    2,031

    The use of & that you mentioned was an attempt at...

    The use of & that you mentioned was an attempt at saving code. I'll try that union idea, it should work. I'm actually using unions in the BMap24b class.

    Still looking for an explanation of the...
  6. Replies
    4
    Views
    2,031

    Operator overloading MSVC++

    I'm having trouble getting the following operator to overload. I want to take two inputs of type BMap24b and get either an int or a bool, depending on the recieving tupe. Any help would be...
  7. Replies
    22
    Views
    6,643

    Poll: Pretty nice little game. Especially like the...

    Pretty nice little game. Especially like the incorporated help. As I haven't seen any previous versions, I'm going to ask, does the AI use a default pattern to find the player ship?
  8. Replies
    10
    Views
    1,638

    A vector is a combination of a direction and a...

    A vector is a combination of a direction and a distance. It says how far something moves in a specific direction. It is not a point in space, it is not an array (though that is a method to store...
  9. Replies
    6
    Views
    1,769

    Thanks. That last suggestion, especially, could...

    Thanks. That last suggestion, especially, could do more than I was hoping, and the dlopen tip sounds like exactly what I had in mind. I'll have to look up those bugs, too, might be useful.
  10. Replies
    6
    Views
    1,769

    There's probably some work-around that can be...

    There's probably some work-around that can be used, does anyone know how poly-morphic programs do it? They mentioned it in the FAQ or tutorials area but I never saw a link to the info. If I had some...
  11. Replies
    6
    Views
    1,769

    Sorry about some of the funkiness of my wording,...

    Sorry about some of the funkiness of my wording, I
    had intended to click preview, guess what I did
    instead.
  12. Replies
    6
    Views
    1,769

    Run machine-code in a non-executable

    I want to load actual proccesor-specific machine code (as in
    IBM-compatible, not as in 486 10 MHz only) and run it.

    I plan to follow this order of actions:
    1) malloc() memory and load...
Results 1 to 12 of 13