Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Maximiliano Curia
On Monday 26 September 2005 15:00, Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 This patch executes the create interface code when

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Robert Shearman
Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 @@ -5207,9 +5207,11 @@ ITypeInfoImpl *This = (ITypeInfoImpl *)iface; HRESULT

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Alex Villací­s Lasso
Robert Shearman wrote: Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 @@ -5207,9 +5207,11 @@ ITypeInfoImpl *This = (ITypeInfoImpl

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-26 Thread Alex Villací­s Lasso
Maximiliano Curia wrote: Hi, I'm trying to use a program called siap[1] under wine. It's the required program to pay taxes that the Argentinian government uses. So, it's quite important for the free software community in Argentina to be able to use it in a free software environment. However,

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-19 Thread Maximiliano Curia
On Saturday 17 September 2005 20:45, Robert Shearman wrote: Start the program with WINEDEBUG=+treeview wine program.exe treeview.log and send the treeview log to the list (compressed if it is over 50kB). It's about 31 Kb, it gets to the line 272 to open the main window and showing the

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-18 Thread Andreas Mohr
Hi, On Sat, Sep 17, 2005 at 08:20:29PM -0300, Maximiliano Curia wrote: So, what should I do next? I'm afraid I cannot give much technical advice how to proceed here, but what you should do soon is to protest loudly against *FORCING* a Windows-only program on the public in this day and age of

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-18 Thread Dimi Paun
On Sat, 2005-09-17 at 17:46 -0300, Maximiliano Curia wrote: Is anybody working in this dll, or has worked on this widget? Nobody currently works on the treeview unfortunately, and it needs love. Lots of it. If you want to take a stab at it, you can find it in dlls/comctl32/treeview.c -- Dimi

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-17 Thread Robert Shearman
Maximiliano Curia wrote: ... There are a couple of important widgets that seem to be incompatible with wine. But as I'm not an expert neither in Windows nor in wine, the one I could really track down is a TreeView widget (from comctl32.dll) (from the main window of the program), that is not