I tried to make the program Delphi XE2 with dynamic runtime package. when I compile it no problem, but when on the run with F9 program just compiled and created exe file but it did not run. what is wrong with my configuration?
configuration that I use
Link with runtime package set True -- value from all configuration 32 bit windows platform set True
runtime package inherited set True
NB "When Link with runtime package" set to false, it can run normally.