The compiler was complaining that it couldn't find 'Masks.dcu'. I changed a line in the file ViewToDoFm.pas from 'uses Masks;' to 'uses Mask;' and it seemed to be happy, but then I got a new error. It says 'Undeclared Identifier: 'MatchesMask''. I looked this function up on google groups and it sounds as though this function is only included in the client/server edition of delphi. I am using the personal edition of delphi 6.0 (build 6.240) with update pack 2. Can I compile Dev-C++ with this version?
Please accept my apologies if this is a stupidly simple matter - I haven't done much with Delphi before.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having trouble compiling Dev-C++ (from CVS).
The compiler was complaining that it couldn't find 'Masks.dcu'. I changed a line in the file ViewToDoFm.pas from 'uses Masks;' to 'uses Mask;' and it seemed to be happy, but then I got a new error. It says 'Undeclared Identifier: 'MatchesMask''. I looked this function up on google groups and it sounds as though this function is only included in the client/server edition of delphi. I am using the personal edition of delphi 6.0 (build 6.240) with update pack 2. Can I compile Dev-C++ with this version?
Please accept my apologies if this is a stupidly simple matter - I haven't done much with Delphi before.
Yes, I have noticed that.
I 'm preparing a replacement function...
Yiannis.
Cool. Thanks, Yiannis.
I actually found a replacement function on google groups. Take a look at the following page:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=tkoumt4b50npd6hl8611a21vaquckqktc5%404ax.com&rnum=1&prev=/groups%3Fq%3D%252Bbored%2B%252Bmatchesmask%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den
If the URL doesn't work, just search for "+matchesmask +bored" on google groups (minus the quote marks) and you should be able to find it.
Don.