Skip to content

zhouhanjiang/MySQL-Front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

ShellBrowser:
http://www.jam-software.de/shellbrowser_delphi/

Synopse PDF:
http://synopse.info/fossil/wiki?name=PDF+Engine

SynEdit:
https://github.com/SynEdit/SynEdit/


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 98.7%
  • PHP 0.5%
  • HTML 0.4%
  • Batchfile 0.2%
  • POV-Ray SDL 0.1%
  • Inno Setup 0.1%