Thread: New Member
View Single Post
  #9  
Old 23-10-2018, 13:37
JRD!'s Avatar
JRD! JRD! is offline
Registered User
 
Join Date: Sep 2015
Location: Matrix
Posts: 274
Thanks: 225
Thanked 600 Times in 168 Posts
JRD! is on a distinguished road
Hello everyone,
Quote:
Originally Posted by NickX700K View Post
Hi Everone
I am new in there and i love to make a script setup.
How i can to begin?
Please Help And show me.....
You can use Inno Setup Ultra, it contains tools useful for the construction of important projects but also a library of examples of scripts that will be useful to you.

Quote:
Originally Posted by kassane View Post
This documentation can help you as it is fairly up to date.
Modern Object Pascal - Introduction
A Delphi programmer can not use Lazarus to write Delphi code because Lazarus is not Delphi. Lazarus is actually an IDE and a set of Delphi-ish class libraries for Free Pascal.
But note that things like Delphi's VCL are not there, and to be perfectly simple, Lazarus' debug and IDE experiments are rather uneven, even if they are free, which matters a lot.

If you want to develop with a free IDE, you can install the free version of Embarcadero here:

https://www.embarcadero.com/products.../free-download

Simply register, you will receive an email with a link to download the launcher. Remember to include help when selecting components to install.

If I have to give you one or two tips it would be to learn the basics of language, and use the "F1" help whenever you have a question. This works for object properties / events, reserved words, variable types, constants, functions, procedures.
This only works if the help file contains the requested information. You can also go to http://www.delphibasics.co.uk where many code examples are present.

Good luck and good programming.
Attached Files
File Type: 7z InnoUltraV5.5.1.7z (53.89 MB, 63 views)
__________________
Practice makes perfect.
Reply With Quote
The Following User Says Thank You to JRD! For This Useful Post:
felice2011 (24-10-2018)