Re: What happened to __TRY?

2008-11-06 Thread Rob Shearman
2008/11/6 Michael Ost [EMAIL PROTECTED]: Hi all, When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix it. I tried adding

Re: What happened to __TRY?

2008-11-06 Thread Alexandre Julliard
Michael Ost [EMAIL PROTECTED] writes: When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix it. I tried adding -lntdll

Re: What happened to __TRY?

2008-11-06 Thread Dmitry Timoshkov
Rob Shearman [EMAIL PROTECTED] wrote: When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix it. I tried adding -lntdll and

Re: What happened to __TRY?

2008-11-06 Thread Michael Ost
Rob Shearman wrote: 2008/11/6 Michael Ost [EMAIL PROTECTED]: Hi all, When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix

Re: What happened to __TRY?

2008-11-06 Thread Michael Ost
Alexandre Julliard wrote: Michael Ost [EMAIL PROTECTED] writes: When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix

What happened to __TRY?

2008-11-05 Thread Michael Ost
Hi all, When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h, but I am not sure how to fix it. I tried adding -lntdll and -lwine to the link command line

Re: What happened to __TRY?

2008-11-05 Thread Maarten Lankhorst
Have you tried linking to kernel32 too? 2008/11/6, Michael Ost [EMAIL PROTECTED]: Hi all, When I upgraded wine-develfrom 1.0 to 1.1.7, my winelib app that uses __TRY no longer links. It complains that RtlUnwind cannot be found. I can see that RtlUnwind was added to wine/exception.h,