You are here

Delphi

8 posts / 0 new
Last post
digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Delphi

Yeah, I wanted to make something for the platform and wanted to see the source for the menu to get inspiration, when captain obvious shot me with a hand gun and I realized I didn't know Delphi commands. I couldn't find anything in the library catalog, and I couldn't find anything on the internet other than an online manual for Delphi 4. I realized that John would know this, but he doesn't regularly post here. So here is my question:
Does anybody got a good online manual of Delphi (Link Please) and a link to a free compiler?
I wonder how many questions I post in the off-topic forum...
Edit: Does anyone know of a good editor that supports delphi? Notepad++ doesn't work.

Patrick Patience
Offline
Last seen: 4 years 4 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Turbo Delphi

Turbo Delphi is the free compiler from CodeGear(?), but Lazarus compiles some Pascal as well and is open source.

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
I know about pascal

I read that Delphi is a object-oriented hybrid. I'll check out Turbo Delphi, maybe use PAC on it, but I still don't know how to do Delphi.

Insert original signature here with Greasemonkey Script.

PieterK
PieterK's picture
Offline
Last seen: 13 years 10 months ago
Joined: 2007-07-17 15:07
As said:

As said: use the Turbo Delphi Compiler of CodeGear. It's free but you have to register to use it. As far as I remember Lazarus is able to compile "some" Delphi code but imho your best bet is Turbo Delphi of CodeGear.
An online tutorial can be found here and here

Optimism is a moral duty - Karl R. Popper

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Thanks

for the tutorial, PieterK.
Now I can start on writing that little thingy I wanted to write for the menu :D.

Insert original signature here with Greasemonkey Script.

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Darn,

I can't seem to find a free editor for it (Notepad++ doesn't work).

Insert original signature here with Greasemonkey Script.

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 3 months ago
Developer
Joined: 2006-12-06 18:07
Do you read what we post at

Do you read what we post at all?

https://portableapps.com/node/13789#comment-85180

https://portableapps.com/node/13789#comment-85233

And what doesnt work about Notepad++? I just opened up a .pas file with no issues, syntax highlighting worked correctly too.

The developer formerly known as ZGitRDun8705

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
oh...

I was reading main.dcu.
Now all I have to do is figure out what part of the code does the app searching...

Insert original signature here with Greasemonkey Script.

Log in or register to post comments