Micha Nelissen wrote:
Sam Liddicott wrote:
dbf_pgfile.pas(795,23) Error: Identifier not found "LockFile"
dbf_pgfile.pas(809,23) Error: Identifier not found "UnlockFile"
dbf_pgfile.pas(918) Fatal: There were 2 errors compiling module, stopping
It's impossible to lock files under windows ce? What is the API? Isn't
it a multi-tasking operation system? Anyway, locking was already
possible under DOS...
I didn't recognize them as API calls, but you are quite right:
http://msdn2.microsoft.com/en-us/library/aa365202.aspx
http://msdn2.microsoft.com/en-us/library/aa365715.aspx
I'll see what can be done.
Thanks
Sam