- Timestamp:
- Jun 24, 2007, 9:15:07 PM (18 years ago)
- Location:
- trunk/dll/ipf
- Files:
-
- 2 edited
-
BonusP.ipf (modified) (1 diff)
-
Trouble.ipf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/BonusP.ipf
r422 r704 59 59 Two other objects&comma. "See all files" and "Seek and scan" are created which 60 60 call up the Collector and go directly to dialogs for the appropriate purpose. 61 :p.Global Viewer&colon. Opens a global view of a drive or drives. 61 :p.Global Viewer&colon. Opens a global view of a drive or drives. Trying to run this program from 62 the command line in 4OS2 (perhaps other shells) results in the execution of 4OS2's "Global" 63 command. Global.exe can be run by placing it in quotes or prefixing it with *. See 4OS2's 64 documentation for more information. 62 65 .br 63 66 Filename GLOBAL.EXE. -
trunk/dll/ipf/Trouble.ipf
r606 r704 39 39 we were limited to under 1700. The main problem is PM is happy to over write this buffer. 40 40 The result is significant corruption of share memory forcing a reboot. We have limited drag 41 operations to maximum number of objects that will fit in the dragitem 42 structure (700- 1700 depending on path length and other factors)41 operations to maximum number of objects that will fit in the dragitem 42 structure (700-1700 depending on path length and other factors) 43 43 to prevent this problem. 44 :p. &endash. Trying to run Global.exe from the command line in 4OS2 (perhaps other shells) 45 results in the execution of 4OS2's "Global" command. Global.exe can be run by placing 46 it in quotes or prefixing it with *. See 4OS2's documentation for more information. 47 :p. &endash. As with any OS/2 program significant changes (such as our change to OpenWatcom) 48 will result in the incompatibility of older (VAC) exes with new dlls and viceversa. Attempting to run 49 OpenWatcom exes with a VAC dll loaded in memory or in your libpath ahead of the new version 50 will result in a SYS3175 in popuplog.os2. The reverse gives a SYS2070. If you experience these 51 problems search your libpath for fm3dll.dll and remove or rename it. Your libpath should have "." 52 (without the quotes) as your first entry to minimize the likelyhood of this problem. FM/2's installer 53 does not add the FM/2 directory to the libpath. 54 :p. &endash. Accessing a subdirectory on a vfat (fat) formatted USB removable drive may result 55 in a SYS3175. If this occurs try accessing the directory using "open" from the context (popup) 56 menu. Mounting it using netdrives' vfat plugin also solves the problem.
Note:
See TracChangeset
for help on using the changeset viewer.
