Search:

Type: Posts; User: andy_baptiste

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,615

    There you go mate thanks for that. You may need...

    There you go mate thanks for that.
    You may need to remove the comments by the way...
    :cool:


    /*------------------------------------------------------
    StockChk.C...
  2. Replies
    4
    Views
    3,615

    Hi RTR, Yes the code use io.h, the full list...

    Hi RTR,

    Yes the code use io.h, the full list is:

    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    #include <conio.h>
    #include <DOS.H>
    #include <fcntl.h>
  3. Replies
    4
    Views
    3,615

    C problem with legacy code

    Hi,

    I am working on updating some old DOS C code and am getting the following errors:

    Undefined symbol _O_RDONLY
    Undefined symbol _O_BINARY
    Call to function '_filelength' with no prototype
    ...
Results 1 to 3 of 3