Page 1 of 1

Numeric overflow when printing

Posted: Wed Feb 17, 2010 3:31 pm
by Jeanne
We have a school runing our Lunch app with Express 1.9 331. Tech support just moved them to this system which is an XP Pro SP3. When they print from anywhere in our app to this HP LaserJet 2600n they abort with this error message:

Descriptions: Numeric overflow
Called from: (B) INIT: _DCINIT(28)
Called from: DC_PRINTER:EJECT(1830)
Called from: DC_PRINTEROFF(3604)

Any ideals as to what this might be?

Jeanne

Re: Numeric overflow when printing

Posted: Wed Feb 17, 2010 4:06 pm
by rdonnay
I need to know what version of eXpress++ you are using so I can look at that line of code.

It would be line 1830 in _DCPRC.PRG.

Re: Numeric overflow when printing

Posted: Wed Feb 17, 2010 4:16 pm
by Jeanne
it is 250

Re: Numeric overflow when printing

Posted: Wed Feb 17, 2010 5:36 pm
by rdonnay
I don't see how it would be possible to get a numeric overflow on that line of code.

Code: Select all

 ::oDC:EndDoc()
I suspect that you have a modified version of build 250.

Could you try it with another version, ie 251 or 252?
You only need to use the DCLIPX.DLL from the later version.
If you get the error again, check the line of code and let me know.

Re: Numeric overflow when printing

Posted: Thu Feb 18, 2010 8:32 am
by Jeanne
I just got the dclipx.dll from 252 ready to send when I recieved and email saying that their school teck said that the printer had died. Our tech told me they where able to print from other applications so I do not see how that could be. But I will wait and see.
Thanks
Jeanne