Search found 1 match

by Eric
Thu Oct 15, 2015 11:43 pm
Forum: Problems
Topic: Static defined dll with external packages
Replies: 1
Views: 8808

Static defined dll with external packages

I have static defined dll in exe.

function XXX: integer; external 'YYY.dll';

I included YYY.dll in an external package but protected exe still finds the dll with error.

If i have to dll in external package, do i have to load the dll dynamically?