Why does Graphviz fail on gvLayout?

前端 未结 1 1259
暖寄归人
暖寄归人 2021-01-19 05:56

Once again, here I am writing C without really knowing what I\'m doing...

I\'ve slapped together a simple function that I can call from a C# program that takes a DOT

相关标签:
1条回答
  • 2021-01-19 06:22

    Graphviz loads layout and rendering plugins dynamically based on information in a configuration file, which I had not copied to my application's directory.

    0 讨论(0)
提交回复
热议问题