Re: 64bit Wine?

2003-12-02 Thread Marcus Meissner
On Mon, Dec 01, 2003 at 10:18:57PM +, J. Grant wrote: Hello I'm considering getting an Opteron. With this being a 64bit CPU I wondered if there would be any issues with using WINE to make use of win32 software on this 64bit CPU. There are no issues. SUSE LINUX 9.0 for AMD64 is

Status : Multimedia section

2003-12-02 Thread Tom
Hi, Here is the new layout of the Multimedia section of the Status Dll's page. May I ask what you guys here think of it?, constructive criticism? Tom Wine Status - DLLs Aspect or Component Documentation status WWN article coverage Implementation

Wineinstall, Regedit seg faults

2003-12-02 Thread Fabian Cenedese
Hi I just tried to install wine (from cvs 2003-12-02) on a fresh install of Knoppix (Debian). Configure/Compile went fine but I got an error with regedit as already reported here: http://bugs.winehq.org/show_bug.cgi?id=1664 In my case: Compiling regedit... make: nothing to do for all Preparing

Re: Wineinstall, Regedit seg faults

2003-12-02 Thread Fabian Cenedese
I just tried to install wine (from cvs 2003-12-02) on a fresh install of Knoppix (Debian). Configure/Compile went fine but I got an error with regedit as already reported here: http://bugs.winehq.org/show_bug.cgi?id=1664 Just wanted to add that starting 'wine regedit' and then importing the

Re: Status : Multimedia section

2003-12-02 Thread Boaz Harrosh
What about the DirectShow and DMO side of things. Should they not be listed to complete the Multimedia picture? Mainly the filters in Quartz.dll and other basic filters that come with the OS. if you want me to, I can make a list of the Basic filters and Interfaces that are needed (and the

Re: Status : Multimedia section

2003-12-02 Thread Tom
Boaz Harrosh wrote: What about the DirectShow and DMO side of things. Should they not be listed to complete the Multimedia picture? Hi, DirectShow = Quartz.dll And DirectShow is listed under the DirectX section of the status page as Quartz.dll is a part of DirectX.

Re: 64bit Wine?

2003-12-02 Thread Marcus Meissner
On Tue, Dec 02, 2003 at 08:02:37AM -0600, Jeremy White wrote: I'm considering getting an Opteron. With this being a 64bit CPU I wondered if there would be any issues with using WINE to make use of win32 software on this 64bit CPU. There are no issues. SUSE LINUX 9.0 for AMD64 is

RE: Question about libwine_unicode functions and others in WINE

2003-12-02 Thread Robert Shearman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steven Edwards Sent: 01 December 2003 00:03 To: [EMAIL PROTECTED] Subject: Question about libwine_unicode functions and others in WINE Hello, We are looking at porting more code from WINE to ReactOS and

RE: Status : Multimedia section

2003-12-02 Thread Robert Shearman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tom Sent: 02 December 2003 09:50 To: Boaz Harrosh Cc: Wine Development Subject: Re: Status : Multimedia section Boaz Harrosh wrote: What about the DirectShow and DMO side of things. Should they not

Re: Question about libwine_unicode functions and others in WINE

2003-12-02 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: However, couldn't we just replace the libwine_unicode function with an appropriate (well-documented) kernel32 string function: strcatW - lstrcatW strcmpW - lstrcmpW strcpyW - lstrcpyW strlenW - lstrlenW ... etc No. The above APIs use SEH

Re: Status : Multimedia section

2003-12-02 Thread Boaz Harrosh
Dear Robert I meant to drop you a note, ask what is the status. But you bit me to it. I have 7 years experience in writing DS filters. I am currently working on enhancing C++ on wine. I have ATL/WTL/MFC compiling and working under winelib. I have compiled COM controls generated by ATL VC++

Re: Question about simple profiling implementation

2003-12-02 Thread Andrew de Quincey
On Tuesday 02 December 2003 04:13, Alexandre Julliard wrote: Andrew de Quincey [EMAIL PROTECTED] writes: However, if no one minds, I think I'll still implement the stuff I was doing. I found being able to examine the call tree with ballpark figures of how long was spent in each call was

Re: new old winetests

2003-12-02 Thread Dimitrie O. Paun
On December 2, 2003 05:48 am, Ferenc Wagner wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: -- the mkdir() issue is still not 100% solved. We currently have: #ifndef _WIN32 # define mkdir(d) mkdir (d, 0777) #endif [...] Why don't we just link with msvcrt? Dimitrie O. Paun

Re: new old winetests

2003-12-02 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Well, unfortunately, the mkdir() bit is a ugly wart. I've run into it in other projects (wxWindows comes to mind). If anyone can figure out a solution that doesn't involve modifying the app, let me know. Until then this should do. Without modifying

Re: Question about simple profiling implementation

2003-12-02 Thread Alexandre Julliard
Andrew de Quincey [EMAIL PROTECTED] writes: As you say, relay debugging adds a huge overhead... however, would you say that this overhead would be fairly constant for each particular function? No, it all depends on what other functions it is calling, and this may change for each call. I'm

Sound capture issues...

2003-12-02 Thread Thomas Brix Larsen
Hi list, in the voice com program Skype (www.skype.org), I'm able to hear other people but I can't talk to them myself. Does anyone have a clue why? I believe this program uses DirectX to capture voice input. Not implented? Greetings, --Thomas _ My worst enemy gave me a copy of

IDA speed problem analysis

2003-12-02 Thread Andrew de Quincey
Hi, I've been doing some more work on this, and I think I've found the culprit (my apologies to everyone for the crap I've been talking recently). Whenever IDA opens the Save box.. and in fact when it does a lot of operations, it seems to completely regenerate its menus. It uses an MDI

Problem with latest MDK package.

2003-12-02 Thread Peter Nunn
Hi folks, not sure if this belongs on this list or not, and its probably a stupidly simple question, but its got me stumped. I just installed the latest MDK package for wine (wine-20031118-mdk.i586) to update the one that shipped with MDK 9.2 (wine-20030813-1mdk.i586). Now, when I try and run

Re: 64bit Wine?

2003-12-02 Thread J. Grant
Marvelous, Thanks for the responce guys. JG on the 02/12/03 16:06, Marcus Meissner wrote: On Tue, Dec 02, 2003 at 08:02:37AM -0600, Jeremy White wrote: I'm considering getting an Opteron. With this being a 64bit CPU I wondered if there would be any issues with using WINE to make use of win32

JournalPlayBack hook

2003-12-02 Thread Juan Antonio Boscá Lloret
Hello, I'm trying to use the JournalPlayBack hook in a Win32 application and it doesn't work. However it looks to work in 16 bits. Any idea? Thank you ---Juan Antonio Boscá LloretDepartamento Programación CAE, S.A.[EMAIL

Re: Installshield7 notes

2003-12-02 Thread Daniel Kegel
Gregory M. Turner [EMAIL PROTECTED] wrote in reply to http://marc.theaimsgroup.com/?l=wine-develm=106746370617833w=2 : Could you recommend any particular installer that fails to me (preferably something I can download for free)? I'd be happy to take a look at this, although I can't make any

Re: wine in the press

2003-12-02 Thread Jakob Eriksson
Warning: you can skip the comments at OSnews of that article. Really boring mudslinging back and forth. Tom wrote: http://www.osnews.com/story.php?news_id=5262 ill add it to the press page in a couple days ill look around for other articles as well. Tom

Re: new old winetests

2003-12-02 Thread Brian Vincent (C)
Title: Re: new old winetests -- we're linking against ws2_32 Is this DLL available on all versions of Windows we want to run on? As far I know http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_start_page_2.asp yes. But I am not sure whether it is installed in the

Re: new old winetests

2003-12-02 Thread Ferenc Wagner
Brian Vincent (C) [EMAIL PROTECTED] writes: -- we're linking against ws2_32 Is this DLL available on all versions of Windows we want to run on? As far I know http://msdn.microsoft.com/library/en-us/winsock/winsock/windows_sockets_start_page_2.asp yes. According to the

Re: new old winetests

2003-12-02 Thread Dimitrie O. Paun
On December 2, 2003 11:10 am, Brian Vincent (C) wrote: It came out shortly after as an add-on and was likely first included in OSR2. Not a big deal, we'd be hard pressed to find a Win95 pre OSR2 system these days anyway. We can live with it. -- Dimi.