ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Improve Windows native library loading #76

Closed ppebb closed 4 months ago

ppebb commented 4 months ago

Windows DLLs are extracted only if they are not already present, which presents a problem when the library changes. One solution would be to hash the dependencies at build time and then compare them with the files on disk.

Addresses story #74

ppebb commented 4 months ago

Implemented in branch libimprovement, needs testing since I'm not on windows.

ppebb commented 4 months ago

Addressed by pr #77