Link to home
Start Free TrialLog in
Avatar of mybluegrass
mybluegrass

asked on

Compile Pascal using FPC and Lazarus

I got an open source code written in Pascal but I need to compile them into an exe file: options.exe.

According to the help, the source codes are written in Pascal using FPC and Lazarus. But I don't know what it means and how to compile them.

Here is the link to the source code in zip file. I uploaded to google doc.

http://docs.google.com/leaf?id=0B7Z-QQ2hs5w0Mzk2NjdiYTItNWQ4MC00OTkwLTg4ODItOWYwODNhOGMzNDE3&hl=en

Thanks for the help!

Ming
ASKER CERTIFIED SOLUTION
Avatar of Superdave
Superdave
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mybluegrass
mybluegrass

ASKER

Thanks! I've installed both Lazarus and FPC. Now in my source folder, I have the following files:

fpc-res.or
manifest.rc
Options.ico
Options.lpi
Options.lpr
Options.lrs
Options.manifest
Options.or
Options.rc
Options.res
Print.ico
Unit1.lfm
Unit1.lrs
Unit1.pas
Unit1.ppu

How can I even get started to compile and then generate an .exe file?

Thanks a lot!

Ming
I figured out the way by just loading the Ooptions.lpr file and click on run. That's all it takes. Thanks a lot for the help!

Ming