I have some components in the component page . when i select any component it should show the memory size of the selected component in a message box. How can i achieve this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
What you are asking is not possible (or could be but in a very, very difficult way). The component size is stored internally in the TSetupComponentEntry
record in each component item ItemObject
, which is due to a lack of missing pointer support impossible to access directly.
标签:
inno-setup