Skip to content

Finding DLLs

The locations Windows executable (.exe) programs search for DLLs they need to load are as follows (in order):

  1. The same folder as the .exe file
  2. The Windows system folders
  3. Along the PATH

Your compiled DataFlex applications will use this standard Windows executable behavior when searching for DLLs.

See Also