P4OFC - Interface to Perforce for Microsoft Office. =================================================== Please see accompanying [LICENSE.txt](LICENSE.txt) This is the Open Source version of P4OFC, first released in November 2014. It supersedes the official release from Perforce (from ftp site) which was last released for 2007.3 Obtaining the latest build (installer) ====================================== The latest released version of the installer can be downloaded from: https://swarm.workshop.perforce.com/download/guest/perforce_software/p4office/dist/P4OFC.exe Changes to Official P4OFC ========================= The main changes are: - uses a 2014.1 P4COM (P4API) which allows: - working with SSL Perforce servers - working with documents in Streams depots - network performance enhancements - different installer used (InnoSetup) - tweaks for improved working with Word 2010/2013 for diffs. For up-to-date details see [CHANGELOG.txt](CHANGELOG.txt) in this directory. Support ======= This version is now community supported. Building P4OFC ============== You can build your own version by consulting the [BUILD.txt](BUILD.txt) document. See also [P4OFC-Design.doc](doc/P4OFC-Design.doc) Debugging ========= To enable debugging in P4OFC please download the program DebugView from the Sysinternals site: http://technet.microsoft.com/en-gb/sysinternals/bb896647.aspx Then edit your registry and change the following settings: [HKEY_CURRENT_USER\Software\Perforce\P4OFC] Set values of type RegDWORD: "DebugTrace"=1 "DebugTraceVB"=1 Then run DebugView and start the Office app - make sure various strings are being output to the debug window before continuing. Now reproduce the bug and send me the debug trace.You can turn the debugging off again by setting the above registry values to 0 (zero). Robert Cowham rcowham@perforce.com / robert@vaccaperna.co.uk