i'm using delphi for coding. in order to compile, stuff at the top of the file needs to be matching the filename. eg. in a file called myFile.pas, i need to have text that says something like this:
Code: Select all
unit myFile;
but when i tried it, my transaction failed. is there something tricky i need to do to get this working? fortunately, no-one was looking this time, but i might need to do this again sometime in the future.
cheers,
grant