I have a problem servicing an old Delphi program (D7). Most of the program logic is in a DPR file (this is not a window program), and some devices provide features such as access to the database. We need to get debugging from the database block, but the debugging functionality is in DPR. We cannot easily deprive debugging functionality because it uses material unique to DPR, as well as its main channel. Separating it would be like trying to separate spaghetti and meatball sauce.
So, what do we call a function declared in the DPR domain from a slave? What is equivalent to :: operator in C ++?
Please do not tell me to reverse engineer the application. I would love to, but they will not give us the necessary time. Plus, if we reverse engineered this puppy, it would not be in Delphi.
source
share