forked from Blaztix/MySQL-Front-last-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
88 lines (56 loc) · 2.37 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Development Enviroment:
=======================
Embarcadero Delphi XE4:
http://www.embarcadero.com/products/delphi/
Used packages:
==============
Active Query Builder VCL Edition:
http://www.activequerybuilder.com/
Axialis Pure Flat 2013 Toolbar Icons:
http://www.axialis.com/stock-icons/pure-flat-2013-toolbar.html
FastMM:
https://github.com/pleriche/FastMM4/
Synopse PDF:
https://github.com/synopse/SynPDF/
SynEdit:
https://github.com/SynEdit/SynEdit/
BCHexEditor:
https://github.com/bonecode/BCHexEditor/
Tools to build the setup program:
=================================
EurekaLog:
http://www.eurekalog.com/
Gawk for Windows:
http://gnuwin32.sourceforge.net/packages/gawk.htm
Help & Manual:
http://www.ec-software.com/
HTML Help Workshop:
http://go.microsoft.com/fwlink/?LinkId=14188
Inno Setup:
http://www.jrsoftware.org/isinfo.php
Placing the packages into the file system:
==========================================
Cleanup.bat will create the empty folders for the used packages.
Please download the packages from the given URLs and copy the sources /
resources into the related folders below the source folder: The .dpr and .pas
files into the "Source" folders, .res and .dfm files into the "Resource"
folders.
To get detailed memory leak information while debugging, please store the
FastMM_FullDebugMode.dll file into the "FastMM" folder directly. After this
please call Cleanup.bat again to copy it into the Temp folder.
Developing the program:
=======================
Inside Delphi first of all, you have to built all packages inside Delphi
(Menu: Project -> Build All Project).
All Designtime packages needs to be installed. This will be done inside the
IDE with the project manager (Menu: View -> Project Manager). For each
package, you have to make a right click -> Install.
Now, please close Delphi again and call Build_Setup.bat. This will build the
.res file for this program. If you did not install all tools for building the
setup program, the Build_Setup.bat will fail - but this is not a problem,
the .res file was build hopefully.
Now you can start Delphi again and build the program to execute it.
Building the setup program:
===========================
The setup program will be built with the Build_Setup.bat file.
With Cleanup.bat all temporary files can be deleted easily.