Some of my friends asked me about the demo compilation process. I want to write a manual about the demo compilation process.
[Environment settings]
1. Add the diocp3 \ Source Path to the Delphi search path, [Tool-> options-> environment options-> Delphi options-> libaray path]
2. Open the project under samples \ for compilation.
[FAQs]
1. For Versions later than xe2, it is sometimes prompted that some VCL units cannot be found.
Solution:
Add a VCL domain to a project
2. In versions earlier than xe2, The system. actions cannot be found;
Solution
Delete it directly (some demos are completed on xe5 and xe6. This is automatically added. If there is no earlier version, you can delete it directly)
3. In D7, the following message is displayed: application. mainformontaskbar: = true; Compilation failed.
Solution:
You can simply delete it. D7 does not know this code, which is automatically generated in Versions later than 2007.
[Diocp3-instruction manual] About demo Compilation