-
as seen on Developper.com
- Search for 'Developper.com'
Android : Développer en Pascal
Est désormais possible grâce au compilateur open-source Free Pascal
Depuis la version 2.3 d'Android, il est possible de produire du code Android natif sans avoir à écrire une seule ligne de code en Java.
Avec le compilateur Free Pascal, un outil open-source…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is anyone aware of a Pascal interpreter/compiler which is embeddable in C++ (or anything else other than Pascal) applications? I am cloning (for lack of a better word) an application which uses an Object-Pascal compatible scripting language and needs to be script compatible. Am I going to end up writing…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Reading Niklaus Wirth, one can notice that despite some popularity of Pascal, he is not glad that Oberon (as a "polished" successor of Pascal and Modula) didn't get much popularity. I never did anything in Oberon, but reading the page Oberon For Pascal Developers I really did not like many of the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is the code section from inno setup.My intention is to make two Checkbox where at a time one is being selected.
But this code return error.
[code] section:
procedure CheckBoxOnClick(Sender: TObject);
var
Box2,CheckBox: TNewCheckBox;
begin
if CheckBox.Checked then
CheckBox.State := cbUnchecked;
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Salutations,
Need some help writing this;
a pseudocode that accepts as input the name and sections(160, 220, 280, 350, 425) of a masquerader, continue to run until a blank name is input. After that, pseudocode should process the amount the masquerader pay.Then pseudocode code output masqueraders…
>>> More