[Bug 27514] New: Winole does not work with Wine
http://bugs.winehq.org/show_bug.cgi?id=27514 Summary: Winole does not work with Wine Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: iepc.programacion(a)gmail.com A 32 bits Windows .exe that requires Winole does not work in Wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-06-17 16:26:15 CDT --- What program is this? Is there a demo/download available? Wine version? Terminal output? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #2 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-18 03:37:31 CDT --- Winone is a feature of Windows. See: http://www.webopedia.com/TERM/O/OLE.html http://en.wikipedia.org/wiki/Object_Linking_and_Embedding -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-06-18 03:41:41 CDT --- (In reply to comment #2)
Winone is a feature of Windows.
See: http://www.webopedia.com/TERM/O/OLE.html http://en.wikipedia.org/wiki/Object_Linking_and_Embedding
Wine implements a large portion of the COM and OLE infrastructure, so you need to mention what specific program is having a problem, and what that problem is. See http://wiki.winehq.org/Bugs for bug reporting guidelines. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #4 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-19 12:26:55 CDT --- Demo is here: http://oron.com/vgep7x9iejo2/demo.zip.html Source code: Function Main() LOCAL loHyperlink := TOLEAuto():New( "Microsoft.XmlHttp" ) LOCAL cURL cURL := "http://www.fivetechsoft.com/secure/english/test.php" cURL := cURL + "?first=field1 Hello!!!" // loHyperlink:Open( "POST", cURL, .F. ) loHyperlink:Send( "" ) // Msgalert("Result of cURL"+CRLF+loHyperlink:responseText(),"La URL es: "+curl) // return nil -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ocean04(a)suomi24.fi --- Comment #5 from ocean04(a)suomi24.fi 2011-06-19 14:04:57 CDT --- Version field is unspecified? If you get ole error, you are using old wine. Demo doesn't work even in Windows. Source looks incorrect, it doesn't POST anything. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 mgsoft <iepc.programacion(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.2.2 --- Comment #6 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-19 15:16:35 CDT --- I am using 1.2.2. Just try to run under Wine and you will get the error. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-06-20 01:08:05 CDT --- (In reply to comment #6) 1.2.2 is an old version. Upgrade to at least wine-1.3.22 and report back. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 mgsoft <iepc.programacion(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.2.2 |1.3.22 --- Comment #8 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-20 02:50:58 CDT --- It persists. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 mgsoft <iepc.programacion(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.22 |1.3.23 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #9 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-06-25 18:01:19 CDT --- The test application works perfectly fine in wine-1.3.23 for me, so you should probably retest the demo application in a clean Wine prefix and attach relevant output as per http://wiki.winehq.org/FAQ#get_log if the problem persists. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 mgsoft <iepc.programacion(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-26 13:59:40 CDT --- It works in latest Wine. Thank you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27514 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-08 13:48:01 CDT --- Closing bugs fixed in 1.3.24. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org