Re: Winemaker questions

2005-02-21 Thread Boaz Harrosh
Francois Gouget wrote: __TRY {}/__FINALLY()? I'm not sure the changes I did are now compilable under MSVC nor MingW. 4) Would there be a way to transform __try {}/__finally{} blocks to Unfortunately they don't work exactly the same. There has been many attempts to improve exception support in Wine

Re: Winemaker questions

2005-02-20 Thread Steven Edwards
Hi, --- Francois Gouget <[EMAIL PROTECTED]> wrote: > > 4) Would there be a way to transform __try {}/__finally{} blocks to > > __TRY {}/__FINALLY()? I'm not sure the changes I did are now compilable > > under MSVC nor MingW. > > Unfortunately they don't work exactly the same. There has been many

Re: Winemaker questions

2005-02-19 Thread Francois Gouget
On Sat, 18 Feb 2005, Vincent Béron wrote: Hi François, I tried to use winemaker on an app, and I had the following notes about it. 1) Some subdirs were not visited by winemaker, while some others were. Should it visit all of them recursively? Does it stops if there are no source file in a dir (but

Winemaker questions

2005-02-18 Thread Vincent Béron
Hi François, I tried to use winemaker on an app, and I had the following notes about it. 1) Some subdirs were not visited by winemaker, while some others were. Should it visit all of them recursively? Does it stops if there are no source file in a dir (but there are subdirs)? The last point looks