[Mono-bugs] [Bug 82005][Wis] New - Gui exe send arguments badly to console exe
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 3 19:55:36 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by surfzoid2002 at yahoo.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=82005
--- shadow/82005 2007-07-03 19:55:36.000000000 -0400
+++ shadow/82005.tmp.31867 2007-07-03 19:55:36.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 82005
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: MDV 2007 Cooker (updated daily)
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: surfzoid2002 at yahoo.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Gui exe send arguments badly to console exe
+
+I write a solution with VB Express under MS, this solution have two project
+one is console based and run fine under linux and windows
+Second is Winform based and it's a GUI to start the exe of the console
+project with argument, for exemple when yu clique on a button i start like this
+process.start("CRLF2LF.exe",arg)
+where arg is a string and value is something like "c:\mydir\myfile.txt" or
+"/home/user/file.txt"
+So i start gui from a console with
+mono ./CRLF2LFGui.exe
+and when i click on my button to start the exe of the console i have this
+result :
+
+[root at surfzoidPC Debug]# mono CRLF2LFGui.exe
+xdg-open: unexpected argument '/root/Telechargement/Debug/win/CRLF2LF.xml'
+Try 'xdg-open --help' for more information.
More information about the mono-bugs
mailing list