Hello everyone,
Quote:
Originally Posted by NickX700K
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
|
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.