We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a program that is using the Large memory model. - I compile without errors, but every time I link, I get the Warning 6, telling me that I have Memory Overlap on my memory mapped IO addresses. Is there anyone who has a tip of how to get rid of this type of warning ? - I get like 33 identical warnings, one for each memory mapped IO location.
"No, but I access the memory locations from different modules." Sounds like a problem in the way you're defining them, and/or making the external declarations for the other modules. Can you post a small example that illustrates the problem? "the many warnings ... might make me blind for a more serious warning." Very true!