Changes between Version 1 and Version 2 of Ticket #16, comment 1
- Timestamp:
- Aug 4, 2015, 10:44:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16, comment 1
v1 v2 1 1 I 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:2 Possible, this is because the linker directive: 3 3 4 4 segment type DATA LOADONCALL NONSHARED 5 5 6 so, the last directive needs to be SHARED ?6 so, the last directive needs to be SHARED...