Changeset 704
- Timestamp:
- Jun 24, 2007, 9:15:07 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r671 r704 5 5 ³ See end of document for contact info ³ 6 6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 7 8 File Manager/2 (FM/2) starting with version 3.6 is being 9 built with OpenWatcom. Changing compilers can introduce 10 unexpected problem so you may want to backup your current 11 install, or at minimum have a working copy of the FM/2 12 version 3.5.9 warpin available for reinstall if problems arise. 13 To backup your current install simple zip up your install 14 directory with its subdirectories or copy them to a different 15 location.To restore simply copy the old FM/2 back to the 16 its original location. Remember you can't use the new FM/2 17 to do this since if it is running some files will be locked 18 and won't be replaced. If you didn't backup and need to go 19 back just install the 3.5.9 warpin package over the new 20 install. It will warn you that the install is newer but just 21 tell it to install anyway. The warpin install process is 22 designed to save all your customizations. Don't delete the 23 new install if you don't have a backup since this will result 24 in the loss of any custom chages you have made. If you need 25 to delete it to get the reinstall to work. Backup up the new 26 install and then copy the *.bmp, *.tls, *.dat, *.cmd & *.ini 27 files back to the install directory after the reinstall. 28 Don't copy the *.str files as they are version specific. 29 If you have problems be sure to report it (See Support 30 at the end of this file). 7 31 8 32 File Manager/2 (FM/2) is a free OS/2(Warp)/eCS Presentation … … 350 374 operations 351 375 376 - Trying to run Global.exe from the command line in 4OS2 377 (perhaps other shells) results in the execution of 4OS2's "Global" 378 command. Global.exe can be run by placing it in quotes or 379 prefixing it with *. See 4OS2's documentation for more information. 380 381 - As with any OS/2 program significant changes (such as our 382 change to OpenWatcom) will result in the incompatibility of 383 older (VAC) exes with new dlls and viceversa. Attempting to run 384 OpenWatcom exes with a VAC dll loaded in memory or in your 385 libpath ahead of the new version will result in a SYS3175 in 386 popuplog.os2. The reverse gives a SYS2070. If you experience these 387 problems search your libpath for fm3dll.dll and remove or rename 388 it. Your libpath should have "." (without the quotes) as your 389 first entry to minimize the likelyhood of this problem. FM/2's 390 installer does not add the FM/2 directory to the libpath. 391 352 392 - See http://svn.netlabs.org/fm2/report/1 for a complete list of 353 393 currently active bugs 394 354 395 355 396 -
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.