Re: VB6 and wine_get_unix_file_name

2008-05-10 Thread Marcelo Duarte
UnixPath = GetUnixPath() needs a parameter... Escuder Nicolas escreveu: > > Hello, > > I’m trying to make a function for using wine_get_unix_file_name in VB6 > programs. > > Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 > As String, ByVal lpString2 As Long) As Long > > Pu

Re: Poll: where do you have certs installed?

2007-08-15 Thread Marcelo Duarte
Juan Lang escreveu: Could some of you check where you have, say, OpenSSL's CA certificates installed, and email me what distro you're running, and the path? E.g., I'm running Goobuntu, and I have them installed in /etc/ssl/certs/ca-certificates.crt. Thanks, --Juan Fedora 4 (2.6.17-1.2142

Re: comctl32: treeview: Message sequencing tests

2007-03-09 Thread Marcelo Duarte
Chris Peterson escreveu: This is another patch for my CS130 assignment. It adds message sequencing tests. Other changes include: I updated one of my previous tests which was not testing the implied message; I changed a SendMessageW to SendMessageA call in DoFocusTest to fix a problem on Window

Re: Stub fro GetRawInputDeviceList

2007-01-11 Thread Marcelo Duarte
Michał Majchrowicz escreveu: Hi. I hope this time it is correct patch and will be accepted. Regards Michael. I think the spec file is incorrect. diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index f857105..0517ebc 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.sp

Re: pt_BR

2006-05-07 Thread Marcelo Duarte
osto dessa tradução "sítio", mas acho q já está sendo bem usado né? -- Tradução para Português do Brasil: Marcelo Duarte +Revisão (01/05/2006): Daniel Oliveira

Re: localtime should accept any positive time value

2006-02-10 Thread Marcelo Duarte
Dmitry Timoshkov escreveu: Hello, Hello, --- cvs/hq/wine/dlls/msvcrt/time.c 2006-01-23 20:50:58.0 -0600 +++ wine/dlls/msvcrt/time.c 2006-02-10 12:51:30.0 -0600 @@ -152,8 +152,12 @@ struct MSVCRT_tm* MSVCRT_localtime(const SYSTEMTIME st; DWORD tzid; TIME_ZON

Re: advpack: Implement RunSetupCommand on top of DoInfInstall.

2006-01-12 Thread Marcelo Duarte
Markus Amsler escreveu: ChangeLog: Implement RunSetupCommand on top of DoInfInstall. You forgot to remove "stub": +TRACE("(%p, %s, %s, %s, %s, %p, 0x%08lx, %p): stub\n", hWnd, debugstr_a(szCmdName), debugstr_a(szInfSection), debugstr_a(szDir), debugstr_a(lpszTitle),

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Marcelo Duarte
Vitaliy Margolen escreveu: Please update each resource file. We had this discussion before. Please keep these changes in synch among all the languages. Otherwise we render sound config useless for other languages. No. If Reif update the others languages, the Beron' script to detect what

Re: [WINECFG] show sound card drivers and devices

2005-12-06 Thread Marcelo Duarte
Vitaliy Margolen escreveu: Monday, December 5, 2005, 8:53:10 PM, Robert Reif wrote: Show all sound card drivers and their devices. --- programs/winecfg/En.rc 27 Oct 2005 11:24:02 - 1.54 +++ programs/winecfg/En.rc 6 Dec 2005 03:39:36 - @@ -155,15 +155,17 @@ FONT 8, "MS S

Re: CreateFile problem ?

2005-11-16 Thread Marcelo Duarte
Raphael escreveu: Hi, I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7 installer working) And i have a strage problem: In attached subset of my "+file,+advpack,+setupapi,+cabinet" log you can see at line 30 that CopyFile failed to copy "C:\\windows\\temp\\IXP010.TMP\\o

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Marcelo Duarte
Vincent Béron escreveu: Le jeu 10/11/2005 à 00:56, Pavel Roskin a écrit : ChangeLog: * programs/notepad/*.rc: Add CMD_FONT for all notepad resource files where it was missing. Ru.rc gets translated version, others get English version for now. Please d

Re: Downloading Mozilla ActiveX

2005-10-18 Thread Marcelo Duarte
Brian Vincent escreveu: Or maybe we could just ask the guy who wrote that software if he has a better place? In fact, let me do that right now. -Brian Note: Put a newest version, maybe http://www.iol.ie/~locka/mozilla/MozillaControl177.exe

Re: Downloading Mozilla ActiveX

2005-10-18 Thread Marcelo Duarte
Vitaliy Margolen escreveu: Tuesday, October 18, 2005, 10:23:02 AM, Marcelo Duarte wrote: If you edit the registry and add: [Software\\Wine\\shdocvw] 1089668326 "MozillaUrl"="http://www.iol.ie/~locka/mozilla/MozillaControl16.exe"; Does that server has enough capacit

Re: Downloading Mozilla ActiveX

2005-10-18 Thread Marcelo Duarte
Vitaliy Margolen escreveu: At present Wine asks the use it he/she wants to download and install Mozilla ActiveX. But it doesn't work and doesn't tell the user that it didn't work. This is not right. We either should say that download/install failed, or don't show this message in the first place,

Re: build errors

2005-09-26 Thread Marcelo Duarte
Oliver Stieber escreveu: --- Phil Krylov <[EMAIL PROTECTED]> wrote: Hi, I can't build current CVS version of Wine: I had exactly the same problem, I found that cleaning out my local tree and fetching everything from CVS fixed the problem. To fix the problem for me, instead of c

Re: DINPUT: protect FF_STATUS usage

2005-09-04 Thread Marcelo Duarte
Now it compiles... Thank you! Daniel Remenak escreveu: Changelog: Protect FF_STATUS usage to avoid compile errors on machines with old linux/input.h This patch should fix Marcelo Duarte's reported compile error on FC2. This patch was made against a copy of joystick_linuxinput.c that already ha

Re: wine/dlls/dinput joystick_linuxinput.c

2005-09-03 Thread Marcelo Duarte
Alexandre Julliard escreveu: ChangeSet ID: 19966 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/09/03 10:02:38 Modified files: dlls/dinput: joystick_linuxinput.c Log message: Daniel Remenak <[EMAIL PROTECTED]> Implemen

Re: wine/ tools/winegcc/winegcc.c tools/winegcc/Ma ...

2005-08-09 Thread Marcelo Duarte
Hum I do make and the error occurs compile ntdll. I do make again and it builds. Is this behavior correct? OS Fedora Core 2 gcc --version gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Marcelo Duarte escreveu: This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with

Re: wine/ tools/winegcc/winegcc.c tools/winegcc/Ma ...

2005-08-09 Thread Marcelo Duarte
This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with last updates from Lecacy Fedora. Output: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./kernel32.spec comm.drv.spec.o krnl386.exe.spec.o stress.spec.o system.drv.spec.o toolhelp.spec.o win87em.spec.o windeb

Re: Add ShellExecute() conformance tests

2005-07-26 Thread Marcelo Duarte
Saulius Krasuckas escreveu: * On Fri, 22 Jul 2005, Francois Gouget wrote: So the goal of this conformance test is to at least get things started and to test a few sticking points like putting quotes around the One test fails on my box: In my box it pass(1). | $ make -C dlls/shel

Re: Get FireFox button ?

2005-07-06 Thread Marcelo Duarte
Wine uses an Mozilla ActiveX in shdocvw, and Jacek is using Gecko in another part, forcing the user to have Firefox, no? In another side, the user of Wine, is using Linux and Firefox or another Open Source Browser, not IE. [EMAIL PROTECTED] escreveu: Yes but anyone looking a wine knows about L

Re: Get FireFox button ?

2005-07-06 Thread Marcelo Duarte
Wine uses an Mozilla ActiveX in shdocvw, and Jacek is using Gecko in another part, forcing the user to have Firefox, no? In another side, the user of Wine, is using Linux and Firefox or another Open Source Browser, not IE. [EMAIL PROTECTED] escreveu: Yes but anyone looking a wine knows about L

Re: [WINECFG] Japanese translation

2005-07-05 Thread Marcelo Duarte
Frank Richter escreveu: On 05.07.2005 09:28, Hajime Segawa wrote: +FONT 9, "MS UI Gothic" Isn't it on Windows the case that dialogs generally use "MS Shell Dlg[ 2]", which is at runtime mapped to a font appropriate for the language (e.g. "MS UI Gothic" for Japanese)? Read this: h

Re: winefile: switch to UNICODE mode

2005-06-20 Thread Marcelo Duarte
Martin Fuchs escreveu: Changelog: switch winefile to UNICODE mode I don´t understand something or winefile can use Michael Jung´s unixfs namespace extension? + +/* functions in unixcalls.c */ + +extern void call_getcwd(char* buffer, size_t len); +extern void* call_opendir(const char* path

Re: Wine and raw printing

2005-06-16 Thread Marcelo Duarte
Hiji escreveu: I'll join, and add this. I'm on Suse 9.2 Pro, wine-20041203, and the only printers I have are on the network. I can print fine through any native linux apps, but if I try to print through Wine, it says there are no printers. Maybe the problems are related somehow? Hiji I t

Re: wcmd: Remove user32 dependencies

2005-06-08 Thread Marcelo Duarte
James Hawkins escreveu: Hi, This patch is in responese to Bug #1982 'Can't SSH into a computer and use "wine cmd" or wineconsole' http://bugs.winehq.org/show_bug.cgi?id=1982 The problem as identified by Marcus is that wcmd is importing user32 which brings in the x11 driver causing the ssh'ed

Re: Change of email addr?

2005-05-23 Thread Marcelo Duarte
Dimi Paun escreveu: On Mon, 2005-05-23 at 20:39 +0100, Ann and Jason Edmeades wrote: Hiya, Is there any way to change the email address I am registered with for the wine mailing lists, bug tracking, Changelog etc, or is the best way just to reregister for them all with a different id?

Re: Another debugging tutorial

2005-05-19 Thread Marcelo Duarte
Stefan Dösinger escreveu: Am Mittwoch, 18. Mai 2005 22:00 schrieb Mike Hearn: This time, it's how to debug PE Explorer hanging when you double click on a DLL in the file open dialog (fixed in CVS). http://wiki.winehq.com/Debugging_the_PE_Explorer_file_open_dialog Newbie developers, I crave your

Re: No rule to make target distclean ??

2005-05-19 Thread Marcelo Duarte
Dustin Navea escreveu: Im troubleshooting bug 2962 http://bigs.winehq.com/show_bug.cgi?id=2962 and I had the reporter revert to the october release. But when trying to compile it, it failed, so I told him to do make distclean.. Now he's getting the no rule to make target distclean... Im stumpe

Re: [wine] Re: A better Beep

2005-05-18 Thread Marcelo Duarte
David Lee Lambert escreveu: On Tue, May 17, 2005 at 10:43:25AM -0300, Marcelo Duarte wrote: Whats happens if a program calls bepp with invalid values for dwFreq and dwDur on a linux console? The bell becomes inaudible until reset by another terminal-control sequence. However, the

Re: A better Beep

2005-05-17 Thread Marcelo Duarte
Whats happens if a program calls bepp with invalid values for dwFreq and dwDur on a linux console? (the programmer thinks that dwFreq and dwDur are ignored by Win95). David Lee Lambert escreveu: Changelog: Support beeping with the PC speaker when running from the Linux console ---

Re: README translations

2005-05-10 Thread Marcelo Duarte
Dimi, there are little typos in README.pt_br, see below: Dimitrie O. Paun escreveu: ChangeLog Dimitrie O. Paun <[EMAIL PROTECTED]> Update README translations to match the latest changes to the English README. ... Index: documentation/README.pt_br

Re: OLEPICTURE: Initialize [orig|himetric][Width|Height] for PICTYPE_ICON case

2005-03-29 Thread Marcelo Duarte
Alex Villaci­s Lasso escreveu: Alexandre Julliard wrote: This seems a bit overkill just to retrieve the bitmap size. Couldn't you simply do a GetObject on the bitmap? You are right. I did a copy&paste from the SerializeIcon code. What do you think about this patch? Changelog: * Initialize [

Re: OLEAUT32: fix detection of GIF palette index >= 128 for transparency

2005-03-29 Thread Marcelo Duarte
Hi, Andreas Mohr escreveu: Hi, On Tue, Mar 29, 2005 at 12:43:38PM -0500, Alex Villaci­s Lasso wrote: I traced this problem to a one-line bug in the GIF loading code. The code is supposed to initialize a transparency flag to -1 when no transparency is used, or else the palette index of the tran

Re: How to install Mozilla ActiveX on demand

2005-02-17 Thread Marcelo Duarte
Mike Hearn escreveu: On Wed, 2005-02-16 at 11:26 -0600, Robert Shearman wrote: How about hosting it on SourceForge? Yep, we could, though we'd need to either add extra code to fetch a mirror list, or hard code it (the latter is much easier :). There's also the issue of checksumming but I th

Re: wine/ programs/winefile/Pt.rc programs/winecfg ...

2005-02-16 Thread Marcelo Duarte
Francois Gouget escreveu: On Wed, 16 Feb 2005, Marcelo Duarte wrote: [...] +FONT 8, "Helv" Is this correct? I copied the English file and only translated the strings. I thought that we were using "MS Shell Dlg" everywhere except for Japanese where we use "MS UI Gothic

Re: wine/ programs/winefile/Pt.rc programs/winecfg ...

2005-02-16 Thread Marcelo Duarte
Hi, Alexandre Julliard escreveu: ChangeSet ID: 16090 CVSROOT: /opt/cvs-commit Module name: wine Changes by: [EMAIL PROTECTED] 2005/02/14 05:12:30 In this file below, the correct is "usuário", but in cvs is incorrect "usuário" and I dont know how to correct... In my tree it is correct. Index:

Re: wine/ programs/winhelp/Pt.rc programs/winemine ...

2005-02-13 Thread Marcelo Duarte
ck/Pt.rc 1.2 1.3 +17 -1 wine/dlls/setupapi/Pt.rc 1.2 1.3 +26 -1 wine/dlls/serialui/Pt.rc -- Marcelo Duarte DTM Informática 31-3551-3864 [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: ntdll/time.c - TZ_INFO

2005-02-13 Thread Marcelo Duarte
Thank you Tom. Changelog: -Correct time zone for BRT and BRST. -Better explained fixme. Tom escreveu: Marcelo Duarte wrote: Uwe Bonnes escreveu: "Marcelo" == Marcelo Duarte <[EMAIL PROTECTED]> writes: Marcelo> Hi, In my system/language I see some m

Re: ntdll/time.c - TZ_INFO

2005-02-12 Thread Marcelo Duarte
Uwe Bonnes escreveu: "Marcelo" == Marcelo Duarte <[EMAIL PROTECTED]> writes: Marcelo> Hi, In my system/language I see some messages: Marcelo> fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name Marcelo> "BRST" to an entr

Re: Added path settings to winecfg

2004-08-21 Thread Marcelo Duarte
Jacek Caban escreveu: But what about other languages, which nobody updates as you do? I have one more question: where can I find this script? I see that polish translation is far from complete and I thought I could work aroun dit. Thanks, Jacek Sorry for the delay. Atached is the patch to create

Re: Added path settings to winecfg

2004-08-16 Thread Marcelo Duarte
Hi, I think that you do not need to modify the .rc files from languages other than En.rc and your native language. If you do not translate, it will more easy to us to known that it is wrong and needs to be translated. This is my position in relation to Pt.rc. Thank you. Jacek Caban wrote: Changelog

Re: Removed slovenian translation

2004-08-16 Thread Marcelo Duarte
Use diff -u Si.rc /dev/null Jacek Caban wrote: I found that slovenian translation is incomplete and not translated, so I removed this from winecfg.rc. Si.rc should be remove too, but I don't know how to do this in patch. Changelog: Removed slovenian translation Index: programs/winecfg/winec

Re: Localization of devenum and minor corrections

2004-07-26 Thread Marcelo Duarte
Resend. Changelog: Marcelo Duarte <[EMAIL PROTECTED]> Localization to Portuguese (devenum) and minor corrections (winmm, progman, winmine). Index: dlls/devenum/devenum.rc === RCS file: /home/wine/wine/dlls/devenum/devenu

Re: devenum

2004-07-22 Thread Marcelo Duarte
Ivan Leo Puoti wrote: English resources moved to En.rc, language neutral resources moved to Xx.rc, and italian resources added in It.rc Licence: LGPL Ivan. Ivan, Why you do not leave the neutral resources in the main archive? Greetings, Marcelo

Localization status

2004-07-21 Thread Marcelo Duarte
Hi, I modified a tool that Vincent Béron made and thus we can have the status of the translation of some languages. Case somebody wants that I add others I inform me. We can see that some languages are well complete, as the Portuguese ;) file:///home/mduarte/wine/tools/trans_html/index.html

Re: dlls/shell32 W->A cleanup of systray.c

2004-06-30 Thread Marcelo Duarte
Danny Hawkins wrote: Hi, Converted all wide-char->ansi calls to ansi->wide-char in systray.c The TTM_UPDATETIPTEXTA should be converted to TTM_UPDATETIPTEXTW and TTM_ADDTOOLA -> TTM_ADDTOOLW @@ -272,13 +272,13 @@ ti.rect.bottom = ICON_SIZE+2*ICON_BORDER; if(modify) -SendMessageA(ptrayI

Re: Cleaning up W->A calls

2004-06-29 Thread Marcelo Duarte
d later. If I'm totally off the mark, let me know, and if there are other jobs I could be doing, let me know as well because I would like to contribute, but I'm not exactly sure what to do yet. Thankyou for your time. James Hawkins I wait to have helped. --- Marcelo Duarte

Re: readme update

2004-01-18 Thread Marcelo Duarte
Ivan, Dimi had much work in officializing the domain winehq.org and you modified text placing .com again. - Original Message - From: "Ivan Leo Murray-Smith" <[EMAIL PROTECTED]> To: "wine-patches" <[EMAIL PROTECTED]> Sent: Sunday, January 18, 2004 5:44 PM Subject: readme update This patc

Re: Shell32 patch from ROS 2

2004-01-16 Thread Marcelo Duarte
2 patch from ROS 2 > Hello Marcelo, > --- Marcelo Duarte <[EMAIL PROTECTED]> wrote: > > Changelog: > > "Martin Fuchs" <[EMAIL PROTECTED]> > > - fixed HCR_GetExecuteCommandExA/W() to correct ShellExecuteEx() > > behaviour > >

Re: Janitorial: Get rid of W->A calls for shlexec [RESEND]

2004-01-14 Thread Marcelo Duarte
. Em Sáb 10 Jan 2004 04:51, Marcelo Duarte escreveu: > Updated with the lastest cvs. > > Changelog: > Marcelo Duarte <[EMAIL PROTECTED]> > -Janitorial: Get rid of W->A calls for shlexec > -Implementation of FindExecutableW -- Marcelo Duarte

Re: newbie wine developer question

2003-12-24 Thread Marcelo Duarte
I think that a good way to contribute is run a program of your interest and try to make run perfectly. Can I suggest: Winzip (see bug 792), Winamp 5 and we have a control that is not implemented (richedit). Gook luck. - Original Message - From: "Mike Hearn" <[EMAIL PROTECTED]> To: "Zimler

Re: wine/windows painting.c

2003-12-07 Thread Marcelo Duarte
Em Dom 07 Dez 2003 07:01, Andreas Mohr escreveu: > Hi, > > On Sun, Dec 07, 2003 at 03:51:01AM -0300, Marcelo Duarte wrote: > > This patch caused a regression in Winamp 2.91, and the top window is not > > repainted. > > Maybe (just *maybe*) the patch is actually very cor

Re: wine/windows painting.c

2003-12-06 Thread Marcelo Duarte
amp;= ~WIN_NEEDS_ERASEBKGND; +if( !(wndParent->flags & WIN_INTERNAL_PAINT) ) +add_paint_count( wndParent->hwndSelf, -1 ); + } OffsetRgn( hrg, -ptOffset.x, -ptOffset.y ); } } -- Marcelo Duarte

Re: wine/dlls/kernel process.c

2003-11-23 Thread Marcelo Duarte
e:file:CreateFileW L"C:\\windows\\system\\ntdll.dll" QUERY_ACCESS FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0 warn:file:CreateFileW Unable to get full filename from L"C:\\windows\\system\\ntdll.dll" (GLE 2) trace:file:CreateFileW L".\\ntdll.dll" QUERY_ACCESS FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0 warn:file:CreateFileW Unable to get full filename from L".\\ntdll.dll" (GLE 2) -- Marcelo Duarte

Re: Compiler problems

2003-11-23 Thread Marcelo Duarte
Em Sex 21 Nov 2003 10:28, Ivan Leo Murray-Smith escreveu: > Current code builds on my system. I get it building after a forced compilation, a make uninstall, updated cvs and buid and install now runs -- Marcelo Duarte

Re: Regressions....

2003-11-23 Thread Marcelo Duarte
, Marcelo Duarte escreveu: > Em Sáb 15 Nov 2003 13:28, você escreveu: > Hi, > Recently I found plus a regression when trying to install my application, > using the installer of the M$, with updated cvs. See the error: > > [EMAIL PROTECTED] setup]$ wine config > Could not stat /mnt

Re: Compiler problems

2003-11-20 Thread Marcelo Duarte
o 2 Someone had an ideia? Em Ter 18 Nov 2003 02:34, Marcelo Duarte escreveu: > Updating wine to current cvs, I get an error, can someone help me: > > I run ./configure; make depend && make > make[2]: Entering directory `/home/mduarte/wine-cvs/dlls/winmm/winearts' > g

Compiling winearts - please replay!

2003-11-20 Thread Marcelo Duarte
/wine-20031118/dlls/winmm/winearts' make[1]: ** [winmm/winearts] Erro 2 make[1]: Leaving directory `/home/mduarte/wine-20031118/dlls' make: ** [dlls] Erro 2 Someone knows what is happen? -- Marcelo Duarte

Compiler problems

2003-11-17 Thread Marcelo Duarte
e' glibc.o(.text+0x90):/home/mduarte/wine-cvs/loader/glibc.c:62: undefined reference to `pthread_join' collect2: ld returned 1 exit status make: ** [wine-glibc] Erro 1 -- Marcelo Duarte

Re: Localization to portguese - winecfg (with patch)

2003-11-16 Thread Marcelo Duarte
15 Nov 2003 15:43:18 -0300, Sir Marcelo Duarte scribed thus: > > I updated the resources of winecfg. If Mike Hearn don't disagree with > > this. > > > > Changelog: > > Marcelo Duarte <[EMAIL PROTECTED]> > > - Localization to portguese - winecfg. -- Marcelo Duarte

Re: Regressions....

2003-11-15 Thread Marcelo Duarte
0 Thanks in advance. > Em Qua 05 Nov 2003 22:30, Marcelo Duarte escreveu: > > Hi all, > > > > Some days ago, I have some problems with my application developed in > > Visual Foxpro 3, that before the end of separation of kernel, runs with > > some issues,

Re: Native Dll x Built-in Dll - why everything doesn't work with native dlls

2003-11-12 Thread Marcelo Duarte
I have notified a recent regression in loading native dlls from database programs like VFP3. I believe that VB work the same way. - Original Message - From: "Uwe Bonnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2003 3:27 PM Subject: Re: Native Dll x Built-i

Regressions....

2003-11-05 Thread Marcelo Duarte
ebug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40b5) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40bc) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x410d) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x4112) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x4110) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x4126) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\CTL3D32.DLL' (0x4138) Unhandled exception: page fault on write access to 0x55bd0565 in 32-bit code (0x00405732). In 32-bit mode. 0x00405732 (VFP300.ESL..text+0x3732 in VFP300.ESL): movl%edx,0x0(%eax) Wine-dbg>WineDbg terminated on pid a The winedbg crahes The wine-20030911 runs fine. Can someone help me how to correct, or where to find the problem? -- Marcelo Duarte

Re: DMUSIC: fix in dmloader's behavior

2003-10-28 Thread Marcelo Duarte
DWORD SearchPath( LPCTSTR lpszPath, // address of search path LPCTSTR lpszFile, // address of filename LPCTSTR lpszExtension, // address of extension DWORD cchReturnBuffer, // size, in characters, of buffer LPTSTR lpszReturnBuffer, // address of buffer for found filena

Re: docs: wine-devel [11/16]

2003-09-21 Thread Marcelo Duarte
- Original Message - From: "Eric Pouech" <[EMAIL PROTECTED]> To: "Dimitrie O. Paun" <[EMAIL PROTECTED]> > Dimitrie O. Paun wrote: > > Eric, a lot of stuff in here looks like it's in > > need of some TLC, if you can take a look... > TLC ? tender & loving care > is that what you're look

Re: Wine lecture slides

2003-09-21 Thread Marcelo Duarte
From: "Ove Kaaven" <[EMAIL PROTECTED]> To: "Eric Pouech" <[EMAIL PROTECTED]> Cc: "Shachar Shemesh" <[EMAIL PROTECTED]>; "Marcelo Duarte" <[EMAIL PROTECTED]>; "Wine Devel" <[EMAIL PROTECTED]> Sent: Sunday, September

Re: Wine lecture slides

2003-09-20 Thread Marcelo Duarte
- Original Message - From: "Mike Hearn" <[EMAIL PROTECTED]> To: "Shachar Shemesh" <[EMAIL PROTECTED]> > * I say Wine is an emulator. I don't know how to read the official > definition, it could go both ways, but I've found the whole "Wine Is Not > an Emulator" thing just confuses newbies

Re: Latest CVS doesnt compile

2003-09-09 Thread Marcelo Duarte
- Original Message - From: "Dustin Navea" <[EMAIL PROTECTED]> > --- Jon Brandenburg <[EMAIL PROTECTED]> wrote: > > On Sat, 2003-09-06 at 16:36, Ian Goldby wrote: > > > > > and occurs 2-3 hours into the build. Thanks for any further suggestions. > > > Well on my old 1.2 ghz athlon (when

Re: for Red Hat packager

2003-09-08 Thread Marcelo Duarte
I think that a clean installation decides the problem. A desenvolvedor already had a similar problem. http://www.winehq.org/hypermail/wine-devel/2003/07/0474.html Obviously if in the installation of the package this cleanness could be made, better. - Original Message - From: "Ivan Leo M