开发者

architecture of loaded framework

My application is linked with one system framework. The framework architecture is 32/64 bit standard Universal. The architecture of my application is also the same.

    1.First I run My application in 64 bit architecture so it will load the framework with 64 bit architecture.

    2.Next I run the My application in 32 bit architecture .

Question: When I run my application in 32 bit mode whether it will load the framework with 32 bit or it will call the methods of already loaded 64 bit 开发者_StackOverflow社区framework.How framework(dynamic library) will be loaded is it based on loading process architecture.


32 bit apps needs 32 bit parts of the framework used, and 64 bit apps needs 64 bit parts of the framework used. There is no automatic translation involved.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜