Re: Unloading implicitly loaded DLLs

2006-01-04 Thread Alexandre Julliard
Michael Ost [EMAIL PROTECTED] writes: (2) Second is that these DLLs are DLL_PROCESS_DETACHED in process_detach() every time _any_ DLL is unloaded. This happens because the LoadCount is 0. I set it to -1 in attach_implicitly_loaded_dlls() which does the trick. But again I don't know what the

Re: winecfg: Problems with audio configuration

2006-01-04 Thread Saulius Krasuckas
* On Wed, 4 Jan 2006, Robert Reif wrote: * Joseph Garvin wrote: I'm running Kubuntu on my desktop and clicking the Audio tab under cvs gives this: wine: Unhandled page fault on write access to 0x44fec1ec at address 0x7e6f49d1 (thread 0009), starting debugger... ... Backtrace:

Re: CVS build failure

2006-01-04 Thread Segin
Robert Reif wrote: I am getting the following build error on RH9 with todays CVS: Your problem is that you're using a Linux distro that is unsupported, unused, and obsolete. Might as well use Windows 95...

Re: safedisc

2006-01-04 Thread Saulius Krasuckas
* On Mon, 21 Nov 2005, Vitaliy Margolen wrote: * Monday, November 21, 2005, 4:54:56 PM, Ivan Leo Puoti wrote: Raphael Junqueira asked on bugzilla what the safedisc status is. Currently it works fine, and I believe what we have is more or less ready for CVS. However Vitaly told me

Re: winecfg: Problems with audio configuration

2006-01-04 Thread Robert Reif
Saulius Krasuckas wrote: * On Wed, 4 Jan 2006, Robert Reif wrote: * Joseph Garvin wrote: I'm running Kubuntu on my desktop and clicking the Audio tab under cvs gives this: wine: Unhandled page fault on write access to 0x44fec1ec at address 0x7e6f49d1 (thread 0009), starting

Re: winecfg: Problems with audio configuration

2006-01-04 Thread Andreas Mohr
Hi, On Wed, Jan 04, 2006 at 07:14:02AM -0500, Robert Reif wrote: Saulius Krasuckas wrote: * On Wed, 4 Jan 2006, Robert Reif wrote: The crash occurs in libartsc.so.0 as shown above. And why it can't be libartscbackend.so.0 ? The point is that it is not crashing in winecfg or

Re: PATCH: winspool ordinal export

2006-01-04 Thread Dmitry Timoshkov
Marcus Meissner [EMAIL PROTECTED] wrote: SecureCRT from bug 4225 imports GetDefaultPrinterA() by using the ordinal 201. Not sure if this fix is correct or if this is even the correct approach. But it helps SecureCRT. The other winspool functions are imported by name. This time I ran 'dumpbin

Re: safedisc

2006-01-04 Thread Damjan Jovanovic
--- Saulius Krasuckas [EMAIL PROTECTED] wrote: * On Mon, 21 Nov 2005, Vitaliy Margolen wrote: * Monday, November 21, 2005, 4:54:56 PM, Ivan Leo Puoti wrote: Raphael Junqueira asked on bugzilla what the safedisc status is. Currently it works fine, and I believe what we have is more

Question regarding the Wine Vs WineLib performance

2006-01-04 Thread Ananth M
Hi All, This question is related to the performance of wine using wine and WineLib I have a win32 program that uses a dll. I am checking the timing to execute a function that is exported by the dll I wanted to execute this program in Linux (using wine and WineLib) and check the

Licensing question

2006-01-04 Thread Dominic Wise
I have a question regarding the use of portions of Wine in a commercial application. Sorry if this is not the right place to post but I am not sure who I can directly address this to. The application my employer develops is a financial application designed to work on Win 2K and Win XP, but we

re: Licensing question

2006-01-04 Thread Dan Kegel
[EMAIL PROTECTED] wrote: The application my employer develops is a financial application designed to work on Win 2K and Win XP, but we have a need for a Win32 function that is only supported in XP (TzSpecificLocalTimeToSystemTime). We could write an implementation of this function ourselves

Re: Licensing question

2006-01-04 Thread Andreas Mohr
Hi, On Wed, Jan 04, 2006 at 03:29:22PM +, Dominic Wise wrote: I have a question regarding the use of portions of Wine in a commercial application. Sorry if this is not the right place to post but I am not sure who I can directly address this to. np (I don't think wine-users would be an

wcmd start

2006-01-04 Thread Stefan Leichter
Hello, i found a problem during running a batch file. The problem is the start command. Win9x has it as separate comand (as we currently have it in wine). The Nt based Windows Versions have it as builtin comand in cmd. Wcmd does not know the start command because the start command ist

re: Licensing question

2006-01-04 Thread Dominic Wise
On Wed, 2006-01-04 at 07:44 -0800, Dan Kegel wrote: [EMAIL PROTECTED] wrote: The application my employer develops is a financial application designed to work on Win 2K and Win XP, but we have a need for a Win32 function that is only supported in XP (TzSpecificLocalTimeToSystemTime). We

Re: Question regarding the Wine Vs WineLib performance

2006-01-04 Thread Brian Vincent
On 1/3/06, Ananth M [EMAIL PROTECTED] wrote: Then I converted the dll into .so and compiled and linked this .so with win32 program using WineLib and Wineg++ The timing that was taken to execute the function exported by the dll ( through .so ) is almost two times, compread

Re: PATCH: winspool ordinal export

2006-01-04 Thread Robert Shearman
Hi Marcus, Thanks for submitting a patch for this. I also have an application that depends on one of the exports to have a specific ordinal (203 - GetDefaultPrinterW). Marcus Meissner wrote: -100 stub @ +100 stub [EMAIL PROTECTED] This should be --noname. +# 101 [EMAIL PROTECTED] +#

Re: Licensing question

2006-01-04 Thread Dominic Wise
On Wed, 2006-01-04 at 17:00 +0100, Andreas Mohr wrote: Hi, On Wed, Jan 04, 2006 at 03:29:22PM +, Dominic Wise wrote: I have a question regarding the use of portions of Wine in a commercial application. Sorry if this is not the right place to post but I am not sure who I can directly

Re: winecfg: Problems with audio configuration

2006-01-04 Thread Joseph Garvin
Sorry, I assumed that there would be some form of querying the arts daemon rather than lib calls, which would make crashing avoidable. Guess things don't work that way :P Robert Reif wrote: Andreas Mohr wrote: Hi, On Wed, Jan 04, 2006 at 07:14:02AM -0500, Robert Reif wrote: Saulius

Re: Licensing question

2006-01-04 Thread Daniel Remenak
Dan Kegel is correct. You can create a DLL containing LGPL code and load it from a proprietary application, as long as the source to the DLL is distributed. From the LGPL Preamble: This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite

Re: CRYPTUI: Add an empty cryptui implementation.

2006-01-04 Thread Juan Lang
May not want this empty dll in WineHQ, but it makes SmartFTP start up I don't see any reason not to include it. It is always available, as far as I know, when crypt32.dll is available. Programs that need a real one probably also need native crypt32.dll for now, so people already have to mess

Re: Licensing question

2006-01-04 Thread Dominic Wise
Thanks for identifying the relevant part of the license, and for clarifying the situation wrt separate DLLs. Very helpful. I'll give the rest of the license a good read for future reference. Dominic On Wed, 2006-01-04 at 09:53 -0800, Daniel Remenak wrote: Dan Kegel is correct. You can create a

Re: wcmd start

2006-01-04 Thread Eric Pouech
Stefan Leichter wrote: Hello, i found a problem during running a batch file. The problem is the start command. Win9x has it as separate comand (as we currently have it in wine). The Nt based Windows Versions have it as builtin comand in cmd. Wcmd does not know the start command because the

Re: RpcRT4: Implement NdrClientCall2 and NdrServerCall2

2006-01-04 Thread Roderick Colenbrander
+ * Copyright 2003-5 Robert Shearman (for CodeWeavers) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public It is 2006 now ;) Roderick

Re: Licensing question

2006-01-04 Thread Troy Rollo
On Thu, 5 Jan 2006 04:28, Dominic Wise wrote: Hmmm... I thought from Dan Kegel's earlier response that it would be OK to put the function into a separate library (DLL) and release this library under a separate license to the rest of the application. That is correct, as long as you provide

Re: PATCH: winspool.spec adjustments

2006-01-04 Thread Detlef Riekenberg
Am Mittwoch, den 04.01.2006, 18:40 +0100 schrieb Marcus Meissner: -noname is wrong here: +202 stub -noname [EMAIL PROTECTED] +204 stub -noname [EMAIL PROTECTED] winspool.drv from w2k export this Functions by name. (The Ordinal-Numbers are correct) -- By By ... ... Detlef

Re: Question regarding the Wine Vs WineLib performance

2006-01-04 Thread Tom Spear (aka Dustin Navea)
This may sound like a stupid thought, and may have already been discussed (I couldnt attend wineconf), but doesnt g++ compile everything with -Ox upon request, so it is size-optimized (read: Compressed), and don't most people use that same flag on most compilations? It seems to me that if the

Re: Licensing question

2006-01-04 Thread Tom Spear (aka Dustin Navea)
Dominic Wise wrote: On Wed, 2006-01-04 at 17:00 +0100, Andreas Mohr wrote: Hi, On Wed, Jan 04, 2006 at 03:29:22PM +, Dominic Wise wrote: I have a question regarding the use of portions of Wine in a commercial application. Sorry if this is not the right place to post but I am not

Re: wcmd start

2006-01-04 Thread Mike McCormack
Eric Pouech wrote: An easy fix might be to add the windows/comand directory to the path variable on startup of wcmd. Is the fine for everyone? If not please suggest a better solution. as we get but report for programs not working because the get fooled by wine's start.exe (which shouldn't

Re: gdi32 test

2006-01-04 Thread Dmitry Timoshkov
Stefan Leichter [EMAIL PROTECTED] wrote: ChangeLog --- add a test for CreateDCW 1. there is no need to import CreateDCW dynamically, it always exists 2. dlls/user/tests/monitor.c,test_enumdisplaydevices() test already does this, so your test is redundant. -- Dmitry.