
Bloodshed Dev-Pas v1.2 question
Quote:
> What does the error message "Only one source file supported.. - Error
> executing file, you may have compiler error or maybe the compiled file
> is a unit" mean?? That happened when I open up sample .pas files from
> TurboPascal. How can I distinguish a compilable .pas from unit file??
A unit starts with the keyword "unit" followed by the name of the unit
and a semi-colon.
But your main problem is probably that {*filter*}shed Dev-Pas is based on a
*very* old version of the Free Pascal Compiler (0.9.5 I believe, which
is about 3 years old or so). I don't know whether it's possible to
upgrade the compiler seperately from the IDE with that package, but if
it is, you should be able to get around most problems by installing FPC
1.0 over it.
More info can be found at < http://www.*-*-*.com/ >. We now also
bundle our own IDE (fp.exe), but it's still in beta (unlike the compile
itself, which is release quality)
Jonas