BillKilgore
Programmer
Hello All,
I put together a little routine that takes two similar .txt files, loads their data into two separate arrays, compares the two arrays, updates one array based on the data from the comparison, and writes out the updated array to one of the .txt files. This is a stand-alone project utilizing a single small .pas routine that compiled OK with one warning, "Unit 'FileCtrl' is specific to a platform ." The
FileCtrl always reappears during a save or a compile after having been deleted manually.
(I think that is a separate issue from the main problem. I'll deal with it later but thought I should
mention it just in case.)
Sounds simple and wasn't too hard to do but when I go to run it from my Delphi 7 editor on a Dell Vostro 1400 with Vista business I get the runtime error, "Unable to create process: The requested operation requires elevation." I don't understand what is meant by "elevation." The pascal program shows as being part of the associated project and the project code looks the same as other projects that do run. I've never encountered this before.
My question do any of you have any idea what this is about and how to go about over coming it?
This thing started out so simple and now it's a big deal.
Thank you for sticking with me to this point.
Bill Kilgore
I put together a little routine that takes two similar .txt files, loads their data into two separate arrays, compares the two arrays, updates one array based on the data from the comparison, and writes out the updated array to one of the .txt files. This is a stand-alone project utilizing a single small .pas routine that compiled OK with one warning, "Unit 'FileCtrl' is specific to a platform ." The
FileCtrl always reappears during a save or a compile after having been deleted manually.
(I think that is a separate issue from the main problem. I'll deal with it later but thought I should
mention it just in case.)
Sounds simple and wasn't too hard to do but when I go to run it from my Delphi 7 editor on a Dell Vostro 1400 with Vista business I get the runtime error, "Unable to create process: The requested operation requires elevation." I don't understand what is meant by "elevation." The pascal program shows as being part of the associated project and the project code looks the same as other projects that do run. I've never encountered this before.
My question do any of you have any idea what this is about and how to go about over coming it?
This thing started out so simple and now it's a big deal.
Thank you for sticking with me to this point.
Bill Kilgore