Systems Engineer
Onward Novell Software (I) Pvt.Ltd.
ph +91(11)2905-2642
mobile:9810404350
Fellow bean counters!
On the weekend I wrote a quick script to generate a graph of the number
of patches committed to the Wine CVS per month. The script and the
graph it generates are attached.
Anybody think it would be interesting to have a page of similar graphs
on WineHQ somewhere that's re
I've been distant from DCE for a little while, so I don't have all the
details at the tip of my brain.
Luke isn't quite correct, but is mostly correct :-)
FreeDCE doesn't contain a working DCOM implementation. The following
areas need(ed) some work for that:
1/ NTLMSSP (which we now have in fr
Ivan Leo Puoti wrote:
I've run tests twice, once with winrash and once manually, on windows
nt 4.0
The results are here
http://test.winehq.com/data/200501131000/#NT%204
interestingly some tests that fail or timeout when run from winrash,
work when
run manually.
Is there a way this could be fixed,
On Sunday 16 January 2005 22:10, Mike Hearn wrote:
> Try native oleaut32, this is the fastest way to test your theory. If that
> helps (or gets it past that part of the code) then we need to improve our
Without any debugs and native oleaut32 I now get:
bash-2.05b$ wine fwprint
fixme:ole:StdMar
Luke Kenneth Casson Leighton wrote:
I already checked out FreeDCE and the newly released DCE-RPC several days
ago. Neither provides a DCOM implementation, neither resembles what we
need. We may be able to take some code or ideas from them with some work
to massage it, but there's not much of use th
* Con Kolivas <[EMAIL PROTECTED]> wrote:
> I posted a patch for SCHED_BOUND to do just such a thing to the linux
> kernel mailing list 2 months ago. Noone responded so I didn't pursue
> it.
another option would be to allow a certain range of negative nice levels
for unprivileged users.
It would
>I already checked out FreeDCE and the newly released DCE-RPC several days
> ago. Neither provides a DCOM implementation, neither resembles what we
> need. We may be able to take some code or ideas from them with some work
> to massage it, but there's not much of use there.
dear mike,
you are cor
http://cvs.sourceforge.net/viewcvs.py/freedce/freedce/dcom/dcom.h?rev=1.1&view=markup
dear ivan,
re the header stuff: yes it looks like it is.
do you know where the thingy. mingw dcom headers can be found?
homepage for mingw? hints appreciated.
would like to hook up the right people involved:
Le mar 11/01/2005 à 14:03, Robert Shearman a écrit :
> Changelog:
> - Make MTA dynamically allocated so that proxies and other resources are
> freed at the proper time.
> - Changed/removed some incorrect comments regarding apartments.
>
>
This patch broke wineprefixcreate invocation for me.
--- Mike Hearn <[EMAIL PROTECTED]> wrote:
> On Sat, 15 Jan 2005 21:59:00 +, Oliver Stieber
> wrote:
> > Out of the box installs require a bit more than
> > DirectX but hopefully the OLE and MSI work that's
> been
> > going on lately should help that out.
>
> What type of installer is it? Is
Oliver Stieber wrote:
Finally if you do NOT have a flex-mmap kernel, that
may also allow the
win32 heap to grow as much as necessary.
I've tried doing...
int i;
int j;
char* data;
for(i =0 ; i< 10 ; i++){
data = HeapAlloc(GetProcessHeap(),0,64*1024*1024);
/*write to the data for linux really a
> Right, this is almost certainly a VMA layout issue.
> Try an
>
> echo 1 >/proc/sys/vm/legacy_va_layout
>
That's not there, (but my pc's a good 18 months old
VIA/AMD).
> and see if that makes any difference. Also try
> disabling execshield if
> present:
>
> echo 0 >/proc/sys/kernel/exec-shi
Here is a script that will recreate missing thumbnails and apply the
watermarking.
Please configure the script by modifying the first lines and don't forget to
create the thumbnail directories.
Other than that everything should be fine.
Usage:
1)chmod u+x ./thumbs.php
2)edit clean.php to set
On Sun, 16 Jan 2005 18:30:40 +, Luke Kenneth Casson Leighton wrote:
> DCOM has already been added to FreeDCE: the IDL files (from which
> the header files are auto-generated) are all there.
I already checked out FreeDCE and the newly released DCE-RPC several days
ago. Neither provides a DCOM
On Sun, 16 Jan 2005 15:50:24 +0200, Antti Mäkelä wrote:
> I'm thinking that the XML parsing is probably not the problem (see above),
> so I would like to pursue this approach. What tests cases could I try out?
Try native oleaut32, this is the fastest way to test your theory. If that
helps (or ge
Hey,
On Sun, 16 Jan 2005 19:54:26 +0100, Jonathan Ernst
<[EMAIL PROTECTED]> wrote:
> The new screenshot code is much better. We'll have to make a script to
> go trough every old screenshot and create the thumbnails. Before I do
> the script, please check if the watermarking is nice enough or if we
/*
* API Definitions for DCOM, part of the FreeDCE & DCOM package.
* This file borrows from objbase.h, part of the Windows Includes,
* Copyright Microsoft Corporation.
* */
hm.
does anyone know how to replace this file with a free software
alternative? surely you have deployed tech
Hi Chris,
What I wanted to tell you on the channel was to discard the patch named:
[AppDb] screenshot and image class
Because we discussed it with Paul and I was able to make a new one using
his image class code and I used these classes everywhere on the code.
The new screenshot code is much be
On Sun, Jan 16, 2005 at 09:03:13AM -0800, Steven Edwards wrote:
> Hi,
>
> --- Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> wrote:
> > DCOM applications can be made to WORK under Wine using FreeDCE, Samba or
> > Samba TNG with NamedPipes.
> >
> > unmodified Win32 applications can do DCE/RPC an
On Sat, 15 Jan 2005 03:30:28 +1100, Con Kolivas <[EMAIL PROTECTED]> wrote:
> Ove Kaaven wrote:
> The biggest problem is that there is no way to say to the kernel that
> > one thread is more important than another without permanently renicing
> > all other threads. A potential kernel solution to the
On Sunday 16 January 2005 14:58, Mike Hearn wrote:
> On Sat, 15 Jan 2005 22:35:04 +0200, Antti Mäkelä wrote:
>> 0009:Call kernel32.WideCharToMultiByte(,,7ddd64b4 L"Lab
..snip..
>> 0009:Call user32.LoadStringA(67f0,0088,7796c3d0,0100)
>> ret=67f8cfd5
>
> This is where t
Jeremy White wrote:
Hi all,
This is simply a renaming and reorganizing post; Dimi wacked me
with a clue bat, and I am now looping Ingo Molnar into this
conversation (and I am doing it at great haste since he
made noises about helping ).
The thread started here:
http://www.winehq.org/hypermail/win
Hi,
--- Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> wrote:
> DCOM applications can be made to WORK under Wine using FreeDCE, Samba or
> Samba TNG with NamedPipes.
>
> unmodified Win32 applications can do DCE/RPC and DCOM utilising FreeDCE
> and Samba, with a minimum of development effort ins
On Sun, 16 Jan 2005 12:53:31 +, Mike Hearn wrote:
> Finally if you do NOT have a flex-mmap kernel, that may also allow the
> win32 heap to grow as much as necessary.
To clarify the flex-mmap patches should let us allocate a much larger
process heap, so you may wish to experiment with applying
dear wine developers,
you may have noticed that DCE 1.2.2 was released on the 12th january
2005 under an LGPL license.
as you are no doubt aware, the significance of DCE/RPC is very, very
high.
in particular, with FreeDCE using an NTLMSSP authentication plugin and a
"Named Pipes" transport in sa
On Sat, 15 Jan 2005 21:59:00 +, Oliver Stieber wrote:
> Out of the box installs require a bit more than
> DirectX but hopefully the OLE and MSI work that's been
> going on lately should help that out.
What type of installer is it? Is there a demo somewhere (I didn't see one)
or did you buy it?
Hi,
Using the so-called 'open source' nv driver that ships with Xorg causes
Wine at least on my hardware to misdetect libXrender as being buggy. This
disables clientside font rendering and also causes the entire screen to go
black whenever a Wine application has focus.
Just letting people know in
Hey Jonathan,
On Sun, 16 Jan 2005 13:40:00 +0100, Jonathan Ernst
<[EMAIL PROTECTED]> wrote:
> The Image class (used by the Screenshot class) handles image file from
> the filesystem point of view. It's here that thumbnail creation, file
> deletion, etc. will take place. Paul said he'll work on thi
"Hans Leidekker" <[EMAIL PROTECTED]> wrote:
> This version has the proper A->W crosscalls as suggested by Alexandre,
> includes the extra tests from Dmitry and makes them pass.
You're still making a lot of assumptions about the input string.
Any extra space or comma will break your code.
--
Dmi
On Sat, 15 Jan 2005 22:35:04 +0200, Antti Mäkelä wrote:
> 0009:Call kernel32.WideCharToMultiByte(,,7ddd64b4 L"Lab Logo
> 21997/11/26/labs/logos/1100/6.jpg$data$/lab.fw222",000a,7defb5b0,0015,,)
> ret=67f852e8
> 0009:Ret kernel32.WideCharToMultiByte() retval=
On Sat, 15 Jan 2005 15:58:30 -0600, Rob Shearman wrote:
> The most like answer is that there is so much fragmentation in your
> virtual address space that there is no block of contiguous memory free
> for whatever size is being passed into RtlCreateHeap. Inspecting
> /proc//maps will give you a
Hi,
I'm forwarding this messages from the users' newsgroup.
Have you gurus got an idea?
--- Begin Message ---
Has anyone had any success running Photoshop 7 on an AMD 64bit system?
I have a SuSE 9.1 64bit installation (amd64 3500+ and 2GB dual-channel
RAM) and have sucessfully installed Photoshop
33 matches
Mail list logo