Changeset 704 for trunk/dll


Ignore:
Timestamp:
Jun 24, 2007, 9:15:07 PM (18 years ago)
Author:
Gregg Young
Message:

Documentation update OpenWatcom & global.exe

Location:
trunk/dll/ipf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/BonusP.ipf

    r422 r704  
    5959Two other objects&comma. "See all files" and "Seek and scan" are created which
    6060call 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
     62the command line in 4OS2 (perhaps other shells) results in the execution of 4OS2's "Global"
     63command. Global.exe can be run by placing it in quotes or prefixing it with *. See 4OS2's
     64documentation for more information.
    6265.br
    6366Filename GLOBAL.EXE.
  • trunk/dll/ipf/Trouble.ipf

    r606 r704  
    3939we were limited to under 1700. The main problem is PM is happy to over write this buffer.
    4040The 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)
     41operations to maximum number of objects that will fit in the dragitem
     42structure (700-1700 depending on path length and other factors)
    4343to prevent this problem.
     44:p. &endash. Trying to run Global.exe from the command line in 4OS2 (perhaps other shells)
     45results in the execution of 4OS2's "Global" command. Global.exe can be run by placing
     46it 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)
     48will result in the incompatibility of older (VAC) exes with new dlls and viceversa. Attempting to run
     49OpenWatcom exes with a VAC dll loaded in memory or in your libpath ahead of the new version
     50will result in a SYS3175 in popuplog.os2. The reverse gives a SYS2070. If you experience these
     51problems 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
     53does 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
     55in a SYS3175. If this occurs try accessing the directory using "open" from the context (popup)
     56menu. Mounting it using netdrives' vfat plugin also solves the problem.
Note: See TracChangeset for help on using the changeset viewer.