Type Mismatch?

  • Thread starter Thread starter Guest
  • Start date Start date
Have any more details?

Operating system, Version of Movie Maker, anything? not much to go on here
to help you...
 
Hi There,
A type mismatch occurs when a variable is cast as one type, lets say an
Integer, and the program tries to assign a Real or Word value to it.
In a properly constructed program you should never see the low level error
message "Type Mismatch" instead the program should catch the error and
display an appropriate to the circumstances error message.
If this were to occur in the program I wrote for Movie Maker problems
called "Rename Codecs" I would be most upset....half of the effort in
programming is spent trying to predict how a user is going to screw your
software up and creating methods for getting out of that problem.
Where and how did you come across this message...if you tell me its my
program I will throw my Teddy in the corner.!!!
Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk
 
Back
Top