Could you try find_library(joinpath(DL_LOAD_PATH, "Bid.dll"))
? IIRC, the second argument of find_library
should be a Vector
, so this might also work: find_library("Bid.dll", [DL_LOAD_PATH])
Could you try find_library(joinpath(DL_LOAD_PATH, "Bid.dll"))
? IIRC, the second argument of find_library
should be a Vector
, so this might also work: find_library("Bid.dll", [DL_LOAD_PATH])