Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomc1985
3642 days ago
Delphi binaries dont have any dependencies, right?
1 comments
pjmlp
3642 days ago
You can have it both ways, dynamic or static compilation.
If you using COM or third party dlls, which is quite common on Windows, then you need those as well.
link
If you using COM or third party dlls, which is quite common on Windows, then you need those as well.