Delphi Xe2 VCL style and webbrowser
问题 Win7 x64, Delphi Xe2 update2 Prompt: The new project, compile as x32, are applied visual (vcl) styles in the project options, by default one is chosen On the form the button1 and WebBrowser1 In the button we write WebBrowser1.Navigate ('http://google.com'); We start, we press the button - in a browser we see a site google.com, all ок We compile as x64, it is started ок, by button pressing we receive an error "float division on zerro". Questions: At all so (error)? And as with it to struggle?