
PEGetWindowHandle Cause a Overflow error ?
Hello,
I had a program who use CR 7.0(API Call) with VB6.0 SP5.
On windows 95-98 all work fine.
Last week, i install this program on a computer windows XP. My program
give this error:
Overflow.
When i look the code:
result% = 1
Do While result% <> 0
DoEvents
DoEvents
result% = PEGetWindowHandle(jobnum%) <---- get error
on this line
Loop
Anybody have a idea ? I migrate my report to Crystal 8.5(with the same
error...)