On Sat, 2006-02-04 at 09:58 +0530, Vijay Kiran Kamuju wrote:
> I did initialize at the start when we use it first time i dont have problems.
But people like me who review and will later add/fix your code
may be confused by it.
> And later where ever i am using that i have initialized it.
Please
Hi,
I did initialize at the start when we use it first time i dont have problems.
And later where ever i am using that i have initialized it.
oops regarding the newlen check i will change that.
If dont use the newlen variable, on windows the test will definitely crash.
Thanks,
VJ
On 2/4/06, Dmit
On Sat, 2006-02-04 at 09:16 +0530, Vijay Kiran Kamuju wrote:
> I have initialized it the starting of the code.
> see newlen=len=strlen(useragent)+1;
> Are you talking about the first one, (i could see only one near the begining).
Yes, apparently I overlooked that one, sorry. I'd suggest to initia
Hi.
I have initialized it the starting of the code.
see newlen=len=strlen(useragent)+1;
Are you talking about the first one, (i could see only one near the begining).
Thanks,
Vijay
On 2/3/06, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-02-03 at 15:36 +0530, Vijay Kiran Kamuju wrot
On Sat, 2006-02-04 at 02:26 +0300, Phil Krylov wrote:
> Could this be done another way? E.g., symlink msftedit.dll.so to
> riched20.dll.so? Or copy riched20.dll.so as msftedit.dll.so, which would
> resemble MS approach more.
I'd suggest #3: forward msftedit entry points to the riched20 ones.
--
Thanks,
So basically, this check is now taken care of in the latest patches,
correct?
Good ... Ill take a look at the guide as James suggested.
Cheers,
Phil
On Wed, 01 Feb 2006 23:27:53 +0100, Detlef Riekenberg <[EMAIL PROTECTED]>
wrote:
Am Sonntag, den 29.01.2006, 14:46 +0100 schrieb
This is what seems to have worked for me
if(!name || !strlen(name)) {
On Fri, 03 Feb 2006 19:23:22 +0100, Christer Palm <[EMAIL PROTECTED]> wrote:
Detlef Riekenberg wrote:
if((!name) && (name[0])) {
Do you really mean that?
"if name is 0, then dereference name"?
--
Christer Palm
Hi Fenix!
What's the status of the glXChooseFBConfig problem you had
a test fix for in
http://www.winehq.com/hypermail/wine-devel/2005/05/0369.html
?
I think this is http://bugs.winehq.org/show_bug.cgi?id=3277
can you chime in there if appropriate?
People keep running into something similar, most
On Sat, 4 Feb 2006 00:07:24 +0100
Stefan Leichter <[EMAIL PROTECTED]> wrote:
> +2 stub IID_IRichEditOle
> +3 stub IID_IRichEditOleCallback
> +4 stub CreateTextServices
> +5 stub IID_ITextServices
> +6 stub IID_ITextHost
> +7 stub IID_ITextHost2
> +8 stub REExtendedRegisterClass
> +9 stub RichEditA
Ok, after working on the winecfg program for a bit, this is what I have :
http://img434.imageshack.us/my.php?image=winecfg17nf.png
I removed the paragraphs from the window as they took up a considerable
amount of space. Perhaps it would be best to document the functions as
stated earlier thro
> Have you got a diff against a current tree anywhere? I can't promise
> I'll be of any help, but I wouldn't mind taking a look sometime when I
> can find the time. A small test program might be usefull as well.
I have attached a diff with my getDC implementation against the current tree,
and a t
0.9.7 also breaks PS.
Oops, sent to the wrong email at first.
On 1/20/06, Hiji <[EMAIL PROTECTED]> wrote:
> --- Aleksey <[EMAIL PROTECTED]> wrote:
> > The patch has been found that breaks Photoshop, but
> > 0.9.6 still brakes PS.
>
> Yes, if the submitter of the patch that broke
> Photoshop could
Detlef Riekenberg wrote:
if((!name) && (name[0])) {
Do you really mean that?
"if name is 0, then dereference name"?
--
Christer Palm
Duane Clark wrote:
Xtramind Autoresponder wrote:
Sehr geehrte Damen und Herren,
Herr Holger Stenzhorn ist nicht mehr im operativen Geschaeft der
Xtramind Technologies GmbH taetig.
Could someone tell me if that means he no longer works there? If so,
Yes, that seems to be the case though t
Am Donnerstag, 2. Februar 2006 23:47 schrieb Juan Lang:
> Stefan Leichter wrote:
> >This patch breaks compilation of the tests with mingw.
>
> (snip)
>
> >str.cross.o: In function `test_NameToStrConversionW':
> >/usr/src/wine/wine-mingw/dlls/crypt32/tests/../../../../wine/include/wine/
> >debug.h:1
Xtramind Autoresponder wrote:
Sehr geehrte Damen und Herren,
Herr Holger Stenzhorn ist nicht mehr im operativen Geschaeft der
Xtramind Technologies GmbH taetig.
Could someone tell me if that means he no longer works there? If so,
I'll remove this email from the list.
Sehr geehrte Damen und Herren,
Herr Holger Stenzhorn ist nicht mehr im operativen Geschaeft der
Xtramind Technologies GmbH taetig.
Ihre E-Mail wurde nicht an Herrn Stenzhorn ausgeliefert.
Sollte der Inhalt Ihrer E-Mail geschaeftliche Belange der Xtramind
Technologies GmbH betreffen, so sende
Stefan Leichter wrote:
This patch breaks compilation of the tests with mingw.
(snip)
str.cross.o: In function `test_NameToStrConversionW':
/usr/src/wine/wine-mingw/dlls/crypt32/tests/../../../../wine/include/wine/debug.h:179:
undefined reference to `_wine_dbgstr_wn'
This isn't the only
* Marcus Meissner <[EMAIL PROTECTED]> [2006-01-31 17:25 +0100]:
> On Tue, Jan 31, 2006 at 10:57:52PM +1100, Joshua Crawford wrote:
>> (I'm not on the devel list, so please Cc: replies either to me or the users
>> list.)
>>
>> After recently upgrading my distro (from Slackware 10.1 to Slackware 10.
On Fri, 2006-02-03 at 15:36 +0530, Vijay Kiran Kamuju wrote:
> +SetLastError(0xdeadbeef);
> +
retval=InternetQueryOptionA(hinet,INTERNET_OPTION_USER_AGENT,NULL,&len);
> +err=GetLastError();
You need to initialize length parameter before InternetQueryOption call.
--
Dmitry.
Hi All,
Check this link
http://www.desktoplinux.com/news/NS2756049592.html
And how many of the top windows programs that are wanted on linux fare
with WINE.
Thanks and Regards,
VJ
21 matches
Mail list logo