When linking with XP DDK in free mode under W2K environment with __try/__catch blocks, I get unresolved external symbols __SEH_prolog and __SEH_epilog. Am I missing a complier flag or library

Wade

Re: unresolved __SEH_prolog __SEH_epilog by Farooque

Farooque
Wed Mar 03 02:01:53 CST 2004

I think you will have to link with exsup.lib in XP DDK.

--

-Farooque Khan
http://farooque.150m.com




"Wade Ledbetter" <anonymous@discussions.microsoft.com> wrote in message
news:51237E1B-DF87-4425-84EC-B6063FFA20C4@microsoft.com...
> When linking with XP DDK in free mode under W2K environment with
__try/__catch blocks, I get unresolved external symbols __SEH_prolog and
__SEH_epilog. Am I missing a complier flag or library?
>
> Wade



Re: unresolved __SEH_prolog __SEH_epilog by anonymous

anonymous
Wed Mar 03 14:51:07 CST 2004

That didn't work. Any other ideas

Wad

----- Farooque Khan wrote: ----

I think you will have to link with exsup.lib in XP DDK

--

-Farooque Kha
http://farooque.150m.co




"Wade Ledbetter" <anonymous@discussions.microsoft.com> wrote in messag
news:51237E1B-DF87-4425-84EC-B6063FFA20C4@microsoft.com..
> When linking with XP DDK in free mode under W2K environment wit
__try/__catch blocks, I get unresolved external symbols __SEH_prolog an
__SEH_epilog. Am I missing a complier flag or library
>> Wad




Re: unresolved __SEH_prolog __SEH_epilog by Philip

Philip
Wed Mar 03 15:12:31 CST 2004

Try linking to sehupd.lib in the Win2k (fre) environment of the XP DDK.
That worked for me.

Philip Lukidis

"Wade Ledbetter" <anonymous@discussions.microsoft.com> wrote in message
news:7746FB01-E7FB-48FA-9803-CDC62C048B22@microsoft.com...
> That didn't work. Any other ideas?
>
> Wade
>
> ----- Farooque Khan wrote: -----
>
> I think you will have to link with exsup.lib in XP DDK.
>
> --
>
> -Farooque Khan
> http://farooque.150m.com
>
>
>
>
> "Wade Ledbetter" <anonymous@discussions.microsoft.com> wrote in
message
> news:51237E1B-DF87-4425-84EC-B6063FFA20C4@microsoft.com...
> > When linking with XP DDK in free mode under W2K environment with
> __try/__catch blocks, I get unresolved external symbols __SEH_prolog
and
> __SEH_epilog. Am I missing a complier flag or library?
> >> Wade
>
>
>