Metis on windows

hi,
How I can use Metis functions with VC6 on windows?

RE: You need to define METIS's

You need to define METIS's functions as external C functions in your C++ program.

The following explains how to do this.