one more strange item happend now while using FB 7 with XE 4 compiler.
The layout of our applications is changed back to the old WIN 2000 style, I have no idea what has happend . We use VCL and Default Windows sytel while building out applications
one more strange item happend now while using FB 7 with XE 4 compiler.
The layout of our applications is changed back to the old WIN 2000 style, I have no idea what has happend . We use VCL and Default Windows sytel while building out applications
Is the VCL framework checked in your “Directories | Framework” option?
The styling issue means you are probably not including a manifest file. Have a look at the Resource Compiler tab on the Delphi action, is a manifest file specified? If not, point it to
[code]C:\program files (x86)\Embarcadero\RAD Studio\11.0\bin\default_app.manifest [/code]
or create your own manifest (advisable).