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 .
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.
精彩评论