Tagged Questions

0
votes
1answer
32 views

Any hints on programming Dia with Python extensions?

I'm searching for documentation on how to do it properly. Any hints?
0
votes
2answers
128 views

Help needed for DIA SDK & DbgEng

Hi everyone, Are DIA SDK & DbgEng (Not the DbgHelp) both COM based API and based on DbgHelp? If so, how can I call DbgEng API from a C# application. I can import the DIA library to C# project …
1
vote
5answers
372 views

Using Visio (Dia) to Map Out Algorithms

I was just wondering how many experienced programers out there actually map out their process or algorithms in a program like MS Visio or Gnome Dia? I am trying to code some complex PHP for my …