Subj : Determine if a dll supports a certain call/has a certain function To : borland.public.cpp.borlandcpp From : Jeff Kish Date : Tue Dec 21 2004 08:59 am Hi. I've never loaded a DLL dynamically before. Is it possible if a DLL is simply linked into the application (not loaded dynamically) to determine from a calling programe that a certain function is available? What I'm trying to solve is add a function to a dll, but not have it blow up if an older NOP dll is in place in the executable directory. thanks Jeff Kish .