Search:

Type: Posts; User: Kagey

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    5,882

    i suppose you're right. thanks for the guidance.

    i suppose you're right. thanks for the guidance.
  2. Replies
    7
    Views
    5,882

    oh Fordy, thanks for that link. i've been trying...

    oh Fordy, thanks for that link. i've been trying to find an explaination on thet net about it, but couldnt find anything, thanks.

    so would i be able to do character graphics in a console by using...
  3. Replies
    7
    Views
    5,882

    would i be able to comile dos stuff with borland...

    would i be able to comile dos stuff with borland or visual c++, i've never used them before, so i'm not sure.
  4. Replies
    7
    Views
    5,882

    int86() - undefined reference

    I am trying to use the int86 (or _int86) function to use bios interrupts. it is not a ANSI standard function, but it should be available in most libraries.

    I am using dev-c++ which uses the mingw...
  5. Thread: C compiler

    by Kagey
    Replies
    5
    Views
    1,155

    Dev-C++ http://www.bloodshed.net

    Dev-C++

    http://www.bloodshed.net
  6. Replies
    11
    Views
    3,830

    my header file was fooked. everything about this...

    my header file was fooked. everything about this problem is fine, thanks.
  7. Replies
    11
    Views
    3,830

    ok guys, This has nothing to do with dos. it...

    ok guys,

    This has nothing to do with dos. it has to do with bios interrupts. the dos header file should contain the proper structs that i can use with the int86 function. that is all. however, my...
  8. Replies
    11
    Views
    3,830

    that's exactly what i did. i have made headers...

    that's exactly what i did. i have made headers before, but this doesnt seem to be working.. strange
  9. Replies
    11
    Views
    3,830

    anyway, this is wierd, i pasted the structs and...

    anyway, this is wierd, i pasted the structs and union into my actual source file and it compiles. :confused:

    i dotn what to do this though, i want my register structs to be in a header file that...
  10. Replies
    11
    Views
    3,830

    no man, its a custom function that uses bios...

    no man, its a custom function that uses bios interrupts to get the time from cmos i think.
  11. Replies
    11
    Views
    3,830

    dev-c++. I should be able to compile it an any...

    dev-c++. I should be able to compile it an any compiler, including borland and ms.

    I also tried to include a file with


    struct XREG {
    unsigned int ax;
    unsigned int bx;
    unsigned int cx;...
  12. Replies
    11
    Views
    3,830

    register structs - problem declaring [resolved]

    What I am trying to do is play around with bios interrupts, while reading TYAC. I can't seem to declare the register structs. here is the code that i use:


    #include <dos.h>
    void current_date(...
Results 1 to 12 of 12