Re: Exception handling/Error question - WeOnlyDo Discussion board

Re: Exception handling/Error question (General questions)

by JasonH, Monday, June 20, 2005, 23:31 (6878 days ago) @ wodSupport

Ok, I did some calculation. Error you get is -2146798272 which converted to HEX is 800A7540. If I take only lower word, it's HEX 7540. Converting it back to dec gives us 30016 - so this is HRESULT error for invalid login/password, right?

But this isn't access violation exception I'm worried about, and for which I need to duplicate behavior. 30016 can be fixed if trapped correctly, right?

Or I'm missing something here. What are we after, if 30016 is expected?

30016 is expected, and that's what the connected event says we get. However, either I'm not handling this exception well or something is not getting released, etc. I just get an access violation in the wodftpdlx dll and I'm not sure why. It seems like I'm doing everything right. I'm sending up the code to my test app and my real app.

Thanks


Complete thread: