Custom Query (81 matches)
Results (28 - 30 of 81)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14 | fixed | KEIL does not work - src\kernel32\mmap.cpp line 725 - can this be changed? sideeffects? | ||
Description |
Problem is, KEIL does not work cause it can not read it's tools.ini file. Hermann Ulrichskoetter found out where this fails and made a build about 3 years ago with this one line commented out. For me his build worked for years now. But we do not understand if there are any problems with this change. Here is the original post from Herman from 18.11.2007 at the odin.user group This weekend I had some time to get deeper into this problem. I found that at line 725 in src\kernel32\mmap.cpp
becomes true and generates an error because fdwAccess==FILE_MAP_READ and mProtFlags==PAGE_WRITECOPY. I just commented that line and now TOOLS.INI can be read without problems. I have no idea wether this modification can make problems because I don't understand what mProtFlags==PAGE_WRITECOPY means :-( Anyway, now I can run KEIL 6.5 with PEC. That is not a problem because I don't use the IDE. Hermann |
|||
#32 | fixed | Libpathstrict and DosLoadModule | ||
Description |
When DosLoadModule loads a DLL with the name having .DLL it will search for the file minus the DLL in the name. If the name does not have an extension or the extension is in lower case (.dll) then it will load. Odin has a number of obvious uses of DosLoadModule with .DLL. There are some places where the file name is supplied by variable name... we may need to lowercase some variables if there are any reports of failures with libpathstrict. |
|||
#89 | fixed | MSVCR100.DLL requires InitializeSListHead | ||
Description |
Attempting to run Instantbird (instant messaging client based on Mozillia's xulrunner) I receive: The application has called the non-existing api KERNEL32.DLL->InitializeSListHead (loaded by MSVCR100.DLL) |