Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to reference error while running epanet_toolkit. #757

Open
Rahulghuge94 opened this issue Oct 1, 2023 · 0 comments
Open

unable to reference error while running epanet_toolkit. #757

Rahulghuge94 opened this issue Oct 1, 2023 · 0 comments

Comments

@Rahulghuge94
Copy link

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;

error = EN_createproject(&ph);
error = EN_open(ph, "Example.inp", "net1.rpt", "");

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant