Search:

Type: Posts; User: WHurricane16

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    2,777

    Yes, for such a simple game it was a little...

    Yes, for such a simple game it was a little addictive :)
  2. Replies
    0
    Views
    2,061

    SDL-Net: examples?

    I'm trying to find some examples of SDL Net so I can have a repository for my site and learn from them myself. Anyone know where I can find any? Besides the ones that came with the lib's source ;)
  3. Replies
    76
    Views
    14,471

    Right.......[/sarcasm]

    I hate it when people bring up old stuff (Abe quote too). I also do not like when people are backed into a corner then pull out the old "women's right" or "civil rights" card. Dude, I'm black and I...
  4. Replies
    86
    Views
    14,084

    You people

    I agree with that, but I'm a recovering Democrat. My name is Will, and I'm a Republican. Reasons why I switched? Read on:

    - some Democrats in the Senate seems to think that even if a baby is...
  5. Replies
    76
    Views
    14,471

    This is after agreeing with you before, Novacain

    And the road to hell is paved with 'good intentions'.

    I disagree with you, novacain, and I'm going to tell you why: anti-semitism. We can't trust the U.N. to solve the Israel-Palestinian...
  6. Replies
    47
    Views
    12,758

    Excellent

    Excellent. Bravo. This man speaks truth!

    I visit many boards and this was the first thread of this type that didn't get out of hand. I was very compelled to read every post. Here's my...
  7. Replies
    29
    Views
    7,198

    Then why are you distributing it?

    Then why are you distributing it?
  8. Replies
    4
    Views
    4,091

    thanks

    Thanks for the input ;-)

    By using te video interrupt 10h and the C interrupt function, I was able to set it in SVGA:



    Only problem is, it's showing double images at the top of the screen. I...
  9. Replies
    4
    Views
    4,091

    the mode

    What's the exact mode of it? For example, mode 12h is 640x480 VGA (16 colors), 13h is 340x200 VGA (256 colors), mode blah blah blah.
  10. and so....

    Since I've been only been able to work on this on the weekend...I haven't had sufficient time to figure this out on my own. Let me explain what I'm trying to do again.

    I want my first executable...
  11. Replies
    6
    Views
    2,979

    ok....

    And, of course you can just make a shortcut to the .exe and change the icon to any desired .ico.

    That's what you have to do for 16-bit DOS executables.
  12. Replies
    6
    Views
    2,979

    or......

    or eXescope

    "eXeScope can analyze, display various information, and rewrite resources of executable files, that is, EXE, DLL, OCX, etc. without source files."
  13. Replies
    6
    Views
    2,979

    what about old ass Turbo C

    Any way to do it for old Borland compilers like Turbo C?
  14. Replies
    9
    Views
    3,929

    I think we got off subject

    I think I know where the original post was getting at.

    Estranged, all you would need is to make a header file containing all the prototypes for the functions your source files will contain. For...
  15. Replies
    4
    Views
    4,091

    SVGA mode in Borland C

    I'm using Turbo C (3.0 to be exact) and I was wondering how do I call the video to a SVGA mode. Any help? Thanks ;-)
  16. Replies
    8
    Views
    7,472

    I'm lost?

    Are you trying to just rename turbo.exe (possible, but it won't be ususable) or are you trying to do that with any exe? Sounds like you just want to make an execuatable to rename a file. Is that...
  17. for the record

    For the record.....


    TLIB storm.lib +black3.obj +black4.obj +black5.obj +black9.obj +black11.obj +black15.obj +black17.obj +black18.obj

    But that's irrelavent now.
  18. Replies
    2
    Views
    981

    text editor source code

    Dunno if this will help, but Programmer's Heaven has a free source code to a text editor. Check it out ;-) The file is "TDE31.ZIP", just look for it on the link above.
  19. Replies
    8
    Views
    7,472

    hehe

    Look at this thread.
  20. Part 2

    K, now I want to pass further arguments to run my if else statements in the second program. Is this possible?

    For example, the first program will call to the second program to play 3 different...
  21. Thread: mode13h

    by WHurricane16
    Replies
    5
    Views
    1,862

    Small function for Mode 13 using a Borland compiler

    Here's some "borrowed" code you can use as a function:

    void Set_Graphics_Mode(int mode)
    {

    // use the video interrupt 10h and the C interrupt function to set
    // the video mode

    union REGS...
  22. thanks

    Thanks ;-) After checking out the link on system() (and after digging in my resource books) I was able to write this simple code to run my other program.


    #include <stdlib.h>
    #include <stdio.h>...
  23. Building a program to access another execuatable

    I'm using Turbo C 3.0

    I've been scratching my head trying to figure out how to write one program to use a seperate executable. I'm writing a game in which has to be compiled in a medium memory...
  24. Borland Compiler: Compiling libraries from the command line

    Hiya ;-)

    I've been mucking around with the library from Andre Lamothe's Black Art of 3D Programming but I wanted to and recompile the lib from the command line (I'm going old school at this :p)...
Results 1 to 24 of 25