Recently, I tried install a package .bpl on my computer but it always shows "Delphi Can't load package the specified module cannot be found"
I found the problem was that one of the unit if I export the Function (pre-define) then it will show this problem. If I don't pre-define the function then I can install the package. However, I need the function from this problematic unit for other unit.
As picture below shown, if I command the red-block area then I can install this package
However, I will add other Units in the same project, which I will need the function from this D2XXUnit. Can someone help me out?? I totally have no idea why does this happen cause the same package I can install on other computer.
Thanks!!
I've already search some solution, most of them are referring that the directory may be wrong but that's not the case for me.