Search:

Type: Posts; User: dinklebaga

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,627

    Mats, Below is a small section of code that the...

    Mats,
    Below is a small section of code that the problem is occurring in:

    find_offset(sect, cyl, hd)
    unsigned long sect, hd, cyl;
    {
    char sectorsize = 512;
    unsigned long offset = 0;
    ...
  2. Replies
    3
    Views
    3,627

    Unsigned Long returning signed value

    Hi All,
    I don't know if any of you have used the digital mars c compiler but I am having issues with some of the functions within it. i would use something else but i need the 16-bit environment to...
Results 1 to 2 of 2