Re: crypt32: Fix length-handling of 'decodeBase64Block'

2011-04-16 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10497 Your paranoid android

Re: RAS.h

2011-04-16 Thread Vitaliy Margolen
On 04/16/2011 12:54 AM, Gerold Jens Wucherpfennig wrote: From where may I copy the missing parts? I may not be allowed to directly copy it from Windows' ras.h You answered your own question. You can only re-type SDK headers but never directly copy. Vitaliy

Re: ntdll: Add Windows XP x64

2011-04-16 Thread André Hentschel
Am 15.04.2011 16:07, schrieb Ken Sharp: > The only problem then is people wanting to run 32-bit apps with 16-bit code > on a 64-bit system in XP mode might have all kinds of problems if the app > first checks which kernel is in use - MS in their obvious wisdom have removed > the 16-bit VM from X

W and A functions in wine DLLs

2011-04-16 Thread Gerold Jens Wucherpfennig
Hi, I just want to know how to implement functions in a DLL. If I remember correctly I should implement the W function and call it in the implementation of the A function. Do I have to do some string manipulation functions in the A function? I'm looking forward to reading from you. Best Regards

Windres and wine

2011-04-16 Thread Gerold Jens Wucherpfennig
Hi, I have created GUI dialog with ResEdit. That rc-file shall be used in wine. The problem is that wine doesn't have a Windres.exe. Is it possible to make a c-file from the rc-file? Best Regards Gerold /* (C) 2010 by Gerold Jens Wucherpfennig */ /* licensed under the LGPLv2 and later */ #incl

Re: ntdll: Add Windows XP x64

2011-04-16 Thread Ken Sharp
Yep. That makes more sense. It's certainly beyond my capability. The only problem then is people wanting to run 32-bit apps with 16-bit code on a 64-bit system in XP mode might have all kinds of problems if the app first checks which kernel is in use - MS in their obvious wisdom have removed