|
-
Aug 19th, 2005, 09:43 AM
#1
Thread Starter
Member
program not giving errors, need help
Hello all....
I have a program that runs fine on w2k machines, XP's etc..... Never had a problem. Today i went to install it on a laptop and surprisingle the program doesnt work. I keep getting overflow and subscript out range errors. I dont get these on any other machines. This laptop has XP prof sp2 on it. I have another laptop of the same make (toshiba) same model, but the OS is different its XP Home edition sp2. It runs fine on that machine. I have another desktop system with XP prof on it and it works fine also. So the program is compatible with XP machines. Not sure why it doesnt work on this one laptop. Anyone have any ideas as to why it doesnt work?
thanks
Laura
-
Aug 19th, 2005, 10:01 AM
#2
Re: program not giving errors, need help
OK, subscript out of range errors are produced by arrays, and overflows either by division or values exceeding the range of the data type used. Find these in your code, and then see where they are used, and what would cause differences in their values between the two machines.
-
Aug 19th, 2005, 10:17 AM
#3
Thread Starter
Member
Re: program not giving errors, need help
ok i will check on that, but its weird it would cause overflow and out oranges on this machine only.
-
Aug 19th, 2005, 10:20 AM
#4
Re: program not giving errors, need help
Basically you need to isolate both
- the conditions in which those specific errors would occur, and where; and
- the differences in related conditions between the two machines, that would cause the errors.
-
Aug 22nd, 2005, 08:47 PM
#5
Frenzied Member
Re: program not giving errors, need help
Interesting problem pinkpig got there.
brings up the question...how do one ensure your programs will run on ANY machine out there?
Is the a .Net application?
If so, what references do you use?
-
Aug 23rd, 2005, 11:43 AM
#6
Re: program not giving errors, need help
 Originally Posted by pinkpig
Not sure why it doesnt work on this one laptop. Anyone have any ideas as to why it doesnt work?
thanks
Laura
What makes this laptop different from the others?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|