Re: faq merge #2 -- Alexandre please look over the first patch :)

2003-09-02 Thread Marcus Meissner
On Mon, Sep 01, 2003 at 06:19:17PM -0700, Alexandre Julliard wrote: Tom [EMAIL PROTECTED] writes: changelog merge from lostwages faq It doesn't build here, that's because of the '' in the rpmseek.com URL, I'm not sure what's the correct way to escape that: amp; should be the escape

Re: Viruses in the wine-devel archive ??

2003-08-22 Thread Marcus Meissner
On Fri, Aug 22, 2003 at 06:13:39PM +0300, P. Christeas wrote: Yup, here is the message. http://winehq.com/hypermail/wine-patches/2003/08/0203.html I'll remove that attachment. Should we contact that author and let him know he is infected, or simply remove him from the list? Btw.

Re: About spam

2003-08-22 Thread Marcus Meissner
On Fri, Aug 22, 2003 at 10:58:44AM -0700, Duane Clark wrote: Sylvain Petreolle wrote: I have an evidence that some robots can grab our email adress, even with our mangling process on winehq. I used my work adress only onto wine-devel and got spammed last week. A lot of spammers do

REGRESSION: environment variables no longer possible

2003-08-19 Thread Marcus Meissner
Hi, Apparently the changes from yesterday removed support of environment variables in registry keys (very useful for the Path keys in the Drive sections). Can it be readded? Or is there a rational behind it? Ciao, Marcus pgp0.pgp Description: PGP signature

Re: REGRESSION: environment variables no longer possible

2003-08-19 Thread Marcus Meissner
On Tue, Aug 19, 2003 at 10:33:44AM -0700, Alexandre Julliard wrote: Dmitry Timoshkov [EMAIL PROTECTED] writes: Actually it's just the format of the Wine config has changed. Now all environment variables should be surrounded by the percent signes (%HOME%), and are handled by the normal

Re: wine/. configure.ac configure

2003-07-23 Thread Marcus Meissner
On Wed, Jul 23, 2003 at 07:09:52PM -0500, Alexandre Julliard wrote: ChangeSet ID: 8863 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: [EMAIL PROTECTED] 2003/07/23 19:09:52 Modified files: . : configure.ac configure Log message:

Re: Warning on Alpha Linux

2003-07-20 Thread Marcus Meissner
On Sat, Jul 19, 2003 at 11:37:12PM -0700, Steven Edwards wrote: --- Todd Vierling [EMAIL PROTECTED] wrote: You should be aware that NT on Alpha was *NOT* a LP64 operating system (whereas Windows on IA64 is indeed LP64), and I'm presuming that the alpha-pe is targeting the classical NT/Alpha

Re: [RESENT]: Fixed winedbg example configuration

2003-07-18 Thread Marcus Meissner
On Fri, Jul 18, 2003 at 08:09:58AM +0200, Jon Bright wrote: ... The point is that the automatic reordering should go away because it's causing at least one bug that I know of. Keys should be read out of the registry in the same order they were written to it. Thus, saying this is a no-op

Re: HRESULTs and headers

2003-07-14 Thread Marcus Meissner
On Mon, Jul 14, 2003 at 11:44:20AM +0100, Mike Hearn wrote: Good morning everybody! I was wondering if anybody knew where I could find a definitive list of HRESULT values, as the one I want to know, 0x80770001, is not in the Wine headers, nor on Google. Is there somewhere that I can get

Re: PPC CPU Detection in configure

2003-07-13 Thread Marcus Meissner
On Sun, Jul 13, 2003 at 02:20:53PM +0200, Pierre d'Herbemont wrote: Hi, Here is a patch which adds CPU Detection for the PowerPC Processor in configure.ac. There wasn't any in configure, is there any reason? By the way there is two flags for the powerpc : __PPC__ and __powerpc__ any

Re: Building winelib without wine...

2003-07-11 Thread Marcus Meissner
On Fri, Jul 11, 2003 at 01:50:28PM +0100, Mark Easton wrote: Having scanned the WineHQ website thoroughly I've come across a couple of posts that suggest that winelib has been previously been made to work on PPC, although I cannot find any details of how to attempt such a thing. Can

Re: Freetype libs in /usr/include/libs

2003-07-07 Thread Marcus Meissner
On Mon, Jul 07, 2003 at 12:34:31PM -0700, Jeff Smith wrote: If I am not mistaken, /usr/local/lib is the *standard* location to find the freetype libraries, if it is built stand-alone, as opposed to being built as part of XFree86. Of course, I would have thought that /usr/local/lib should be a

Re: Heap APIS

2003-07-05 Thread Marcus Meissner
On Sat, Jul 05, 2003 at 08:34:51AM +, Jean-Eric Cuendet wrote: Hi, In windows, there is APIs for Heap management (HeapCreate, HeapAlloc, ...). Are they implememted in wine? How? Is it just stubs on malloc? Or are they *really* implemented and working as secondary heaps? Yes. On top of

Re: PATCH: dlls/commdlg/printdlg.c add casts

2003-06-28 Thread Marcus Meissner
On Sat, Jun 28, 2003 at 04:30:13PM +0100, Mike Hearn wrote: On Sat, 28 Jun 2003 09:46:35 +0200, Sir Gerald Pfeifer scribed thus: The following patch to dlls/commdlg/printdlg.c revision 1.66 date: 2003/06/27 22:21:06; author: julliard; state: Exp; lines: +4 -7 Mike Hearn [EMAIL

Re: PATCH: dlls/commdlg/printdlg.c add casts

2003-06-28 Thread Marcus Meissner
No, Lx is not guaranteed to do the things you think it does. (It will use 4 byte characters, depending on how gcc is configured or if you use -fwchar-short or so.) Doesn't Wine's comfigure complain if gcc doesn't understand -fshort-wchar? (It seems it doesn't, but I'm sure it did in

Re: PATCH: dlls/commdlg/printdlg.c add casts

2003-06-28 Thread Marcus Meissner
On Sat, Jun 28, 2003 at 05:56:23PM -0400, Vincent Béron wrote: Le sam 28/06/2003 à 17:27, Marcus Meissner a écrit : Actually, since I can't find that option passed to gcc anymore, how does Wine gets its binary compatibility with native apps regarding this issue? Hmm? The native apps

Re: Mac OS X Support : Asm syntax support

2003-06-26 Thread Marcus Meissner
On Wed, Jun 25, 2003 at 02:32:29PM +0200, Pierre d'Herbemont wrote: Hi, Here is a patch which should add support for Mac OS X ppc asm syntax, and some Mach-O quirk (like text section). I hope it will be ok. It mainly relay on Macro which are stored in build.h (any better place?).

Re: Mac OS X Support : winebuild assembler conformance

2003-06-23 Thread Marcus Meissner
On Mon, Jun 23, 2003 at 02:01:38PM +0200, Pierre d'Herbemont wrote: Hi, Here is a patch which fix the problem with darwin's asm. I would like to know if linux assembler is ok with this patch. Hmm, not quite. On Linux/PPC: d3d8.spec.s:351: Error: syntax error; found `(' but expected `,'

Re: Wine

2003-06-19 Thread Marcus Meissner
On Thu, Jun 19, 2003 at 02:51:43PM -0500, Sundaranathan S wrote: Hi All, I have posted a question long back but no reply from anyone. So onceagain posting the same question please can anyone tell me client error:0: recvmsg: Bad address error. is coming after

Re: Wine

2003-06-19 Thread Marcus Meissner
On Thu, Jun 19, 2003 at 03:21:01PM -0500, Sundaranathan S wrote: What OS? What Kernel? What glibc? - Solaris 9 on Intel. gcc-lib for solaris 9 intel version 3.2.2 Please let me what could be the reason ... i got stuck up ... I think just because no one else has tested it on

Re: How to use CVS Wine?

2003-06-08 Thread Marcus Meissner
On Mon, Jun 09, 2003 at 12:04:05AM +0200, Z_God wrote: Op zondag 8 juni 2003 22:57, schreef Mike Hearn: If this is on RH9, check you don't have LD_ASSUME_KERNEL set in the environment. Running `unset LD_ASSUME_KERNEL` before running Wine should suffice (unless wine in this case is actually

Re: Add root drive mapping to default config file

2003-06-03 Thread Marcus Meissner
On Tue, Jun 03, 2003 at 12:33:49PM +0200, Lionel Ulmer wrote: That would work too. But it's just a general pain in the ass even when you know exactly what is going on anyway, it's not like Wine is already too convenient to use or anything. No, but if they users get this error, it means

Re: wine exception handling

2003-06-02 Thread Marcus Meissner
On Sun, Jun 01, 2003 at 03:26:40PM +0200, Martin Fuchs wrote: Hi, I have problems running an application with wine. At startup it tries to read its config file. But it catches up in an endless loop of exceptions. The attached trace is generated using --debugmsg +msvcrt,+seh,+file,+dosfs. I

Re: edit control question

2003-06-01 Thread Marcus Meissner
On Sat, May 31, 2003 at 03:40:55PM -0400, Steven Edwards wrote: Hello, I am wanting to adapt the WINE edit control for use in ReactOS and I dont understand how the edit control gets called by the application. I have a simple window program that calls the EDIT class and have stubbed out the

Re: Bultin OCX?

2003-05-30 Thread Marcus Meissner
On Thu, May 29, 2003 at 05:25:20PM +0100, Mike Hearn wrote: They are normally shipped with the app. So would we really need one in Wine? I think one of the goals of wine is to implement all the functions of windows systems, for instance now i'm testing an application written in VB that

Re: Application crashes (something to do with OLE 16/32 split)

2003-05-27 Thread Marcus Meissner
On Sun, May 25, 2003 at 10:37:55PM +0100, Mike Hearn wrote: This is the trace I get: Unhandled exception: unimplemented function storage.dll.IStream16_Stat called in 32-bit code (0x4126eb7a). In 32-bit mode. 0x4126eb7a (__wine_unimplemented+0x52 [storage.spec.c] in ole32.dll.so): jmp

Re: Application crashes (something to do with OLE 16/32 split)

2003-05-27 Thread Marcus Meissner
On Tue, May 27, 2003 at 07:40:07PM +0100, Mike Hearn wrote: No, it is definitely said what is missing: Unhandled exception: unimplemented function storage.dll.IStream16_Stat called in 32-bit code (0x4126eb7a). Chances are pretty good that StgCreateDocFileOnILockBytes is called just

Re: OLE storage SetFilePointer fix

2003-04-12 Thread Marcus Meissner
On Sat, Apr 12, 2003 at 11:07:11PM +0200, Andreas Mohr wrote: Hi all, the OLE storage code basically disabled itself, by doing a READ_HEADER; in STORAGE_get_pps_entry(). This READ_HEADER uses -1 as block number for STORAGE_get_big_block() (in order to retrieve the storage header block).

Re: Oleaut32 Debug Messages

2003-03-12 Thread Marcus Meissner
On Thu, Mar 13, 2003 at 01:05:21AM -0500, Dimitrie O. Paun wrote: On March 11, 2003 05:49 pm, Jon wrote: - if (debugout) MESSAGE(%lx,*arg); + if (debugout) TMSG2(%lx,*arg); This is just too ugly! Please don't do such code uglification to save a few bytes. Beyond that, why

Re: (5th) Janitorial dlls/advapi32/registry.c W-A cleanup

2003-03-09 Thread Marcus Meissner
Hope this one makes everyone happyg Change Log: Janitorial. Get rid of W-A calls Files Changed: dlls/advapi32/registry.c -- Tony Lambregts Index: Makefile.in === RCS file: /home/wine/wine/dlls/advapi32/Makefile.in,v

Re: Patch Ole32 - More 16/32 Splitting

2003-03-03 Thread Marcus Meissner
On Mon, Mar 03, 2003 at 12:41:38PM -0500, Steven Edwards wrote: I dont know if this is right. So i figured I would submit and ask... Can you use CLSIDFromProgID rather then CLSIDFromProgID16 here? I have not really looked at any of these functions before. You can't. The 16 version uses

Re: GlobalInterfaceTable?

2003-03-02 Thread Marcus Meissner
On Sun, Mar 02, 2003 at 07:15:16PM +, Mike Hearn wrote: Hi, As part of a program that creates an instance of MSXML2.DOMDocument, I get the following errors: fixme:ole:CoCreateInstance no classfactory created for CLSID {0323---c000-0046}, hres is 0x80040154

Re: Consoles (1/3)

2003-03-01 Thread Marcus Meissner
On Sat, Mar 01, 2003 at 10:22:13AM -0800, Dan Kegel wrote: Eric Pouech wrote: So what's new? Copy and paste from wineconsole has always defeated me. It has literally never worked properly. All the backtraces I've posted have been done using redirection. Err, just press Shift and the

Re: gcc 3.2.2?

2003-02-24 Thread Marcus Meissner
Gregory M. Turner wrote: So, what can I expect from wine and gcc322? Any known interestingnesses? Anyone even tried it? Presumably, since the threading magic needs to be in the kernel (I run a modified linux-2.4.21-pre4-ac5 atm), I will not get the pthread bug... Wine even compiles and

Re: Problem with recent builds under RH8.0

2003-02-18 Thread Marcus Meissner
On Tue, Feb 18, 2003 at 02:13:35PM +0100, Lionel Ulmer wrote: As I said, my GL headers come from the CVS pull from the DRI, not from any pre-packaged headers. Well, I think the problem comes from one of your OpenGL headers... Can you do a 'grep GL_VERSION_1_3' in your GL headers (mostly

Re: Resources and more with Darwin

2003-02-18 Thread Marcus Meissner
First, windres supports any conversions between .rc, .res, .o files, whereas wrc supports only .rc - .res. It would be interesting (from the Winelib point of view) to also support .rc and .res - .o. The other transformations supported by windres (.o - .res - .rc) are not as interesting,

Re: Resources and more with Darwin

2003-02-16 Thread Marcus Meissner
On Sun, Feb 16, 2003 at 06:22:56PM +0100, Pierre d'Herbemont wrote: Hi all! I am trying to build wine onto Max OS X/Darwin. I am getting trouble with windres and the *.res files. I would like to know if it would be possible to have winelib running without those resources, I mean, could I

Re: wine/ win32/device.c server/trace.c server/tim ...

2003-02-16 Thread Marcus Meissner
On Sun, Feb 16, 2003 at 02:09:30PM -0800, Dan Kegel wrote: Eric Pouech wrote: ;-) anyway, Uwe's patch doesn't fix all the issues I have here (it seems there is still an initialized pointer around) Another reason to look forward to the coming unification of wine threads with NPTL threads:

Re: Crash in MSVCRT_type_info_name

2003-02-09 Thread Marcus Meissner
On Sun, Feb 09, 2003 at 06:29:14PM +0100, Uwe Bonnes wrote: Hallo, Altera Quartus crashes soon after start when run with builtin msvcrt: 0009:Call msvcrt.?name@type_info@@QBEPBDXZ(0062) ret=407ec69a trace:msvcrt:MSVCRT_type_info_name trace:seh:EXC_RtlRaiseException code=c005

Re: cvs wine + win2k ole + installshield = unhappy

2003-02-08 Thread Marcus Meissner
On Sat, Feb 08, 2003 at 03:48:37AM -0800, Dan Kegel wrote: Dan Kegel wrote: An installer made with plain old Installshield 6. ... Start the installer (SETUP.EXE) with the command $ wine --dll compobj,storage,ole,ole2,ole32,oleaut32,rpcrt4=n SETUP.EXE OK, I have more data. wine-20030115

Re: cvs wine + win2k ole + installshield = unhappy

2003-02-07 Thread Marcus Meissner
On Fri, Feb 07, 2003 at 01:52:34PM -0500, Vincent Béron wrote: Dan Kegel a écrit: Roderick Colenbrander wrote: Installing IS6 installers is not very hard on Wine. You don't need any windows dlls. You need to have the winedefault.reg file installed and after that you need stdole32.tlb from

Re: Started playing with Wineserver on mingw/cygwin again

2003-02-06 Thread Marcus Meissner
Do we have a definitive explanation of just how bad the current wine/pthread incompatibilities are, and/or where current efforts are at? I'd not known there were any efforts to get wine working with nptl (hence my perhaps exaggerated alarm) until the link to Ingo's kernel patch was posted

Re: Started playing with Wineserver on mingw/cygwin again

2003-02-06 Thread Marcus Meissner
On Thu, Feb 06, 2003 at 03:31:52PM -0600, Chris Tooley wrote: On Thu, 2003-02-06 at 15:10, Alexandre Julliard wrote: Geoff Thorpe [EMAIL PROTECTED] writes: Do we have a definitive explanation of just how bad the current wine/pthread incompatibilities are, and/or where current efforts

Re: Started playing with Wineserver on mingw/cygwin again

2003-02-05 Thread Marcus Meissner
On Wed, Feb 05, 2003 at 09:00:27AM -0500, Dimitrie O. Paun wrote: On February 5, 2003 03:36 am, David Fraser wrote: Under cygwin, there is no clone call as far as I can make out ... there is pthreads support and there is hackish support for fork. Do threads in Cygwin's pthreads map

Re: infinite loop in msvcrt dll

2003-02-02 Thread Marcus Meissner
On Sun, Feb 02, 2003 at 12:34:53AM +0100, Michael Stefaniuc wrote: Hello, when starting ACT!2000 with wine the program freezes after the main window is brought up and one wine process goes mad and eats all the cpu. Running strace on that pid dosn't show any system call and even the relay

Re: Avoiding tempnam (in favor of mkstemp)

2003-02-02 Thread Marcus Meissner
On Sun, Feb 02, 2003 at 06:12:06PM -0500, Dimitrie O. Paun wrote: On February 1, 2003 03:31 am, Gerald Pfeifer wrote: We have had some (security-relevant) warning regressions for the following two programs in tools: There's no regression -- these utilities have been using tempnam() from

Re: common file dialogs

2003-01-31 Thread Marcus Meissner
On Fri, Jan 31, 2003 at 10:56:28AM +, Mike Hearn wrote: Hi, Is there a reason that: a) The Wine open/save dialog boxes don't show or follow symlinks and b) They show dotfiles? I seem to recall a discussion on wine-devel way back on the topic of dotfiles, but a quick archive search

Re: open_master_socket ???

2003-01-26 Thread Marcus Meissner
On Mon, Jan 27, 2003 at 01:00:46AM +0400, Auge Mike wrote: /* open the master server socket and start waiting for new clients */ open_master_socket Who can explain for me the task of the above function in more words? Why we need to do fork() inside this function, although the parent of

Re: Unhandled exception in VB app Yardi Property Management

2003-01-25 Thread Marcus Meissner
On Sat, Jan 25, 2003 at 12:06:10AM -0800, Dan Kegel wrote: A local company wants to run Yardi Professional Property Management, a VB app that doesn't use Access, under Wine. (See http://www.yardi.com.) I tried it under CVS wine as of a few days ago. Happily, the setup program completes,

Re: PATCH: glibc 2.3.x and errno

2003-01-25 Thread Marcus Meissner
On Sat, Jan 25, 2003 at 04:43:09AM -0800, Francois Gouget wrote: On Fri, 24 Jan 2003, Ulrich Weigand wrote: [...] This means that C source code compiled against the new headers will result in assembler code that *directly* accesses a thread-local variable as defined by the TLS ABI. In the

Re: debugger detection in newbin.

2003-01-23 Thread Marcus Meissner
On Thu, Jan 23, 2003 at 10:12:32AM +0100, Rein Klazes wrote: Hi, The latest version of newsbin 4.1B5 refuses to run, displaying debugger or monitoring tool detected. The detection code is very simple, immedeately at the program entry point 0x516000 it does (intel syntax): | Disassembly

Re: PATCH: kernel / errno testing

2003-01-22 Thread Marcus Meissner
On Wed, Jan 22, 2003 at 12:49:50PM -0800, Francois Gouget wrote: On Wed, 22 Jan 2003, Dan Kegel wrote: Marcus Meissner wrote: Hi, glibc 2.3.current CVS is throwing a huge stone in our direction, it no longer allows overload of __errno_location. To visualize this problem I

Re: Installshield 6 crash: ole trouble

2003-01-22 Thread Marcus Meissner
On Wed, Jan 22, 2003 at 01:50:36PM -0800, Dan Kegel wrote: Marcus Meissner wrote: IIRC, InstallShield 6 can work if you copy stdole32.tlb from a real windows to wine's system directory. I will add a large message suggesting that. Thanks. (I'm also looking forward to the possibility

Re: Buiz talk

2003-01-21 Thread Marcus Meissner
On Tue, Jan 21, 2003 at 09:32:45AM +0100, Uwe Bonnes wrote: Hallo, on http://www.vnunet.com/News/1138118 Suse's Dan Homolka is cited with: Dan Homolka, technical sales manager at SuSE, claimed that the vendor's Linux environment actually runs Microsoft Office faster than Windows mainly

Re: Installshield 6 crash: ole trouble

2003-01-21 Thread Marcus Meissner
On Tue, Jan 21, 2003 at 09:43:29AM +, Mike Hearn wrote: Would this be fixed by the work that's being done on Wines RPC implementation? This is a different implementation, when it is finished ... yes. The current implementation should be capable of doing that too. Why exactly does an

Re: Installshield 6 crash: ole trouble

2003-01-21 Thread Marcus Meissner
On Tue, Jan 21, 2003 at 04:26:28PM +0100, Sylvain Petreolle wrote: what are the missing functions that live in stdole2.tlb ? is someone trying to implement it ? The TLB is a typelib file, which is compiled from a .IDL file. So widl needs to generate it at one point. Ciao, Marcus

Re: Stdole32.tlb (was: Installshield 6 crash: ole trouble)

2003-01-21 Thread Marcus Meissner
And what's wrong with importing lots of structures, if unused typedefs aren't stored in the type library? The main problem is that the typelibs import all kinds of stuff. Stdole2.tlb imports declarations from guiddef.h, oaidl.idl, unknwn.idl, ocidl.idl, olectl.h, plus some functions and

Re: Installshield 6 crash: ole trouble

2003-01-20 Thread Marcus Meissner
On Mon, Jan 20, 2003 at 11:12:29PM -0800, Dan Kegel wrote: Dan Kegel wrote: Bobby Bingham wrote: IIRC, InstallShield 6 can work if you copy stdole32.tlb from a real windows to wine's system directory. I will add a large message suggesting that. Yep, copying just that one file made

Re: 1995-era installshield woes - foreground window never appears

2003-01-19 Thread Marcus Meissner
On Sun, Jan 19, 2003 at 06:02:31PM -0800, Dan Kegel wrote: All the installshield stuff in the msvc4 installer seems to work -- except the Data Access Objects installer. When you run it, you get to the first screen with a big blue background, but the foreground window never shows up. It's

Re: Patch for Wine-20030115 GetFreeSpace on Solaris 8 x86

2003-01-17 Thread Marcus Meissner
On Fri, Jan 17, 2003 at 06:03:35PM -0500, John Wehle wrote: wine ie5setup reports it can't determine the free disk space. truss shows statfs failed with EOVERFLOW and sys/statfs.h says: * Structure returned by statfs(2) and fstatfs(2). * This structure and associated system calls have

Re: * Hack * for Wine-20030115 DOSFS_Hash on Solaris 8 x86

2003-01-17 Thread Marcus Meissner
On Fri, Jan 17, 2003 at 08:40:30PM -0500, John Wehle wrote: wine photoed reports it can't find GIFIMP32.FLT (and friends) which prevents images from being imported. The trace is: trace:dosfs:DOSFS_GetFullName LC:\\PROGRA~1\\COMMON~1\\MICROS~1\\GRPHFLT\\GIFIM P32.FLT (last=0)

Re: Reseting X resolution

2003-01-17 Thread Marcus Meissner
On Sat, Jan 18, 2003 at 01:15:35AM +, Luis Marques wrote: Hello all, I like to test some DirectX applications from time to time. Problem is that they succed long enough to set the resolution but after that fail. I can Ctrl-C the application and resume working but it's not very practial

Re: FHS vs LSB

2003-01-15 Thread Marcus Meissner
On Wed, Jan 15, 2003 at 10:20:29PM -0500, Tom Wickline wrote: In updating the Packagers Guide I plan to replace FHS with LSB any objections ? FHS = http://www.pathname.com/fhs/ LSB = http://www.linuxbase.org/ The FHS is a part of the LSB standard. And we cannot be LSB compliant, we need

Re: html browser for wine (khtml)

2003-01-09 Thread Marcus Meissner
On Thu, Jan 09, 2003 at 11:21:18AM -0500, Dimitrie O. Paun wrote: On January 9, 2003 12:14 pm, Alexandre Julliard wrote: I'd prefer to avoid C++, but if there's no other choice then of course we'll have to do it. I'm still hoping that we can find a way to avoid duplicating all that code

Re: html browser for wine (khtml)

2003-01-09 Thread Marcus Meissner
On Thu, Jan 09, 2003 at 12:28:38PM -0500, Dimitrie O. Paun wrote: On January 9, 2003 01:46 pm, Marcus Meissner wrote: Actually there already was a Konqueror / WINE integration already, called reaktivate. It replaced urlmon and provided a IWebBrowser interface. Sweet! This is exactly what I

Re: Symbol stripping?

2003-01-09 Thread Marcus Meissner
On Wed, Jan 08, 2003 at 08:59:39AM +, Mike Hearn wrote: What does gcc prior to 3.1 do with the -gstabs+ flag? If it ignores it, or it's implied anyway, we could just have it always on. If not then I have some bash here that can parse the output of gcc -v and determine whether it's = 3.1,

Re: prevent dereferencing null

2003-01-09 Thread Marcus Meissner
On Thu, Jan 09, 2003 at 05:45:00PM -0800, Bill Medland wrote: On January 9, 2003 03:12 pm, Dimitrie O. Paun wrote: On January 9, 2003 07:08 pm, Bill Medland wrote: +if (!tpinfo-chanbuf) { +ERR(tpinfo has no Rpc Channel Buffer\n); +return 0; +} Is this

Re: dlls/Makefile.in

2003-01-07 Thread Marcus Meissner
On Tue, Jan 07, 2003 at 07:17:38AM -0600, Jeff Smith wrote: From: Marcus Meissner [EMAIL PROTECTED] Some not so compatible versions of make only like this variable in pattern replacement rules, so this might not work on all platforms. I tried looking into this before submitting the patch

Re: problem building tests with msvc6

2003-01-06 Thread Marcus Meissner
On Sun, Jan 05, 2003 at 12:13:26PM -0800, Dan Kegel wrote: Trying to build conformance tests on Windows Me with msdev6, but got the following link errors: safearray.obj : error LNK2001: unresolved external symbol _IID_IStorage safearray.obj : error LNK2001: unresolved external symbol

Re: but report -- the last line tell me do this

2003-01-06 Thread Marcus Meissner
On Mon, Jan 06, 2003 at 06:39:36PM +0800, yf wrote: [yf@yf 2002]$ wine ./hexin.exe fixme:ole:CoRegisterMessageFilter stub fixme:shdocvw:WBPCI2_GetGUID stub: dwGuidKind = 1, pGUID = {----} fixme:shdocvw:WBPCI2_GetGUID Wrongly returning IPropertyNotifySink

Re: dlls/Makefile.in

2003-01-06 Thread Marcus Meissner
On Mon, Jan 06, 2003 at 01:55:26PM -0600, Jeff Smith wrote: Changelog: Make use of the automatic variable $ in dll make rules. advapi32.dll$(DLLEXT): advapi32/advapi32.dll$(DLLEXT) - $(RM) $@ $(LN_S) advapi32/advapi32.dll$(DLLEXT) $@ + $(RM) $@ $(LN_S) $ $@ Some not so compatible

Re: Windows XP conformance test update 1/5

2003-01-05 Thread Marcus Meissner
oleaut32/safearray reports 8 failures but the page only shows 4 failures. Simple, I did update these tests after your last run. C:\winetestsoleaut32_test.exe safearray safearray.c:137: Test failed: SAC(20,1,[1,0]), result 8, expected 0 safearray.c:143: Test failed: SAGE for vt 20 returned

Re: Patch/workaround for configure problem

2003-01-05 Thread Marcus Meissner
On Sun, Jan 05, 2003 at 02:41:07PM -0500, Nathan Boyle wrote: I don't know whether someone is adding or removing a DLL or something[ctl3d doesn't appear to be in the repository], but i had to make the following patch in order to configure and compile the wine sources that i downloaded from CVS

Re: WinXP conformance test update

2002-12-28 Thread Marcus Meissner
On Fri, Dec 27, 2002 at 05:57:18PM -0500, Dave Miller wrote: These tests were run on Windows XP Professional using the latest precompiled binaries. The results of any tests not listed on or not matching http://fgouget.free.fr/wine/tests-en.shtml C:\winetestsoleaut32_test.exe safearray

Re: Mac OS X Port of WineLib

2002-12-28 Thread Marcus Meissner
On Thu, Dec 26, 2002 at 09:56:01PM -0500, [EMAIL PROTECTED] wrote: Hi, I dont recall how I stumbled upon Wine and its existance, however I am intersted in recent, if any, devlopments with the porting of Wine to OS X.  I checked the Wine site and most of the articles are dated with the

Re: Wine, Windows.Forms on Linux, GC and segfaults.

2002-12-16 Thread Marcus Meissner
On Wed, Dec 11, 2002 at 01:05:32PM -0500, Miguel de Icaza wrote: Hello, The problem is that by the time that Wine has been initialized, using setjmp/longjmp will always lead to a crash. The code in pthreads that performs the longjmp will first try to invoke the pthread cleanup

LHashValOfNameSysA for 407

2002-12-13 Thread Marcus Meissner
Hi, I have an app here, which uses locale 407, for which we do not implement LHashValOfNameSys yet... It reports: err:ole:LHashValOfNameSysA No hash for LCID 407, returning '0x00424242', please report If someone wants to fix it :) Ciao, Marcus

Re: Wine, Windows.Forms on Linux, GC and segfaults.

2002-12-11 Thread Marcus Meissner
On Tue, Dec 10, 2002 at 08:41:34PM -0500, Miguel de Icaza wrote: Hello, With the help of Hans Boehm, I have been tracking the problems we have to run the Windows.Forms code with GC enabled. Turns out that the problem is not the Boehm code at all, it just exposes a problem that might be

Re: lz32 kernel32

2002-12-10 Thread Marcus Meissner
On Tue, Dec 10, 2002 at 01:06:54AM -0800, Francois Gouget wrote: I have checked the Wine spec files against the list of APIs exported by the various Windows libraries and started on resolving the discrepancies. One of the (smaller) things I found is that in Win2000 and WinXP the LZ API is

Re: spec file definitions

2002-12-03 Thread Marcus Meissner
On Wed, Dec 04, 2002 at 12:21:55AM +0100, Rolf Kalbermatter wrote: I have seen some definitions of functions in a spec file where a string was defined as str or wstr. I do remember that there was an issue with this depending if the string parameter was input only (eg. const) or an input/output

Re: About picture format.

2002-11-21 Thread Marcus Meissner
On Wed, Nov 20, 2002 at 06:59:42PM +0800, yf wrote: ÔÚ 2002-11-20 Èý µÄ 18:13£¬ Patrik Stridvall дµÀ£º 0ˆ80‰3 2002-11-20 0‡60‹5 0…80‡2 15:270„50…1 Marcus Meissner 0ˆ40…70…80†80„50†2 On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using

Re: About picture format.

2002-11-19 Thread Marcus Meissner
On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that wine only support Bitmap and JPEG picture format. Where can I get some info about it. I want to implement it. Pls give me some hints about it. Where is it trying to use

Re: vxdcall calling convention

2002-11-18 Thread Marcus Meissner
On Mon, Nov 18, 2002 at 04:21:37PM +0100, Patrik Stridvall wrote: Le lun 18/11/2002 à 02:51, Patrik Stridvall a écrit : Corrects this line in winapi_check: win32/device.c:544: kernel32: void VxDCall(DWORD,CONTEXT86 *): calling convention mismatch: cdecl != stdcall I'm not

Re: kdelnk2desktop.py

2002-11-16 Thread Marcus Meissner
On Fri, Nov 15, 2002 at 06:43:19PM -0600, Dustin Navea wrote: I just switched to slackware from Mandrake8 and I was foolin around tryin to see if ther ewas an xchat built with kdelibs and stumbled across kdelnk2desktop.py in my /usr/bin dir. im not sure if it exists in other distors but it

Re: COM Enhancement patch

2002-11-15 Thread Marcus Meissner
On Thu, Nov 14, 2002 at 04:35:00PM -0800, WINE wrote: Christian Costa [EMAIL PROTECTED] writes: I've sent a patch for ddraw COM management, I did not have any comments and the patch has been rejected. Could someone tell me if something is wrong or lacking? Well, I was hoping some of

Re: Filesystem change notifications

2002-11-14 Thread Marcus Meissner
Fam requires portmapper. If not set up properly (i.e. by someone who understands what they are letting loose) portmapper can be a serious security problem. The security community regard the introduction of fam a serious backward step on RH's part. KDE etc might use it but they do not

Re: PATCH: cups dynamical dependency

2002-11-11 Thread Marcus Meissner
On Sun, Nov 10, 2002 at 11:18:27PM -0500, Dimitrie O. Paun wrote: On November 10, 2002 02:40 pm, Marcus Meissner wrote: Do not link against -lcups directly, but dynamically load it if present. (just like freetype etc.) [...] +#ifdef HAVE_CUPS + /* dynamically

Re: PATCH: cups dynamical dependency

2002-11-11 Thread Marcus Meissner
On Mon, Nov 11, 2002 at 02:26:31PM +0100, Sylvain Petreolle wrote: It is the same for freetype. I can do it the other way easily. I'll send a new patch later this day. Ciao, Marcus Couldn't this be done for all dlls thare loaded inconditionnally by another dlls ? For example

Re: Wine 0.8: VB compatibility !!

2002-11-11 Thread Marcus Meissner
On Sat, Nov 09, 2002 at 11:41:44AM -, Ann and Jason Edmeades wrote: I have a VB prog (see www.badcomp.co.uk) which I spent a long time getting working under Wine and fixed all the oleaut32 Var* routines it used. However if you look at that dll, there are still a huge number of stubs.

Re: [PATCHLET] DeleteFile With Empty Paths

2002-11-07 Thread Marcus Meissner
On Thu, Nov 07, 2002 at 02:18:20AM -0800, Ryan Cumming wrote: Hi, KaZaA Lite 2.0 calls DeleteFile with an empty path at shutdown, which triggers ERR(Empty path passed\n). It seems a bit silly to call that an error, so this patch changes the message to a warning. It also does a

Re: Wine 0.8 TODO v0.2

2002-11-07 Thread Marcus Meissner
On Thu, Nov 07, 2002 at 07:24:18PM +0100, Joerg Mayer wrote: On Thu, Nov 07, 2002 at 09:30:10AM -0800, Alexandre Julliard wrote: The spec files etc. should not be in the tree, that's right Why shouldn't thy be in the tree? Actually, I prefer to install Software (including self compiled sw)

Re: Fwd: WINE virus thing

2002-11-06 Thread Marcus Meissner
On Tue, Nov 05, 2002 at 07:11:53PM -0500, Dimitrie O. Paun wrote: -- Forwarded Message -- Subject: WINE virus thing Date: Tue, 5 Nov 2002 22:33:29 +0100 (MET) From: Marcel Partap [EMAIL PROTECTED] To: [EMAIL PROTECTED] Dear Dimitrie, I am not on the mailing list for

Re: PATCH: DispCallFunc

2002-11-06 Thread Marcus Meissner
On Wed, Nov 06, 2002 at 01:53:40PM -0500, Dimitrie O. Paun wrote: On November 6, 2002 01:40 pm, Marcus Meissner wrote: + +FIXME((%p, %ld, %d, %d, %d, %p, %p, %p)\n, + pvInstance, oVft, cc, vtReturn, cActuals, prgvt, prgpvarg, pvargResult + ); Why is this one a FIXME

Re: A problem with comctl32

2002-11-05 Thread Marcus Meissner
On Sat, Nov 02, 2002 at 03:56:11PM -0500, DanteAliegri wrote: Hey, I've come across what appears to be a simple problem in comctl32. When running icq99b, wine was dying in imagelist.c while trying to dereference a null pointer. Upon looking at the file, there was code for returning FALSE if

Re: A problem with comctl32

2002-11-04 Thread Marcus Meissner
-const INT lx = himl-cx * pimldp-i + pimldp-xBitmap; -const INT ly = pimldp-yBitmap; +static INT lx; +static INT ly; Should this be really static? Can't this function be called reentrant? well, static is no worse than const ;) It is. Your program is no longer

Re: PATCH: ppc fix 2

2002-11-04 Thread Marcus Meissner
On Wed, Oct 30, 2002 at 10:13:36AM -0600, Greg Turner wrote: On Wednesday 30 October 2002 07:22 am, Marcus Meissner wrote: Fixed LITTLE_ENDIAN_32_READ macro to at least compile. btw, this seems to imply that even with the parentheses fix, it's still not right... is that the case? You

Re: WINE for PowerPC?

2002-11-03 Thread Marcus Meissner
On Sat, Nov 02, 2002 at 05:37:13PM -0600, Adam Ernst wrote: I'm sorry if this is off topic or doesn't belong here. I'm not a developer (at least not in C) so I'll wait a few years while I learn C before I come back and help you guys. But I was wondering... What are the technical issues

Re: Wine securityflaw.

2002-10-31 Thread Marcus Meissner
On Thu, Oct 31, 2002 at 11:10:33AM -0300, Raul Dias wrote: My $0.02, I always though of a wine as way to run windows apps better than windows. Better also means more secure for me. A way to make it more secure is to catch key API calls and decide if the application is allowed to run

Re: So lets say we do it

2002-10-31 Thread Marcus Meissner
On Thu, Oct 31, 2002 at 08:24:28AM -0800, Alexandre Julliard wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: So the 5% left, install wine, install a Win-app, and play around. Great, it works! You forgot a few things here: As for the SuSE wine RPMS: First it doesn't even start

Re: PATCH: ppc fix 2

2002-10-30 Thread Marcus Meissner
On Wed, Oct 30, 2002 at 07:56:10AM -0600, Greg Turner wrote: On Wednesday 30 October 2002 07:22 am, Marcus Meissner wrote: Hi, Just a bad macro. ciao, marcus Changelog: Fixed LITTLE_ENDIAN_32_READ macro to at least compile. Index: ndr_marshall.c

  1   2   3   4   >