ASB> How do I tell gpc that my program uses the gpc unit?
AO> uses gpc;
Logical enough! (I like Pascal :-)
I'm not sure whether I need to feed gpc some kind of library prefix, but when I try compiling my program I get...
test4.pas:2: module/unit interface `Gpc' could not be imported
- Andy Ball