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@winehq.org ReportedBy: iepc.programacion@gmail.com
A 32 bits Windows .exe that requires Winole does not work in Wine.
http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #1 from Austin English austinenglish@gmail.com 2011-06-17 16:26:15 CDT --- What program is this? Is there a demo/download available? Wine version? Terminal output?
http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #2 from mgsoft iepc.programacion@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
http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #3 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #4 from mgsoft iepc.programacion@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
http://bugs.winehq.org/show_bug.cgi?id=27514
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ocean04@suomi24.fi
--- Comment #5 from ocean04@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.
http://bugs.winehq.org/show_bug.cgi?id=27514
mgsoft iepc.programacion@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.2.2
--- Comment #6 from mgsoft iepc.programacion@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.
http://bugs.winehq.org/show_bug.cgi?id=27514
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #7 from Jerome Leclanche adys.wh@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.
http://bugs.winehq.org/show_bug.cgi?id=27514
mgsoft iepc.programacion@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.2.2 |1.3.22
--- Comment #8 from mgsoft iepc.programacion@gmail.com 2011-06-20 02:50:58 CDT --- It persists.
http://bugs.winehq.org/show_bug.cgi?id=27514
mgsoft iepc.programacion@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.22 |1.3.23
http://bugs.winehq.org/show_bug.cgi?id=27514
--- Comment #9 from Andrew Nguyen arethusa26@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.
http://bugs.winehq.org/show_bug.cgi?id=27514
mgsoft iepc.programacion@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #10 from mgsoft iepc.programacion@gmail.com 2011-06-26 13:59:40 CDT --- It works in latest Wine.
Thank you.
http://bugs.winehq.org/show_bug.cgi?id=27514
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2011-07-08 13:48:01 CDT --- Closing bugs fixed in 1.3.24.