[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
PrologMiscError
In 'Project | Application Expert | Target | Platform', I set the value to 'DOS'. When I set it to Windows32, as I am using WinXP, it worked correctly.
I removed this magical err_gen and it worked.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
PrologMiscError
(Prolog) Misc error
Error that cannot be placed in other categoeries.Other errors
List of misc errors
Overview
- When I start using the debugger, I only see the assembler code
- Program (C:\MyProgram.exe) is not loaded
- Invalid Command Call <err_gen>
When I start using the debugger, I only see the assembler code
Do a 'Rebuild all', then start using the debugger again. Now everything should be normal.Program (C:\MyProgram.exe) is not loaded
When trying to start debugging, an error message box appears with the textProgram (C:\MyProgram.exe) is not loaded: Unsupported format of executable file
In 'Project | Application Expert | Target | Platform', I set the value to 'DOS'. When I set it to Windows32, as I am using WinXP, it worked correctly.
Invalid Command Call <err_gen>
Check out 'Options | Project | Make options | Build script'
$(link) -F<< $(linkflags) -o"$(EXEDIR)$*.exe" -M"$(OBJDIR)$*.map" $(init) $(PROJECT_OBJ) "$(OBJDIR)$(SYMFILE)" "$(OBJDIR)$*.res" $(PROJECT_LIB)
$(libs)<<
err_gen top.con topland.con $(EXEDIR)panel.db
I removed this magical err_gen and it worked.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
