Alistair Leslie-Hughes wrote:
slc: Initial stub dll
I'm not sure we want to go down the path of implementing the functions in this DLL. Furthermore, this file isn't present on an XP SP2 installation.
Can you give some information as to why this is needed and how the application depends on this DLL?
slc.dll is part of Windows Vista, and seems to be responsible for activation, key validation, maybe genuine validation and probably trial time limit.
I don't think that this is required by Wine unless the DLL has some publically documented API.
Kornél
----- Original Message ----- From: "Robert Shearman" rob@codeweavers.com To: leslie_alistair@hotmail.com Cc: wine-devel@winehq.org Sent: Tuesday, February 19, 2008 6:04 PM Subject: Re: slc: Initial stub DLL (try 2)
Alistair Leslie-Hughes wrote:
slc: Initial stub dll
I'm not sure we want to go down the path of implementing the functions in this DLL. Furthermore, this file isn't present on an XP SP2 installation.
Can you give some information as to why this is needed and how the application depends on this DLL?
-- Rob Shearman
"Kornél Pál" kornelpal@gmail.com wrote in message news:002901c87333$092364e0$5747ee55@kornelpal.hu... slc.dll is part of Windows Vista, and seems to be responsible for activation, key validation, maybe genuine validation and probably trial time limit.
I don't think that this is required by Wine unless the DLL has some publically documented API.
The public API for this dllcan be found in slpublic.h
Best Regards Alistair Leslie-Hughes
"Robert Shearman" rob@codeweavers.com wrote in message news:47BB0C1F.7060803@codeweavers.com...
Alistair Leslie-Hughes wrote:
slc: Initial stub dll
I'm not sure we want to go down the path of implementing the functions in this DLL. Furthermore, this file isn't present on an XP SP2 installation.
This dll is present for vista and Windows Server 2008.
Can you give some information as to why this is needed and how the application depends on this DLL?
The standard Solitaire under Vista requires this dll, and uses function SLGetWindowsInformationDWORD (Stubbing this function was going to be my next patch).
Best Regards Alistair Leslie-Hughes