Parte do software EPANET é desenvolvida em linguagem Delphi (ambiente gráfico) e parte em linguagem C (biblioteca DLL de cálculos hidráulicos). Em ambas as partes, é necessário fazer a depuração do código fonte para verificação de erros de programação. A DLL não é depurada no ambiente Delphi, pois o código já está compilado de forma externa e em outra linguagem. A solução encontrada foi depurar a DLL na IDE DEV-C++ utilizando o executável principal como software chamador.
Part of EPANET software is developed in Delphi language (graphical environment) and partly in C language library (DLL hydraulic calculations). In both parts, it is necessary to debug the source code to check for programming errors. The DLL is not debugged in the Delphi environment, since the code is already compiled externally and in another language. The solution was to debug the DLL in the IDE DEV-C++ using the main executable software as caller.