Alejandro Villarroel wrote:
In the Project menu, there is a options called primary file, what exactily I
have to write there? the name of the *.pas file?
Yes. The name of the `.pas' file that contains the main program.
because I did that and the it said that It cannot import the Module/unit gpc.
And what happens if you try GPC from outside RHIDE with a command as follows?
gpc --automake example.pas -o example
If this does not work, please try
gpc -v --automake example.pas -o example
which will output information from where you (and we) can see where GPC is trying to look for units and what is going wrong.
Peter