bojote Posted March 9, 2010 Report Posted March 9, 2010 Hi Pete, not a problem, JUST a question: most of the FSX SP2 .exe and .dlls were compiled with the large address aware flag. However, FSX modules (like FSUIPC) don't have this flag set. I said its not a problem, because I don't have any, I was just wondering if there is any reason for this. Thanks,
Pete Dowson Posted March 9, 2010 Report Posted March 9, 2010 bojote said: most of the FSX SP2 .exe and .dlls were compiled with the large address aware flag. However, FSX modules (like FSUIPC) don't have this flag set. I said its not a problem, because I don't have any, I was just wondering if there is any reason for this. That's a PROCESS property, not a DLL one. DLLs run inside a process. The EXE owns it. Pete
bojote Posted March 15, 2010 Author Report Posted March 15, 2010 Very clear explanation Pete, thanks. I guess my confusion comes from the fact that you CAN set the flag when building a DLL and the FSX DLL's have all the large address aware flag. Thanks for clarifying.
Pete Dowson Posted March 15, 2010 Report Posted March 15, 2010 bojote said: Very clear explanation Pete, thanks. I guess my confusion comes from the fact that you CAN set the flag when building a DLL and the FSX DLL's have all the large address aware flag. Hmm. Don't know why. I don't even know how to set it, but I will if I can find it! ;-) Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now