arkkimede
2012-07-18 08:12:34 UTC
Hi!
I'm a c programmer that usually produce console application.
To improve the look of my software, I'm studying Visual Basic.
The idea is implementing a Graphical User Interface with VB, this produces an input file and execute the cygwin code by mean the instruction
System.Diagnostic.Process.Start("nome_of_executable.exe")
I joint also that in the directory where is the executable there are all the
dll required by the cygwin executable to run. In fact, on windows, pushing on the executable it run correctly, but in VB it does not run.
Could you help me?
TIA
I'm a c programmer that usually produce console application.
To improve the look of my software, I'm studying Visual Basic.
The idea is implementing a Graphical User Interface with VB, this produces an input file and execute the cygwin code by mean the instruction
System.Diagnostic.Process.Start("nome_of_executable.exe")
I joint also that in the directory where is the executable there are all the
dll required by the cygwin executable to run. In fact, on windows, pushing on the executable it run correctly, but in VB it does not run.
Could you help me?
TIA