Numeric overflow when printing

This forum is for eXpress++ general support.
Post Reply
Message
Author
Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Numeric overflow when printing

#1 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Numeric overflow when printing

#2 Post 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.
The eXpress train is coming - and it has more cars.

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Numeric overflow when printing

#3 Post by Jeanne »

it is 250

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Numeric overflow when printing

#4 Post 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.
The eXpress train is coming - and it has more cars.

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Numeric overflow when printing

#5 Post 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

Post Reply