You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im running sample programs from epanet in gcc. i have kept required headers in same directory but program unable to find the function inside header file.
#include <stdio.h>
#include "epanet2_2.h"
im running sample programs from epanet in gcc. i have kept required headers in same directory but program unable to find the function inside header file.
#include <stdio.h>
#include "epanet2_2.h"
int main()
{
EN_Project ph;
int error;
}
The text was updated successfully, but these errors were encountered: