Re: comctl32/tests: Added first TaskDialog test.

2011-06-13 Thread Patrick Gauthier
On 06/13/11 06:54, André Hentschel wrote: IIRC the reason for the temporary file is that we can easily turn the v6 features on and off and AFAIK we can't if we have it hardcoded in a resource. I did not mean to hardcode as a resource of type RT_MANIFEST id 1, but rather some random id, then

Re: About building test suite for Windows

2011-06-12 Thread Patrick Gauthier
On 06/12/11 07:03, André Hentschel wrote: Hi, i had a look in my config.log and found in my 32-bit tree: ... configure:7022: checking for i686-mingw32msvc-gcc configure:7052: result: no configure:7022: checking for i586-mingw32msvc-gcc configure:7038: found /usr/bin/i586-mingw32msvc-gcc

Re: comctl32/tests: Added first TaskDialog test.

2011-06-12 Thread Patrick Gauthier
Hey, Patrick. Look at tests/listview.c for example to see how I load version 6 with activation context API. It doesn't work for some reason for XP SP3 (a glitch I don't understand), but works fine for everything else. All you need is v6util.h. Without version 6 activation this test is

About building test suite for Windows

2011-06-11 Thread Patrick Gauthier
Hi, As I was writing my task dialog test I ran into a few problems trying to test on Windows... First, I tried building it using make crosstest but I keep getting this: $ gmake crosstest crosstest is not supported (mingw not installed?) gmake: *** [crosstest] Error 1 I am on FreeBSD

Re: TaskDialog implementation

2011-06-10 Thread Patrick Gauthier
(Sorry for the late reply. BSD dev machine had some hard disk issues.) Thanks for all your input. Here are some comments: On 06/09/11 10:51, Juan Lang wrote: The patch was marked as Pending. That usually means Alexandre's waiting for something, e.g. for you to fix something obvious, or to

TaskDialog implementation

2011-06-09 Thread Patrick Gauthier
Hello everyone, I'd like to port my re-implementation of task dialogs (http://www.korosoft.net/projects/tdemu/) to WINE, actually I have posted a small patch yesterday (merely rearranges some source around, preparatory work) which sadly did not seem to get accepted. I'm going to take my code and