Inexact Floating Point Result Exception is Non Continuable
| Author | Message |
|---|---|
| An error I've never seen before, and I'm not Crash happens only after program has exited (I've been Googling this but mostly only turning O.T.: I've just noticed that my copy of Win7 RC | |
| Fri, 31 Aug 2012 03:13:43 GMT | |
| | |
| Quote: > An error I've never seen before, and I'm not This has nothing to do with floating points. See this article: INFO: Visual Basic Uses Exception Code 0xC000008F as Internal Exception Code | |
| Fri, 31 Aug 2012 02:20:05 GMT | |
| | |
| Quote: >> An error I've never seen before, and I'm not > This has nothing to do with floating points. See this article: > INFO: Visual Basic Uses Exception Code 0xC000008F as Internal Exception One possible reason is binary compatibility. What the article is saying that | |
| Fri, 31 Aug 2012 02:30:52 GMT | |
| | |
| Quote: > One possible reason is binary compatibility. It's a plain EXE, not an ActiveX EXE. Quote: > What the article is saying that Thanks. That doesn't tell me much, but it | |
| Fri, 31 Aug 2012 03:49:33 GMT | |
| | |
| On Sun, 14 Mar 2010 14:49:33 -0500, "mayayana" Quote: >> One possible reason is binary compatibility. > It's a plain EXE, not an ActiveX EXE. In that case it still amounts to essentially the same thing. Often -ralph | |
| Fri, 31 Aug 2012 04:07:39 GMT | |
| | |
| Quote: >> One possible reason is binary compatibility. > It's a plain EXE, not an ActiveX EXE. I meant components that you are using. Also, do you do any subclassing in this program? If so, try disabling it and | |
| Fri, 31 Aug 2012 11:15:58 GMT | |
| | |
| Quote: > >> One possible reason is binary compatibility. > > It's a plain EXE, not an ActiveX EXE. > I meant components that you are using. No components. No dependencies. Quote: > Also, do you do any subclassing in this program? If so, try disabling it I am using a number of self-subclassing I found one discussion online where someone Stranger still, I seem to have got it fixed now in | |
| Fri, 31 Aug 2012 13:51:23 GMT | |
| | |
| I figured this out, though it still doesn't I'm using custom buttons that involve * The program close sub is called from a * The close sub ends with "End". I never ran into this before because I've I know that "End" is not recommended. I like In some scenarios I've stopped the problem in Quote: > >> One possible reason is binary compatibility. > > It's a plain EXE, not an ActiveX EXE. > I meant components that you are using. > Also, do you do any subclassing in this program? If so, try disabling it | |
| Sat, 01 Sep 2012 02:24:16 GMT | |
| | |
| Quote: > I figured this out, though it still doesn't > * The program close sub is called from a > * The close sub ends with "End". ... Quote: > I know that "End" is not recommended. I like Bad idea... Quote: > In some scenarios I've stopped the problem in ... End is "NOW!"; anything scheduled but not executed yet is possibly -- | |
| Sat, 01 Sep 2012 04:14:29 GMT | |
| | |
| Quote: > End is "NOW!"; anything scheduled but not I like that metaphor. :) Everything seems to be getting cleaned up | |
| Sat, 01 Sep 2012 05:55:15 GMT | |
| | |
| Quote: >> End is "NOW!"; anything scheduled but not > I like that metaphor. :) > Everything seems to be getting cleaned up It seems that VB does some cleanup even after forms are unloaded. Perhaps it http://en.wikipedia.org/wiki/Message_loop_in_Microsoft_Windows In the loop, DispatchMessage() is the one that calls your WindowProc for | |
| Sat, 01 Sep 2012 06:51:31 GMT | |
delgadoenation1969.blogspot.com
Source: http://computer-programming-forum.com/72-visual-basic-vb/d5e4b15ea392d93a.htm
0 Response to "Inexact Floating Point Result Exception is Non Continuable"
Postar um comentário