Brooks Computing Systems has created a totorial that demonstrates how to create a Rave Report in Delphi XE.
Click here to launch the tutorial now.
The URL for the tutorial is http://bcsjava.com/fws/ravetut01
Please feel free to offer feedback for this tutorial.
This blog supports activities for application development using the Delphi programming language.
Showing posts with label source code generator. Show all posts
Showing posts with label source code generator. Show all posts
Friday, December 10, 2010
Saturday, November 13, 2010
Delphi XE Source Code Generator Skeleton One
Here is the documentation for the skeleton used to generate source code with not data support.
Click Here To View The Documentation
http://www.blogger.com/img/blank.gif
Click Here To View The Documentation
http://www.blogger.com/img/blank.gif
Monday, November 8, 2010
BCS Delphi XE Source Code Generation Tutorials
Below is a link to the BCS Delphi XE Source Code Generation Tutorials. Please feel free to comment of what is presented in these tutorials.
http://bcsjava.com/fws/xecodegen/
Arch Brooks, Software Engineer
http://bcsjava.com/fws/xecodegen/
Arch Brooks, Software Engineer
Monday, October 18, 2010
BCS Delphi XE Code Generation Abstract
The BCS Delphi source code generator produces bug free source code that allows the technician a jump start on projects. The .pas, .dfm, .dpr and .proj source code files are created. If the technician selects to generate a component based on the source code then the nnnpk.pkg, nnn.pk.proj, nnndp.pas files are created which allows the installs the newly created code onto a VCL component palate as a component. Simultaneously a component tester is also generated which allows testing of the newly installed component.
Typically the technician will work with the stand alone executable version of the generated code until the desired functionality is attained. Then the component project would be invoked. After the component is installed the component tester would be invoked to test the newly installed component.
Some of the consideration for writing a Delphi XE source code generator.
A sub directory processor must be available. The target sub directory will be created if it does not exist. The code generator should terminate if code is being requested for an existing sub directory.
For source code tailoring there must be a facility to find and replace all occurrences of certain text strings.
For project (.proj) files a facility to create GUID's is required to make the projects viable as designed by Ebmarcadero.
A facility to read skeleton source code is required. The source code is updated and a facility to write the newly created source code to the target directory and respective file.
A copy facility must be available to handle known resource files.
Typically the technician will work with the stand alone executable version of the generated code until the desired functionality is attained. Then the component project would be invoked. After the component is installed the component tester would be invoked to test the newly installed component.
Some of the consideration for writing a Delphi XE source code generator.
A sub directory processor must be available. The target sub directory will be created if it does not exist. The code generator should terminate if code is being requested for an existing sub directory.
For source code tailoring there must be a facility to find and replace all occurrences of certain text strings.
For project (.proj) files a facility to create GUID's is required to make the projects viable as designed by Ebmarcadero.
A facility to read skeleton source code is required. The source code is updated and a facility to write the newly created source code to the target directory and respective file.
A copy facility must be available to handle known resource files.
Friday, October 15, 2010
BCS Delphi XE Source Code Generator
Hello Folks,
We have launched a new project dedicated to Delphi XE Source Code Generator! The project may be found at the link below.
http://sourceforge.net/projects/bcsxescgen
Click here to view the video tutorials and documentation.
Please feel free to contribute to this project in ways you deem necessary.
Thanks
Arch Brooks
We have launched a new project dedicated to Delphi XE Source Code Generator! The project may be found at the link below.
http://sourceforge.net/projects/bcsxescgen
Click here to view the video tutorials and documentation.
Please feel free to contribute to this project in ways you deem necessary.
Thanks
Arch Brooks
Subscribe to:
Posts (Atom)
