forked from xinpengdr/MySQL-Front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
82 lines (53 loc) · 1.94 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
Development Enviroment:
=======================
Embarcadero Delphi XE2:
http://www.embarcadero.com/products/delphi
Used packages:
==============
FastMM:
http://sourceforge.net/projects/fastmm/
TPerlRegEx:
http://www.regular-expressions.info/delphi.html
DISQLite3:
http://www.yunqa.de/delphi/doku.php/products/sqlite3/
Synopse PDF:
http://synopse.info/fossil/wiki?name=PDF+Engine
Unicode SynEdit:
http://synedit.svn.sourceforge.net/viewvc/synedit/
Active Query Builder VCL Edition:
http://www.activequerybuilder.com/
ShellBrowser:
http://www.jam-software.de/shellbrowser_delphi/
Mirkes MPHexEditor:
https://launchpad.net/dcr/
Note: MPHexEditor was developed by Markus Stephany, who stopped his work.
Later on the Delphi Code Revival project worked on it - but seems not
very long. Inside this project there is a own transformation from Delphi 7
to Delphi XE2.
Tools to build the setup program:
=================================
EurekaLog:
http://www.eurekalog.com/
Gawk for Windows:
http://gnuwin32.sourceforge.net/packages/gawk.htm
Ultimate Packer for eXecutables (UPX):
http://upx.sourceforge.net/
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
Debugging:
==========
Inside Delphi first of all, all packages has to be built (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.
To get detailed memory leak informations while debugging, you have to store
FastMM_FullDebugMode.dll inside the Temp folder.
Building the setup program:
===========================
The setup program will be built with the Build_Setup.bat file.
With Clean.bat all temporary files can be deleted easily.