Following Marcus Meissner's advice how to build a WoW64 setup (thanks!),
I have succeeded in building a set of co-installable i386/amd64 Debian
packages. Those won't make it into the "wheezy" release as I was just a
bit late for the freeze, but I have uploaded packages to experimental.
What didn't
On Thu, Jul 5, 2012 at 3:09 AM, Jacek Caban wrote:
> ...
> While it's not about this particular patch, I can see that you're
> changing hhctrl.ocx to the point where it has an useful API (as opposed
> to simple hh.exe-like help viewer). It is really nice to see, thanks. It
> would be great to have
Austin English wrote:
> +HRESULT WINAPI WerSetFlags(DWORD flags)
> +{
> +FIXME("(%d) stub!\n", flags);
> +return E_NOTIMPL;
> +}
1. 'flags' is unsigned
2. if it's supposed to be bit flags then printing it in decimal
is not helpful.
--
Dmitry.
On Wed, Jul 4, 2012 at 8:13 AM, Jacek Caban wrote:
> On 07/03/12 20:10, Jacek Caban wrote:
>> On 06/29/12 03:35, Austin English wrote:
>>> On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam
>>> wrote:
2012/6/29 Austin English :
> Fixes http://bugs.winehq.org/show_bug.cgi?id=30980
>
>>>
Hi Erich,
On 07/04/12 20:32, Erich E. Hoover wrote:
> This series of patches is intended to fix the problems with HTML Help
> associated with Bug #11303 (HtmlHelp causes problems in Elster). This
> patch implements some of the framework required by the other patches
> through implementing the HH_