Finding DLLs
The locations Windows executable (.exe) programs search for DLLs they need to load are as follows (in order):
- The same folder as the .exe file
- The Windows system folders
- Along the PATH
Your compiled DataFlex applications will use this standard Windows executable behavior when searching for DLLs.