Re: Overflow or underflow in the arithmetic operation when showing form AGAIN?

From: Trev Hunter (hunter_trev_at_hotmail.com)
Date: 02/15/04


Date: Sun, 15 Feb 2004 20:06:16 -0000

Dan,

When are you calling FixFPU? I call it in Main() and in the form
constructor. This seems to be sufficient for me, although I guess there is
still a chance that the offending app could change the FPU mask again
between the start of the constructor and when the font is created.

Let me know if I can be of more assistance,

Trev (aka Codemonkey)

"Dan Tanzer" <dantanzerNOSPAM@zerama.net> wrote in message
news:uYWHOz$8DHA.2064@TK2MSFTNGP11.phx.gbl...
>
>
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=uL7Smv7wDHA.1680%40TK2MSFTNGP12.phx.gbl&rnum=2&prev=/groups%3Fq%3D.net%2Boverflow%2Bunderflow%2Bfont%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3DuL7Smv7wDHA.1680%2540TK2MSFTNGP12.phx.gbl%26rnum%3D2
>
> I have a question about this problem. I recently downloaded a registry
> monitoring application that seems to be pretty popular(I will give the
name
> of the software in email). I contacted the programmer and he told me "XXX
is
> using a system-wide hook to detect user inactivity.". Unfortuently while
> this program is running my app and any other .NET applications that has a
> linklabel crashes with the overflow error or just shows the link label
with
> a big red x accross it.
> Has there been any solutions for this problems that i missed i tried the
> FixFPU() but it had no effect on ?
> Thanks
> Dan Tanzer
> www.zerama.net
>
> Support AT NOSPAM Zerama DOT NET
>
> P.S. sorry for double posting i ment to put it in this new group .
>
>



Relevant Pages

  • Re: constructor
    ... void foo() ... you didn't call a constructor from main. ... Yes, of course it can be called, but not by the programmer. ... that you're explaining incorrect things to novice programmers? ...
    (comp.lang.cpp)
  • Re: Default constructor
    ... > 2) Automatic default constructor inserted even if the programmer provides ... Now the client can declare objects of this ... the programmer thought creating an object with no initializing parameters ...
    (comp.lang.cpp)
  • Re: What is the best way to set options in a constructor
    ... > Well, if you want to obscure your code, go ahead. ... > constructor out of habit. ... but I also consider myself an advanced average Perl programmer ... my $dbi = new DBI; ...
    (perl.beginners)
  • Re: base/derived name unhiding but with ctors
    ... If e.g. it is a pointer to a function ... pointer to a constructor, because you cannot call a constructor, ... and that can't be explicitly done by the programmer. ... destructor calls", because a destructor can't be called, just like a ...
    (comp.lang.cpp)