I'm facing a trouble when executing delphi project.(on Delphi7) It succeeded compiling but fails executing at LoadPackage(loaderpath) and the message looks like below.
"The procedure entry point @testbpl_common@initialization$qqrv could not be located in the dynamic library test.bpl"
The message which really isn't the one I got on my computer but I found it on the link having same trouble below. I tried the solution on the page, but still can't solve mine.
Please let me know other solution or the way of debug this kind of issue.
I solved this problem. The problem was %PATH% on my computer.
Since there is duplicated executable files on my computer, delphi loaded unexpected dll while executing. So I fixed %PATH% to solve this problem.
The way I find out this problem is below.