We implement part of our game logic with C++ DLLs, some of which provide entry points that are defined with the DLLFUNC statement in the script. I'm looking for documentation that tells what search order Acknex uses to find what it needs for satisfying those DLLFUNC statements. I thought I understood it until a DLL was loaded by surprise, from a location I didn't expect to be searched.