How to indicate a specific path to julia libdl find_library()?

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])