Can’t not run a .exe file which compileed with Graphviz libraries on Windows
I want to involve a Graphviz library gvc
in my Cpp project.
The Cpp project is an extremely simplified syntax analyser, and I include the graphviz/gvc.h
to draw syntax analysis tree.