Using RadAsm with Free Pascal

Started by TmX, December 03, 2008, 03:31:41 AM

Previous topic - Next topic

TmX

Thanks to RadAsm, now I have another IDE for Free Pascal (beside Lazarus)  :U

My problem is, I can't make RadAsm with FPC at the moment.
Here's my paths setup :


Then when I try to build the demo :


Any suggestions ?  ::)

KetilO

Hi

RadASM is capable of setting up its own environment.

Update the environment to reflect your installation of Free Pascal.

1. Use Project / Set Assambler and select fp (or open a fp project).
2. Use Option / Environment Variables and set the path variable to:

C:\FPC\2.3.1\bin\i386-win32;

KetilO

TmX

Ah that works. Many thanks!  :U

BTW, what's the purpose of App in the Paths Setup?
Is the Environment Variables not enough?


KetilO

That depends on how project build options are configured. fp is by default set up to use environment.

The App acronyme is $A and can be used in build options, tools and help menu.

KetilO

TmX

How to build resource?



I know FPC uses windres.exe, but I don't know how to configure it in RadASM.
Project Options -> Compile Rc -> what to fill in?