Hello!
Robert P. Ewing wrote:
I am having trouble with compiling grx20-using programs under RHIDE. Specifically, I can't seem to compile BLT_TEST.PAS under RHIDE, even though I *can* compile it successfully from the command line.
[...]
This looks as if RHIDE would compile, but not correctly `--automake' the project.
How are you trying to compile the program from RHIDE?
The following should work:
* Open a project "foo" (menu "project").
* Enter "foo.pas" as the Pascal "primary file" (menu "project").
* Add `grx20' (plus, under Linux, `svga' (or `grx20X' and `X11')) to the libraries (menu "options").
* Compile the project with `make' (menu "compile", item "make" - or the hotkey F9).
After that, an executable "foo.exe" (under Linux: "foo") should exist. You can execute it directly from RHIDE using "run" (menu "run" - or the hotkey Ctrl+F9).
Does this work?
In the worst case, please try to give `grx20.o' as an additional "compiler option", and let me know what this changes.
Good luck,
Peter