I have downloaded devphp source 2.0.6 but encountering problems with compiling it. I'm using Delphi 7.
1. Two packages in VCL directory installed without problems.
2. When compiling webServPack.dpk it says: [Fatal Error] webServPack.dpk(30): Required package Indy60 not found. Indy installed on machine, I don't know the version but not 60.
3. When open devphp.dpr I can't load MainForm (frmMain). It pops up such errors: "TTBDock not found", "Error Reading AutoComplete.Options: Invalid Property value", "Error Reading scpParam.Columns: Property Columns doesn't exist" and "Error Reading AutoComplete.Columns: Property Columns doesn't exist", ...
If some one how to fix listed above errors please post your instruction. Thank you very much for help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The best way to compile DEV-PHP is using the cvs sources. Download tortoise CVS and get the sources/modules with the parameters written on the homepage. You can also get the sources used from synedit and TTBDock. The indy components are version 9 for Delphi 6. Download this from the indy-homepage.
The source package 2.0.6 contains only the sources from the DEV-PHP-Project without the sources from other packages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have downloaded devphp source 2.0.6 but encountering problems with compiling it. I'm using Delphi 7.
1. Two packages in VCL directory installed without problems.
2. When compiling webServPack.dpk it says: [Fatal Error] webServPack.dpk(30): Required package Indy60 not found. Indy installed on machine, I don't know the version but not 60.
3. When open devphp.dpr I can't load MainForm (frmMain). It pops up such errors: "TTBDock not found", "Error Reading AutoComplete.Options: Invalid Property value", "Error Reading scpParam.Columns: Property Columns doesn't exist" and "Error Reading AutoComplete.Columns: Property Columns doesn't exist", ...
If some one how to fix listed above errors please post your instruction. Thank you very much for help.
The best way to compile DEV-PHP is using the cvs sources. Download tortoise CVS and get the sources/modules with the parameters written on the homepage. You can also get the sources used from synedit and TTBDock. The indy components are version 9 for Delphi 6. Download this from the indy-homepage.
The source package 2.0.6 contains only the sources from the DEV-PHP-Project without the sources from other packages.