How to register dll's
Posted: Fri Mar 27, 2015 3:11 pm
Hi
I packed my small application written with C++Builder with the public domain Graphviz application dot.exe and some dll's which are needed by dot.exe. My application NetView.exe calls dot.exe to generate a plot of the graph which is defined in a file *.dot.
Are the dll's from the Graphviz application automatically registered? I don't see an option to do that in the GUI of Enigma Virtual Box.
The other question is if my application finds dot.exe when it's called by cmd /c ...Does it search automatically in the %DEFAULT FOLDER% ? Knows cmd.exe this folder?
Thanks and best regards
I packed my small application written with C++Builder with the public domain Graphviz application dot.exe and some dll's which are needed by dot.exe. My application NetView.exe calls dot.exe to generate a plot of the graph which is defined in a file *.dot.
Are the dll's from the Graphviz application automatically registered? I don't see an option to do that in the GUI of Enigma Virtual Box.
The other question is if my application finds dot.exe when it's called by cmd /c ...Does it search automatically in the %DEFAULT FOLDER% ? Knows cmd.exe this folder?
Thanks and best regards