http://bugs.winehq.com/show_bug.cgi?id=1861
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-05-12 10:51 -------
Sorry, but this bug report tells us nothing, that fixme message does not cause
fatal errors, it is simply a reminder to the developers to improve that function
later. It cannot cause a crash. You will need to debug this program.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=327
Bug 327 depends on bug 251, which changed state.
Bug 251 Summary: codeweavers-wine does not install regapi and uninstaller
http://bugs.winehq.com/show_bug.cgi?id=251
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=251
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-05-12 01:03 -------
probably long gone bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1860
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2003-05-12 00:47 -------
no content.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1596
------- Additional Comments From bendees(a)cox.net 2003-04-12 20:48 -------
Sorry for the delay. I've since determined that my previous assertion was
wrong: this program doesn't work at all. It looks like it uses it's own
communications DLL's, presumably for security, that don't work under Wine.
I'll be happy to continue to test the GUI difficulties that I was having if
anyone's interested, but I don't see any way of getting this program to work
under Wine and I've decided to use an alternative web-based method instead.
I don't know what to do with this bug, though, whether I should resolve it or
let it stay.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1845
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-04-12 14:03 -------
Could you perhaps write a test case for that error, e.g. in
dlls/user/tests/wsprintf?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1809
------- Additional Comments From engelbert.gruber(a)ssg.co.at 2003-03-12 22:44 -------
wd97 setup works on 20031118 BUT needs 2 hours on 600MHz to finish.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1863
Summary: VBScript Regular Expression parser: cannot access
results
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed-winebug(a)leafe.com
I'm using the 20031016 release of Wine on RH8. I have some Visual FoxPro code that needs to
parse regular expressions. The only way to do that is to instantiate a VBScript.RegExp object. The
VBScript classes are part of the Windows Script Host, so I downloaded the Windows Script Host
v5.6 from http://tinyurl.com/b81y, and installed it into Wine without any problems.
The VBScript.RegExp has a pretty clunky interface; it requires several layers of sub-object to get
the results. Here's a sample of the code you need to get a regular expression match. In it, I'm
trying to extract the digits in the middle of a serial number:
loRegEx = CREATEOBJECT("VBScript.RegExp")
loRegEx.Pattern = "[a-z]+([0-9]+)[a-z]+"
loExtract = loRegEx.Execute("The serial number is zx8392ks")
loResult = loExtract.Item(0)
* This next line throws an error
lcDigits = loResult.SubMatches(0)
RETURN lcDigits
If you run that code in Visual FoxPro under Wine, it proceeds along fine until the line indicated.
Trying to access the SubMatches child object of the result item always results in an error message
that reads:
OLE error code 0x80004005: Unknown COM status code
This isn't very informative to me, but I'm hoping that someone here will know how to fix this.
Without being able to access the SubMatches object, using Regular Expressions in VFP is
impossible. I've tried all sorts of expressions and patterns, and they all work well running VFP in
Windows, but throw an error when running under Wine.
In my wine config file, I have the following settings:
; Visual FoxPro 8:
[AppDefaults\\vfp8.EXE\\Version]
"Windows" = "win2k"
[AppDefaults\\vfp8.EXE\\DllOverrides]
"oleaut32" = "native, builtin"
"odbc32" = "native"
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.