On 10/12/06, Francois Gouget <[EMAIL PROTECTED]> wrote:
3) We could also say that we will wait for the 'registry links'.
This sounds like the right method to me.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victo
Marcus Meissner wrote:
> Hi,
>
> I want to tackle the problem of loading and accessing
> kernel drivers again.
>
> Since the previous tries were met with design concerns,
> lets try to clarify design issues first.
I would say there are 4 issues:
1. We need ntoskrnl.exe - it is more of the DLL th
On 10/12/06, James Hawkins <[EMAIL PROTECTED]> wrote:
Hi,
MSI installers usually have at least two install sequencing tables,
InstallExecuteSequence and InstallUISequence. If the install is run
at the Full UI level, then the installer executes the actions in the
InstallUISequence table in order
On 10/11/06, Jérôme Bouat <[EMAIL PROTECTED]> wrote:
Hello,Because of the following bughttp://bugs.winehq.org/show_bug.cgi?id=5202I would like a new version of Bugzillato be installed.Who can install the new version ?
I can provide scripts for migrating datum.Thanks.I agree, the current version of
On Do, 2006-10-12 at 17:30 +0300, Paul Chitescu wrote:
> +/* Attempt to guess the encoding from the first several
> bytes */
> +
> +/* Extremely crude routine to convert to 8-bit */
Thanks for working on this Feature.
As already mentioned, UNICODE is the better way.
(You c
Hi,
just received an email (after I'd asked) that the Wine scans should be
available again within the next 24 hours.
The current main page http://scan.coverity.com/, doesn't show Wine
currently but that also will change in the next 24 hours.
Cheers,
Paul.
* On Wed, 11 Oct 2006, Marcus Meissner wrote:
> - Services are handled and registered by ADVAPI32.
>
> Currently we handle process type services correctly,
> which are started using CreateProcess().
> These are marked with SERVICE_WIN32 or similar flags.
Right, probably this type is handled
Hi,
I want to use xstrdup() in winebuild/search.c. What do I need to do to make
this function available in this file, please?
Thanks,
-- Andy.
Markus Amsler wrote:
Duane Clark wrote:
Alexandre Julliard wrote:
Markus Amsler <[EMAIL PROTECTED]> writes:
+ /* fill empty buffer on small reads */
+ if(!file->_cnt && rcnt <= MSVCRT_BUFSIZ) {
+MSVCRT__filbuf(file);
+/* reset internal buffer */
+file->_cnt++;
+file->_ptr
Hello,
Because of the following bug
http://bugs.winehq.org/show_bug.cgi?id=5202
I would like a new version of Bugzilla
to be installed.
Who can install the new version ?
I can provide scripts for migrating datum.
Thanks.
"Paul Chitescu" <[EMAIL PROTECTED]> wrote:
+/* Attempt to guess the encoding from the first several bytes */
+if (encoding < 0) {
+if (line [0] == '\377' && line [1] == '\376') {
+encoding = 2; /* FF FE=> UCS-2 little endian */
+
Paul Chitescu wrote:
Changelog: regedit: Allow importing UCS-2 and UTF-8 files created by Windows'
regedit v5.
The code tries to detect the encoding from the first read bytes. UTF-8 is not
modified while UCS-2 is converted by keeping only the lower byte.
The code that you have added is re
Detlef Riekenberg <[EMAIL PROTECTED]> writes:
> +BOOL WINAPI localmon_create_globals(void)
> +{
> +if (g_monitorex == NULL) {
> +g_monitorex = spl_alloc_zero(sizeof(MONITOREX));
> +if (g_monitorex == NULL) return FALSE;
> +
> +g_monitorex->dwMonitorSize = sizeof(MONITOR
Why does winetest start programs with STARTUPINFO.wShowWindow =
SW_HIDE? I think this makes some of the toolbar tests fail as they
depend UpdateWindow sending a WM_PAINT (they fail when launched by
winetest but pass when running comctl32_test.exe from the command line).
Could I remove this lin
Marcus Meissner <[EMAIL PROTECTED]> writes:
> On Thu, Oct 12, 2006 at 10:06:39AM +0200, Hans Leidekker wrote:
>> INT16 WINAPI ioctlsocket16(SOCKET16 s, LONG cmd, ULONG *argp)
>> {
>> u_long arg = *argp;
>> return WS_ioctlsocket( s, cmd, &arg );
>> }
>
> argp is for in- and output.
>
> I wo
"James Hawkins" <[EMAIL PROTECTED]> writes:
> Hi,
>
> Changelog:
> * Move cfgmgr32.h to include/ to match the SDK.
When moving or adding headers, you need to fix include/Makefile.in too.
--
Alexandre Julliard
[EMAIL PROTECTED]
On Thu, Oct 12, 2006 at 10:06:39AM +0200, Hans Leidekker wrote:
> On Thursday 12 October 2006 03:58, Michael [Plouj] Ploujnikov wrote:
>
> > INT16 WINAPI ioctlsocket16(SOCKET16 s, LONG cmd, ULONG *argp)
> > {
> > return WS_ioctlsocket( s, cmd, argp ); /* <- line 319 */
> > }
>
> > Is it wrong
On Thursday 12 October 2006 03:58, Michael [Plouj] Ploujnikov wrote:
> INT16 WINAPI ioctlsocket16(SOCKET16 s, LONG cmd, ULONG *argp)
> {
> return WS_ioctlsocket( s, cmd, argp ); /* <- line 319 */
> }
> Is it wrong "BSD-only" u_long in this function? Should WS_ioctlsocket
> be fixed to use a U
18 matches
Mail list logo