forked from xinpengdr/MySQL-Front
-
Notifications
You must be signed in to change notification settings - Fork 0
codyshao/MySQL-Front
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 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 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 Developing the program: ======================= Inside Delphi first of all, you have to download all packages from the given URLs. Store the source code into a new folder "Source" inside the file system. A new folder called "Resource" need the .res and .dfm files. After this, 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. 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.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Pascal 98.8%
- PHP 0.6%
- HTML 0.4%
- Batchfile 0.1%
- Inno Setup 0.1%
- JavaScript 0.0%