We have a program that plays a video in a corner of a form and it has been working for several years on W7, however some of our customers are now using W8 and W10. When we play a video that works on W7, on W8 or W10 the player creates the exception "invalid floating point operation" and hangs.
Has anyone seen this error or have any ideas of what it may be? I created a version with message boxes at various points in the code as I cannot install Delphi on these computers and the error occurs when I call TMediaPlayer.Play
Up until this point, every property seems to be set correctly. The exception looks like a division by zero? Maybe?
Thanks Trevor