Please see accompanying 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
The latest released version of the installer can be downloaded from:
https://swarm.workshop.perforce.com/download/guest/perforce_software/p4office/dist/P4OFC.exe
The main changes are:
For up-to-date details see CHANGELOG.txt in this directory.
This version is now community supported.
You can build your own version by consulting the BUILD.txt document. See also P4OFC-Design.docx
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
P4OFC - Interface to Perforce for Microsoft Office. =================================================== Please see accompanying [LICENSE.txt](https://swarm.workshop.perforce.com/projects/perforce-software-p4office/files/main/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](https://swarm.workshop.perforce.com/projects/perforce-software-p4office/files/main/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](https://swarm.workshop.perforce.com/projects/perforce-software-p4office/files/main/BUILD.txt) document. See also [P4OFC-Design.docx](https://swarm.workshop.perforce.com/projects/perforce-software-p4office/files/main/doc/P4OFC-Design.docx) 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
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 15674 | Robert Cowham | It's .docx not .doc | ||
#3 | 15673 | Robert Cowham | Fix URL links | ||
#2 | 15672 | Robert Cowham | Updated links in README. | ||
#1 | 14125 | Lester Cheung | Renaming README.txt to README.md so it gets picked up as the project landing page. | ||
//guest/perforce_software/p4office/main/README.txt | |||||
#2 | 11316 | Robert Cowham |
Note that the latest released version of the installer can be downloaded from: https://swarm.workshop.perforce.com/download/guest/perforce_software/p4office/dist/P4OFC.exe |
||
#1 | 11314 | Robert Cowham | Initial population of perforce_software version of P4OFC | ||
//guest/robert_cowham/perforce/P4OFC/main/README.txt | |||||
#3 | 11211 | Robert Cowham | Refer to CHANGELOG.txt | ||
#2 | 11162 | Robert Cowham |
Move build instructions to BUILD.txt Document status and debugging instructions in README.txt Document where to download latest. |
||
#1 | 10843 | Robert Cowham |
Initial version of P4OFC source code. See README.txt (and LICENSE.txt and doc\P4OFC-Design.docx) |