Changes between Version 1 and Version 2 of Ticket #16, comment 1


Ignore:
Timestamp:
Aug 4, 2015, 10:44:26 PM (10 years ago)
Author:
Valery V. Sedletski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16, comment 1

    v1 v2  
    11I see the math387s.lib library routines linked with the ufat32.dll binary, so I'm wondering if it insufficient (In the linker map I see it uses only standard doscalls, msg and nls libraries -- no unusual runtimes). And, I use OpenWatcom to compile the IFS and other parts of fat32 package.
    2 Maybe, this is because the linker directive:
     2Possible, this is because the linker directive:
    33
    44segment type DATA LOADONCALL NONSHARED
    55
    6 so, the last directive needs to be SHARED?
     6so, the last directive needs to be SHARED...