| Home: | |
| Support home: | |
| General Topics: | ||
| FAQ | ||
| MCU selector guide | ||
| Developer's resources | ||
| Downloads and patches | ||
| Sample programs | ||
If you're using MicroCode Studio or you're already specifying PBPW.EXE or PBPL.EXE, see the FAQ for "Attempt to Free Non-Allocated Memory" and follow the instructions you find there.
Top
In Windows XP, you can make some minor adjustments that affect the memory environment in which an executable program is run.
For Windows executables like PBPW.EXE, there isn't much control over the specifics of the environment they're launched in. You can right-click the .EXE file, select Properties, then Compatibility. Start by setting it for Win98 compatibility mode.
For DOS programs like PBC.EXE and PM.EXE, you've got a bit more to poke at. When you right-click on the .EXE and select Properties, you're offered a memory tab that lets you set some of the memory parameters. Select "Auto" for all the memory types found. You can also set compatibility mode for these files.
Top
An easier solution that works on some systems is to
find the files "config.nt" and "autoexec.nt" in the folder
"C:\WINDOWS\Repair" and copy the files to the folder
"C:\WINDOWS\system32". Make sure you copy the files and don't move them - leave a copy in the repair folder.
Top