epanet-dev
epanet-dev copied to clipboard
Calling the dll from Windows VB6
Thanks to @bradleyjeck guide I was able to compile the dll on Windows using CMake 3.6.1 and the Visual Studio 2015 Community edition. However, I'm not sure what exactly is needed to call the dll from VB6, is this still going to be late binding (and need for a def file) or maybe early binding? I guess the first is better. Any help is appreciated.