comparison src/unexw32.c @ 22300:ce79e5edf080

(w32_fatal_reload_error): Update error message.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 30 May 1998 23:42:16 +0000
parents 104277bc1444
children 5d7a43e8b133
comparison
equal deleted inserted replaced
22299:83928cc3329e 22300:ce79e5edf080
626 "Heap start: 0x%08x\n" 626 "Heap start: 0x%08x\n"
627 "Heap commit: 0x%08x\n" 627 "Heap commit: 0x%08x\n"
628 "Heap end: 0x%08x\n\n" 628 "Heap end: 0x%08x\n\n"
629 "This error typically happens when the system loads a DLL into\n" 629 "This error typically happens when the system loads a DLL into\n"
630 "the middle of Emacs' address space, preventing Emacs from\n" 630 "the middle of Emacs' address space, preventing Emacs from\n"
631 "loading its heap there. If you think that you have installed\n" 631 "loading its heap there. If this happens only occasionally, then\n"
632 "you can probably ignore it. But if it happens so often that\n"
633 "you cannot get Emacs to start reliably, and you think that Emacs\n"
634 "is installed correctly, then you have a couple of options:\n\n"
632 "Emacs correctly, then you have two options:\n\n" 635 "Emacs correctly, then you have two options:\n\n"
633 "1) You can dump Emacs yourself. By doing this, you ensure that\n" 636 "1) You can dump Emacs yourself. By doing this, you ensure that\n"
634 "Emacs' heap fits around the DLLs in your system. To dump Emacs,\n" 637 "Emacs' heap fits around the DLLs in your system. To dump Emacs,\n"
635 "download the emacs-(version)-undump-(arch) distribution file\n" 638 "download the emacs-(version)-undump-(arch) distribution file\n"
636 "from the site where you downloaded the executable distribution.\n\n" 639 "from the site where you downloaded the executable distribution.\n\n"