Project

General

Profile

Actions

Support Request #9863

closed

Loading external DLLs on generating plugindescription not working properly

Added by hidden over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Customer:
AUDI
Department:
EF
Requester's Priority:
Normal
Support Level:
3rd Level
Resolution:
Solved Issue
Affected Products:
Platform:
Windows 10 64bit
Topic:
ADTF::PluginDescription
FAQ Links:

Description

trying to generate the pd for a filter with cmake macro "adtf_create_plugindescription" fails, if the filter needs external dlls to load.
DEPENDENT_DYNAMIC_LIBS argument seems broken in line adtfmacros.cmake:462
set(DYN_LIB_ARGS ${DYN_LIB_ARGS} --dynamic-link ${DYN_LIB_RESOLVED_PATH})

set command misses quotation marks. this also seems broken more set commands within the file.

it is also very unconvient, that every single dll must be added, which might be dozens. it would be much better, if it is possible the expand the path variable with custom search dirs for external dlls, e.g. with env command within the cmake_custom_target directive at line adtfmacros.cmake:486

Resolution
The presumed defect resolved itself and a product issue for a related feature request has been opened.

Actions

Also available in: Atom PDF