"Robert P. Ewing" a écrit :
OK, one last message and I have to run.
Just for good measure, I put a second copy of libgrx20.a in the regular library directory (lib/gcc-lib/djgpp/2.952). Then from the command line, I issued gpc --automake -v -o taste.exe taste.pas 2> progress.dat
you need to type instead
gpc --automake -v -o taste.exe taste.pas -lgrx20 2> progress.dat ^^^^^^^ grx20 is not one of the gpc default libraries
within rhide you should click Option/Libraries add there grx20 and check [x] the corresponding line
Maurice