Current location - Trademark Inquiry Complete Network - Tian Tian Fund - How to understand delphi with package compilation
How to understand delphi with package compilation
1. After compiling with packages, if your program wants to run on a machine without Delphi, you must take these bpl packages to that machine. The common path of bpl package is: C:\Borland\Delphi7\Bin\*.bpl.

2. "I didn't see those packages in the folder where I saved the project?" This sentence is really poor. Windows needs a lot of dll files to run normally. No one has ever seen these files lying on the desktop, and many of them are under C:\Windows\System32. Bpl is a special dynamic link library. It doesn't have to be in the shrimp project folder, but it can be anywhere.