Search:

Type: Posts; User: andrewwan1980

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    6,723

    I found the closest Turbo C DOS timer source code...

    I found the closest Turbo C DOS timer source code written by David Oshinsky at:

    http://www.bookcase.com/library/software/msdos.devel.apps.turbo-c.html (TIMERTST)


    To get my own timer (original...
  2. Replies
    7
    Views
    6,723

    The thing is, it worked perfectly from a Pascal...

    The thing is, it worked perfectly from a Pascal compiled source. But from C, I get this error:

    16 bit MS-DOS Subsystem (DIALOG)
    C:\TIMER\timer.exe
    The NTVDM CPU has encountered an illegal...
  3. Replies
    7
    Views
    6,723

    Here is the converted code to C. It's suppose to...

    Here is the converted code to C. It's suppose to cycle through NewInt08, NewInt1C repeatedly. Yes, behaviour of the program is erratic, sometimes it prints out about 20 NewInt08, NewInt1C before it...
  4. Replies
    7
    Views
    6,723

    High Speed IRQ Timer/Clock in C

    I found this excellent High Speed Timer (in Pascal). I compiled it (using Turbo Pascal 7 and it runs fine):

    http://www.sorucevap.com/bilisimteknolojisi/programcilik/pascal/ders.asp?207995
    and...
  5. Was hoping a C/C++ tool could split up a...

    Was hoping a C/C++ tool could split up a VBScript/ASP code file, for example:

    Function one(a, b, c)

    End Function

    Sub two(d, e, f)

    End Sub
  6. HELP: split up source file into segments automatically....

    This is not really language specific but more of a source code parsing.

    I have a large ASP source file that I like to split up, resulting in separate ASP files, each containing one function and...
  7. Replies
    4
    Views
    2,494

    I read the cool document about Fixup Overflow at...

    I read the cool document about Fixup Overflow at http://vmlinux.org/~jakov/community.borland.com/15961.html but still unsuccessful. I fixed this problem myself by moving the variables from the C file...
  8. Replies
    4
    Views
    2,494

    Excellent! I managed to get the C & assembly...

    Excellent! I managed to get the C & assembly files recognise each others variables & functions. Thanks to Scorpions4ever for telling me about C mangles variable & function names by prefixing an...
  9. Replies
    4
    Views
    2,494

    HELP: assembly & C linking woes....

    I am having problems linking an assembly object with my C object files. Am getting:

    Linker Warning: DOSSEG directive ignored in module asm.asm
    Linker Error: Undefined symbol _ASMClsV in module...
Results 1 to 9 of 9