[BCB6] how to link with console application

delphi package - automated exception handling
Post Reply
PeteS
Posts: 5
Joined: Tue May 31, 2005 10:39 am
Location: Cologne

[BCB6] how to link with console application

Post by PeteS »

Hello,

I want to use madExept with a BCB6 console App. I get the following message: " [madExcept] CC_Comp.bpr: unit "madExcept" not found in binary file -> madExcept won't work correctly."

I already included "madExcept_.lib" and "madExceptVCL_.lib" into the project. What am I doing wrong?

Regards,

Pete
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Please check the options "handle exceptions" and "append map file to binary" in the madExcept settings dialog of your project (see BCB's "project" menu). Does that help? Or did you already do that?
PeteS
Posts: 5
Joined: Tue May 31, 2005 10:39 am
Location: Cologne

Post by PeteS »

Hi,

I checked "handle exceptions" and "append map file to binary" for both applications I compile. The 1st one is a normal BCB6 VCL application, and all works fine. Only the console application shows the error message.

Do I have to link statically (in the moment I use the runtime packages)? Should I include addtional libs in the project? Or should I use the "pragma link" option inside the main source? And if yes, what libs are missing?

Regards

Pete
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I think there should be no basic different between a VCL and a console project. Maybe the console has some strange project options which bring madExcept into problems. Can you please do this:

(1) Create an empty file "c:\madExceptWizard.txt".
(2) Recompile the console project, so that madExcept complains.
(3) Post the content of the (1) file here.

Thanks.
PeteS
Posts: 5
Joined: Tue May 31, 2005 10:39 am
Location: Cologne

highly magic

Post by PeteS »

17:03:28-218 Registering
17:03:28-218 ProjectMenu found
17:03:28-218 ProjectOptionsItem found, adding "madExcept settings..."
17:03:28-234 creating notifiers
17:03:28-234 current project: -
17:03:28-234 jump command handler registered
17:03:29-250 ActiveProjectChanged: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:03:29-546 ActiveProjectChanged: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:03:29-734 ActiveProjectChanged: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:03:29-906 ActiveProjectChanged: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:03:30-093 ActiveProjectChanged: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:03:34-406 ActiveProjectChanged: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:03:40-687 ActiveProjectChanged: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:03:40-703 ActiveProjectChanged: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:03:44-812 BeforeCompile event, isCodeInsight: -
17:03:44-812 [0] module "G:\SRC\CP-Control\Simulator\SimUnit.cpp"
17:03:44-828 [1] project "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"; moduleEditor[0]: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.cpp"
17:03:44-828 [2] module "G:\SRC\CP-Control\IDE\OptIDEUnit.cpp"
17:03:44-828 [3] module "G:\SRC\CP-Control\IDE\main.cpp"
17:03:44-828 [4] module "G:\SRC\CP-Control\CC_Compiler\codegen.cpp"
17:03:44-843 [5] module "G:\SRC\CP-Control\CC_Compiler\Main.h"
17:03:44-843 [6] module "G:\SRC\CP-Control\CC_Compiler\Symtable.cpp"
17:03:44-843 [7] module "G:\SRC\CP-Control\CC_Compiler\typedefs.hpp"
17:03:44-843 [8] module "G:\SRC\CP-Control\CC_Compiler\codegen.hpp"
17:03:44-859 [9] module "G:\SRC\CP-Control\IDE\childwin.cpp"
17:03:44-859 [10] module "G:\SRC\CP-Control\CC_Compiler\CC_Parser.cpp"
17:03:44-859 [11] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Parser.cpp"
17:03:44-859 [12] module "G:\SRC\CP-Control\Simulator\ipfuncs.h"
17:03:44-875 [13] module "G:\SRC\CP-Control\CC_Compiler\Symtable.hpp"
17:03:44-875 [14] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Lexer.cpp"
17:03:44-875 [15] module "G:\SRC\CP-Control\CC_Compiler\Main.cpp"
17:03:44-875 [16] module "H:\Borland\Components\madCollection\madExcept\Tools\README.TXT"
17:03:44-890 [17] project group
17:03:44-890 [0] project "G:\SRC\CP-Control\IDE\CP_IDE.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:03:44-890 [1] project "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:03:44-906 [2] project "G:\SRC\CP-Control\Simulator\Sim.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:03:44-906 [3] project "G:\SRC\CP-Control\GPP\gpp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:03:44-906 [4] project "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:03:44-906 New project detected: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"
17:03:44-921 SetDefaultSettings
17:03:44-921 LoadDefaultSettings:
17:03:44-921 AppendMapFileToBinary = +
17:03:44-937 MesVersion = 3
17:03:44-937 HandleExceptions = +
17:03:44-937 CheckForFrozenMainThread = -
17:03:44-937 FreezeTimeout = 60000
17:03:44-953 ShowExceptionBox = +
17:03:44-953 SuspendAllRunningThreads = +
17:03:44-953 AutomaticallySaveBugReport = -
17:03:44-968 AutomaticallyMailBugReport = -
17:03:44-968 CopyBugReportToClipboard = +
17:03:44-968 AutomaticallyContinueApplication = -
17:03:44-984 AutomaticallyRestartApplication = -
17:03:44-984 AutomaticallyCloseApplication = -
17:03:44-984 MailAddress = "sprenger@moving-bytes.de"
17:03:45-000 MailSubject = "bug report"
17:03:45-000 AttachBugReportFile = +
17:03:45-000 DeleteBugReportFile = -
17:03:45-015 ScreenShotDepth = 8
17:03:45-015 MailAsSmtpServer = -
17:03:45-031 MailAsSmtpClient = -
17:03:45-031 MailViaMapi = +
17:03:45-031 MailViaMailto = +
17:03:45-046 SmtpServer = ""
17:03:45-046 SmtpPort = 25
17:03:45-046 SmtpAccount = ""
17:03:45-062 SmtpPassword = ""
17:03:45-062 MailSuccessMsg = "The mail was sent successfully."
17:03:45-062 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:45-078 BugReportFile = "bugreport.txt"
17:03:45-078 AppendBugReports = +
17:03:45-093 BugReportFileSize = 50000
17:03:45-093 VersionVariable = ""
17:03:45-093 TitleBar = "%appname%"
17:03:45-109 ExceptionMessage = "An error occurred in the application."
17:03:45-109 FrozenMessage = "The application seems to be frozen."
17:03:45-109 ShowButtonMailBugReport = +
17:03:45-125 ShowButtonSaveBugReport = -
17:03:45-125 ShowButtonPrintBugReport = -
17:03:45-140 ShowButtonShowBugReport = +
17:03:45-140 ShowButtonContinueApplication = +
17:03:45-140 ShowButtonRestartApplication = +
17:03:45-156 ShowButtonCloseApplication = +
17:03:45-156 MailBugReportText = "mail bug report"
17:03:45-171 SaveBugReportText = "save bug report"
17:03:45-171 PrintBugReportText = "print bug report"
17:03:45-171 ShowBugReportText = "show bug report"
17:03:45-187 ContinueApplicationText = "continue application"
17:03:45-187 RestartApplicationText = "restart application"
17:03:45-203 CloseApplicationText = "close application"
17:03:45-203 FocusedButton = 0
17:03:45-203 AutomaticallyShowBugReport = -
17:03:45-218 ListThreads = +
17:03:45-218 ListModules = +
17:03:45-234 ListHardware = +
17:03:45-234 Disassembly = +
17:03:45-234 HideUglyItems = -
17:03:45-250 ShowRelativeAddrs = -
17:03:45-250 ShowRelativeLines = -
17:03:45-265 FormatDisassembly = +
17:03:45-265 LimitDisassembly = 5
17:03:45-281 PatchUnitInitOrder = -
17:03:45-281 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:45-281 LoadSettingsFromIni(H:\Borland\Components\Storage\CBuilder6\dclrsl60):
17:03:45-296 New project detected: "G:\SRC\CP-Control\IDE\CP_IDE.bpr"
17:03:45-296 SetDefaultSettings
17:03:45-312 LoadDefaultSettings:
17:03:45-312 AppendMapFileToBinary = +
17:03:45-328 MesVersion = 3
17:03:45-328 HandleExceptions = +
17:03:45-343 CheckForFrozenMainThread = -
17:03:45-343 FreezeTimeout = 60000
17:03:45-343 ShowExceptionBox = +
17:03:45-359 SuspendAllRunningThreads = +
17:03:45-359 AutomaticallySaveBugReport = -
17:03:45-375 AutomaticallyMailBugReport = -
17:03:45-375 CopyBugReportToClipboard = +
17:03:45-375 AutomaticallyContinueApplication = -
17:03:45-390 AutomaticallyRestartApplication = -
17:03:45-390 AutomaticallyCloseApplication = -
17:03:45-406 MailAddress = "sprenger@moving-bytes.de"
17:03:45-406 MailSubject = "bug report"
17:03:45-421 AttachBugReportFile = +
17:03:45-421 DeleteBugReportFile = -
17:03:45-437 ScreenShotDepth = 8
17:03:45-437 MailAsSmtpServer = -
17:03:45-437 MailAsSmtpClient = -
17:03:45-453 MailViaMapi = +
17:03:45-453 MailViaMailto = +
17:03:45-468 SmtpServer = ""
17:03:45-468 SmtpPort = 25
17:03:45-484 SmtpAccount = ""
17:03:45-484 SmtpPassword = ""
17:03:45-500 MailSuccessMsg = "The mail was sent successfully."
17:03:45-500 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:45-500 BugReportFile = "bugreport.txt"
17:03:45-515 AppendBugReports = +
17:03:45-515 BugReportFileSize = 50000
17:03:45-531 VersionVariable = ""
17:03:45-531 TitleBar = "%appname%"
17:03:45-546 ExceptionMessage = "An error occurred in the application."
17:03:45-546 FrozenMessage = "The application seems to be frozen."
17:03:45-562 ShowButtonMailBugReport = +
17:03:45-562 ShowButtonSaveBugReport = -
17:03:45-578 ShowButtonPrintBugReport = -
17:03:45-578 ShowButtonShowBugReport = +
17:03:45-578 ShowButtonContinueApplication = +
17:03:45-593 ShowButtonRestartApplication = +
17:03:45-593 ShowButtonCloseApplication = +
17:03:45-609 MailBugReportText = "mail bug report"
17:03:45-609 SaveBugReportText = "save bug report"
17:03:45-625 PrintBugReportText = "print bug report"
17:03:45-625 ShowBugReportText = "show bug report"
17:03:45-640 ContinueApplicationText = "continue application"
17:03:45-640 RestartApplicationText = "restart application"
17:03:45-656 CloseApplicationText = "close application"
17:03:45-656 FocusedButton = 0
17:03:45-671 AutomaticallyShowBugReport = -
17:03:45-671 ListThreads = +
17:03:45-687 ListModules = +
17:03:45-687 ListHardware = +
17:03:45-687 Disassembly = +
17:03:45-703 HideUglyItems = -
17:03:45-703 ShowRelativeAddrs = -
17:03:45-718 ShowRelativeLines = -
17:03:45-718 FormatDisassembly = +
17:03:45-734 LimitDisassembly = 5
17:03:45-734 PatchUnitInitOrder = -
17:03:45-750 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:45-750 LoadSettingsFromIni(G:\SRC\CP-Control\IDE\CP_IDE):
17:03:45-781 [GeneralSettings]\MesVersion = 3
17:03:45-796 [GeneralSettings]\AppendMapFileToBinary = -
17:03:45-796 [GeneralSettings]\HandleExceptions = -
17:03:45-812 [GeneralSettings]\CheckForFrozenMainThread = -
17:03:45-812 [GeneralSettings]\FreezeTimeout = 60000
17:03:45-828 [GeneralSettings]\ShowExceptionBox = +
17:03:45-828 [GeneralSettings]\SuspendAllRunningThreads = +
17:03:45-843 [GeneralSettings]\AutomaticallySaveBugReport = +
17:03:45-843 [GeneralSettings]\AutomaticallyMailBugReport = +
17:03:45-859 [GeneralSettings]\CopyBugReportToClipboard = +
17:03:45-859 [GeneralSettings]\AutomaticallyContinueApplication = -
17:03:45-875 [GeneralSettings]\AutomaticallyRestartApplication = 0
17:03:45-875 [GeneralSettings]\AutomaticallyCloseApplication = 0
17:03:45-890 [GeneralSettings]\MailAddress = "sprenger@moving-bytes.de"
17:03:45-890 [GeneralSettings]\MailSubject = "bug report"
17:03:45-906 [GeneralSettings]\AttachBugReportFile = +
17:03:45-906 [GeneralSettings]\DeleteBugReportFile = -
17:03:45-921 [GeneralSettings]\ScreenShotDepth = 8
17:03:45-921 [GeneralSettings]\MailAsSmtpServer = -
17:03:45-937 [GeneralSettings]\MailAsSmtpClient = -
17:03:45-937 [GeneralSettings]\MailViaMapi = +
17:03:45-953 [GeneralSettings]\MailViaMailto = +
17:03:45-953 [GeneralSettings]\SmtpServer = ""
17:03:45-968 [GeneralSettings]\SmtpPort = 25
17:03:45-968 [GeneralSettings]\SmtpAccount = ""
17:03:45-984 [GeneralSettings]\SmtpPassword = ""
17:03:45-984 [GeneralSettings]\MailSuccessMsg = "The mail was sent successfully."
17:03:46-000 [GeneralSettings]\MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:46-000 [GeneralSettings]\BugReportFile = "bugreport.txt"
17:03:46-015 [GeneralSettings]\AppendBugReports = +
17:03:46-031 [GeneralSettings]\BugReportFileSize = 50000
17:03:46-031 [GeneralSettings]\VersionVariable = ""
17:03:46-046 [ExceptionBox]\TitleBar = "%appname%"
17:03:46-046 [ExceptionBox]\ExceptionMessage = "An error occurred in the application."
17:03:46-062 [ExceptionBox]\FrozenMessage = "The application seems to be frozen."
17:03:46-062 [ExceptionBox]\ShowButtonMailBugReport = +
17:03:46-078 [ExceptionBox]\ShowButtonSaveBugReport = -
17:03:46-078 [ExceptionBox]\ShowButtonPrintBugReport = -
17:03:46-093 [ExceptionBox]\ShowButtonShowBugReport = +
17:03:46-093 [ExceptionBox]\ShowButtonContinueApplication = +
17:03:46-109 [ExceptionBox]\ShowButtonRestartApplication = +
17:03:46-109 [ExceptionBox]\ShowButtonCloseApplication = +
17:03:46-125 [ExceptionBox]\MailBugReportText = "mail bug report"
17:03:46-140 [ExceptionBox]\SaveBugReportText = "save bug report"
17:03:46-140 [ExceptionBox]\PrintBugReportText = "print bug report"
17:03:46-156 [ExceptionBox]\ShowBugReportText = "show bug report"
17:03:46-156 [ExceptionBox]\ContinueApplicationText = "continue application"
17:03:46-171 [ExceptionBox]\RestartApplicationText = "restart application"
17:03:46-171 [ExceptionBox]\CloseApplicationText = "close application"
17:03:46-187 [ExceptionBox]\FocusedButton = 0
17:03:46-187 [ExceptionBox]\AutomaticallyShowBugReport = -
17:03:46-203 [BugReport]\ListThreads = +
17:03:46-203 [BugReport]\ListModules = +
17:03:46-218 [BugReport]\ListHardware = +
17:03:46-218 [BugReport]\Disassembly = +
17:03:46-234 [BugReport]\HideUglyItems = -
17:03:46-234 [BugReport]\ShowRelativeAddrs = -
17:03:46-250 [BugReport]\ShowRelativeLines = -
17:03:46-250 [BugReport]\FormatDisassembly = +
17:03:46-265 [BugReport]\LimitDisassembly = 5
17:03:46-281 [UnitInitOrder]\PatchUnitInitOrder = -
17:03:46-281 [UnitInitOrder]\UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:46-296 New project detected: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"
17:03:46-296 SetDefaultSettings
17:03:46-312 LoadDefaultSettings:
17:03:46-312 AppendMapFileToBinary = +
17:03:46-328 MesVersion = 3
17:03:46-328 HandleExceptions = +
17:03:46-343 CheckForFrozenMainThread = -
17:03:46-343 FreezeTimeout = 60000
17:03:46-359 ShowExceptionBox = +
17:03:46-359 SuspendAllRunningThreads = +
17:03:46-375 AutomaticallySaveBugReport = -
17:03:46-375 AutomaticallyMailBugReport = -
17:03:46-390 CopyBugReportToClipboard = +
17:03:46-390 AutomaticallyContinueApplication = -
17:03:46-406 AutomaticallyRestartApplication = -
17:03:46-406 AutomaticallyCloseApplication = -
17:03:46-421 MailAddress = "sprenger@moving-bytes.de"
17:03:46-421 MailSubject = "bug report"
17:03:46-437 AttachBugReportFile = +
17:03:46-437 DeleteBugReportFile = -
17:03:46-453 ScreenShotDepth = 8
17:03:46-468 MailAsSmtpServer = -
17:03:46-468 MailAsSmtpClient = -
17:03:46-484 MailViaMapi = +
17:03:46-484 MailViaMailto = +
17:03:46-500 SmtpServer = ""
17:03:46-500 SmtpPort = 25
17:03:46-515 SmtpAccount = ""
17:03:46-515 SmtpPassword = ""
17:03:46-531 MailSuccessMsg = "The mail was sent successfully."
17:03:46-531 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:46-546 BugReportFile = "bugreport.txt"
17:03:46-546 AppendBugReports = +
17:03:46-562 BugReportFileSize = 50000
17:03:46-562 VersionVariable = ""
17:03:46-578 TitleBar = "%appname%"
17:03:46-578 ExceptionMessage = "An error occurred in the application."
17:03:46-593 FrozenMessage = "The application seems to be frozen."
17:03:46-609 ShowButtonMailBugReport = +
17:03:46-609 ShowButtonSaveBugReport = -
17:03:46-625 ShowButtonPrintBugReport = -
17:03:46-625 ShowButtonShowBugReport = +
17:03:46-640 ShowButtonContinueApplication = +
17:03:46-640 ShowButtonRestartApplication = +
17:03:46-656 ShowButtonCloseApplication = +
17:03:46-656 MailBugReportText = "mail bug report"
17:03:46-671 SaveBugReportText = "save bug report"
17:03:46-671 PrintBugReportText = "print bug report"
17:03:46-687 ShowBugReportText = "show bug report"
17:03:46-687 ContinueApplicationText = "continue application"
17:03:46-703 RestartApplicationText = "restart application"
17:03:46-703 CloseApplicationText = "close application"
17:03:46-718 FocusedButton = 0
17:03:46-734 AutomaticallyShowBugReport = -
17:03:46-734 ListThreads = +
17:03:46-750 ListModules = +
17:03:46-750 ListHardware = +
17:03:46-765 Disassembly = +
17:03:46-765 HideUglyItems = -
17:03:46-781 ShowRelativeAddrs = -
17:03:46-781 ShowRelativeLines = -
17:03:46-796 FormatDisassembly = +
17:03:46-796 LimitDisassembly = 5
17:03:46-812 PatchUnitInitOrder = -
17:03:46-828 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:46-828 LoadSettingsFromIni(G:\SRC\CP-Control\CC_Compiler\CC_Comp):
17:03:46-875 [GeneralSettings]\MesVersion = 3
17:03:46-875 [GeneralSettings]\AppendMapFileToBinary = -
17:03:46-890 [GeneralSettings]\HandleExceptions = -
17:03:46-890 [GeneralSettings]\CheckForFrozenMainThread = -
17:03:46-906 [GeneralSettings]\FreezeTimeout = 60000
17:03:46-906 [GeneralSettings]\ShowExceptionBox = +
17:03:46-921 [GeneralSettings]\SuspendAllRunningThreads = +
17:03:46-937 [GeneralSettings]\AutomaticallySaveBugReport = -
17:03:46-937 [GeneralSettings]\AutomaticallyMailBugReport = -
17:03:46-953 [GeneralSettings]\CopyBugReportToClipboard = +
17:03:46-953 [GeneralSettings]\AutomaticallyContinueApplication = -
17:03:46-968 [GeneralSettings]\AutomaticallyRestartApplication = 0
17:03:46-968 [GeneralSettings]\AutomaticallyCloseApplication = 0
17:03:46-984 [GeneralSettings]\MailAddress = "sprenger@moving-bytes.de"
17:03:47-000 [GeneralSettings]\MailSubject = "bug report"
17:03:47-000 [GeneralSettings]\AttachBugReportFile = +
17:03:47-015 [GeneralSettings]\DeleteBugReportFile = -
17:03:47-031 [GeneralSettings]\ScreenShotDepth = 8
17:03:47-046 [GeneralSettings]\MailAsSmtpServer = -
17:03:47-046 [GeneralSettings]\MailAsSmtpClient = -
17:03:47-062 [GeneralSettings]\MailViaMapi = +
17:03:47-062 [GeneralSettings]\MailViaMailto = +
17:03:47-078 [GeneralSettings]\SmtpServer = ""
17:03:47-078 [GeneralSettings]\SmtpPort = 25
17:03:47-093 [GeneralSettings]\SmtpAccount = ""
17:03:47-109 [GeneralSettings]\SmtpPassword = ""
17:03:47-109 [GeneralSettings]\MailSuccessMsg = "The mail was sent successfully."
17:03:47-125 [GeneralSettings]\MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:47-125 [GeneralSettings]\BugReportFile = "bugreport.txt"
17:03:47-140 [GeneralSettings]\AppendBugReports = +
17:03:47-156 [GeneralSettings]\BugReportFileSize = 50000
17:03:47-156 [GeneralSettings]\VersionVariable = ""
17:03:47-171 [ExceptionBox]\TitleBar = "%appname%"
17:03:47-171 [ExceptionBox]\ExceptionMessage = "An error occurred in the application."
17:03:47-187 [ExceptionBox]\FrozenMessage = "The application seems to be frozen."
17:03:47-203 [ExceptionBox]\ShowButtonMailBugReport = +
17:03:47-203 [ExceptionBox]\ShowButtonSaveBugReport = -
17:03:47-218 [ExceptionBox]\ShowButtonPrintBugReport = -
17:03:47-218 [ExceptionBox]\ShowButtonShowBugReport = +
17:03:47-234 [ExceptionBox]\ShowButtonContinueApplication = +
17:03:47-250 [ExceptionBox]\ShowButtonRestartApplication = +
17:03:47-250 [ExceptionBox]\ShowButtonCloseApplication = +
17:03:47-265 [ExceptionBox]\MailBugReportText = "mail bug report"
17:03:47-265 [ExceptionBox]\SaveBugReportText = "save bug report"
17:03:47-281 [ExceptionBox]\PrintBugReportText = "print bug report"
17:03:47-296 [ExceptionBox]\ShowBugReportText = "show bug report"
17:03:47-296 [ExceptionBox]\ContinueApplicationText = "continue application"
17:03:47-312 [ExceptionBox]\RestartApplicationText = "restart application"
17:03:47-312 [ExceptionBox]\CloseApplicationText = "close application"
17:03:47-328 [ExceptionBox]\FocusedButton = 0
17:03:47-343 [ExceptionBox]\AutomaticallyShowBugReport = -
17:03:47-343 [BugReport]\ListThreads = +
17:03:47-359 [BugReport]\ListModules = +
17:03:47-359 [BugReport]\ListHardware = +
17:03:47-375 [BugReport]\Disassembly = +
17:03:47-375 [BugReport]\HideUglyItems = -
17:03:47-390 [BugReport]\ShowRelativeAddrs = -
17:03:47-406 [BugReport]\ShowRelativeLines = -
17:03:47-406 [BugReport]\FormatDisassembly = +
17:03:47-421 [BugReport]\LimitDisassembly = 5
17:03:47-437 [UnitInitOrder]\PatchUnitInitOrder = -
17:03:47-437 [UnitInitOrder]\UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:47-453 New project detected: "G:\SRC\CP-Control\Simulator\Sim.bpr"
17:03:47-453 SetDefaultSettings
17:03:47-468 LoadDefaultSettings:
17:03:47-484 AppendMapFileToBinary = +
17:03:47-484 MesVersion = 3
17:03:47-500 HandleExceptions = +
17:03:47-500 CheckForFrozenMainThread = -
17:03:47-515 FreezeTimeout = 60000
17:03:47-531 ShowExceptionBox = +
17:03:47-531 SuspendAllRunningThreads = +
17:03:47-546 AutomaticallySaveBugReport = -
17:03:47-546 AutomaticallyMailBugReport = -
17:03:47-562 CopyBugReportToClipboard = +
17:03:47-578 AutomaticallyContinueApplication = -
17:03:47-578 AutomaticallyRestartApplication = -
17:03:47-593 AutomaticallyCloseApplication = -
17:03:47-593 MailAddress = "sprenger@moving-bytes.de"
17:03:47-609 MailSubject = "bug report"
17:03:47-625 AttachBugReportFile = +
17:03:47-625 DeleteBugReportFile = -
17:03:47-640 ScreenShotDepth = 8
17:03:47-640 MailAsSmtpServer = -
17:03:47-656 MailAsSmtpClient = -
17:03:47-671 MailViaMapi = +
17:03:47-671 MailViaMailto = +
17:03:47-687 SmtpServer = ""
17:03:47-687 SmtpPort = 25
17:03:47-703 SmtpAccount = ""
17:03:47-718 SmtpPassword = ""
17:03:47-718 MailSuccessMsg = "The mail was sent successfully."
17:03:47-734 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:47-750 BugReportFile = "bugreport.txt"
17:03:47-750 AppendBugReports = +
17:03:47-765 BugReportFileSize = 50000
17:03:47-765 VersionVariable = ""
17:03:47-781 TitleBar = "%appname%"
17:03:47-796 ExceptionMessage = "An error occurred in the application."
17:03:47-796 FrozenMessage = "The application seems to be frozen."
17:03:47-812 ShowButtonMailBugReport = +
17:03:47-812 ShowButtonSaveBugReport = -
17:03:47-828 ShowButtonPrintBugReport = -
17:03:47-843 ShowButtonShowBugReport = +
17:03:47-843 ShowButtonContinueApplication = +
17:03:47-859 ShowButtonRestartApplication = +
17:03:47-859 ShowButtonCloseApplication = +
17:03:47-875 MailBugReportText = "mail bug report"
17:03:47-890 SaveBugReportText = "save bug report"
17:03:47-890 PrintBugReportText = "print bug report"
17:03:47-906 ShowBugReportText = "show bug report"
17:03:47-937 ContinueApplicationText = "continue application"
17:03:47-937 RestartApplicationText = "restart application"
17:03:47-953 CloseApplicationText = "close application"
17:03:47-968 FocusedButton = 0
17:03:47-968 AutomaticallyShowBugReport = -
17:03:47-984 ListThreads = +
17:03:47-984 ListModules = +
17:03:48-000 ListHardware = +
17:03:48-015 Disassembly = +
17:03:48-031 HideUglyItems = -
17:03:48-031 ShowRelativeAddrs = -
17:03:48-046 ShowRelativeLines = -
17:03:48-062 FormatDisassembly = +
17:03:48-062 LimitDisassembly = 5
17:03:48-078 PatchUnitInitOrder = -
17:03:48-093 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:48-093 LoadSettingsFromIni(G:\SRC\CP-Control\Simulator\Sim):
17:03:48-109 New project detected: "G:\SRC\CP-Control\GPP\gpp.bpr"
17:03:48-125 SetDefaultSettings
17:03:48-125 LoadDefaultSettings:
17:03:48-140 AppendMapFileToBinary = +
17:03:48-156 MesVersion = 3
17:03:48-156 HandleExceptions = +
17:03:48-171 CheckForFrozenMainThread = -
17:03:48-187 FreezeTimeout = 60000
17:03:48-187 ShowExceptionBox = +
17:03:48-203 SuspendAllRunningThreads = +
17:03:48-203 AutomaticallySaveBugReport = -
17:03:48-218 AutomaticallyMailBugReport = -
17:03:48-234 CopyBugReportToClipboard = +
17:03:48-234 AutomaticallyContinueApplication = -
17:03:48-250 AutomaticallyRestartApplication = -
17:03:48-265 AutomaticallyCloseApplication = -
17:03:48-265 MailAddress = "sprenger@moving-bytes.de"
17:03:48-281 MailSubject = "bug report"
17:03:48-296 AttachBugReportFile = +
17:03:48-296 DeleteBugReportFile = -
17:03:48-312 ScreenShotDepth = 8
17:03:48-328 MailAsSmtpServer = -
17:03:48-328 MailAsSmtpClient = -
17:03:48-343 MailViaMapi = +
17:03:48-359 MailViaMailto = +
17:03:48-359 SmtpServer = ""
17:03:48-375 SmtpPort = 25
17:03:48-375 SmtpAccount = ""
17:03:48-390 SmtpPassword = ""
17:03:48-406 MailSuccessMsg = "The mail was sent successfully."
17:03:48-406 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:48-421 BugReportFile = "bugreport.txt"
17:03:48-437 AppendBugReports = +
17:03:48-437 BugReportFileSize = 50000
17:03:48-453 VersionVariable = ""
17:03:48-468 TitleBar = "%appname%"
17:03:48-468 ExceptionMessage = "An error occurred in the application."
17:03:48-484 FrozenMessage = "The application seems to be frozen."
17:03:48-500 ShowButtonMailBugReport = +
17:03:48-500 ShowButtonSaveBugReport = -
17:03:48-515 ShowButtonPrintBugReport = -
17:03:48-531 ShowButtonShowBugReport = +
17:03:48-531 ShowButtonContinueApplication = +
17:03:48-546 ShowButtonRestartApplication = +
17:03:48-562 ShowButtonCloseApplication = +
17:03:48-562 MailBugReportText = "mail bug report"
17:03:48-578 SaveBugReportText = "save bug report"
17:03:48-593 PrintBugReportText = "print bug report"
17:03:48-593 ShowBugReportText = "show bug report"
17:03:48-609 ContinueApplicationText = "continue application"
17:03:48-609 RestartApplicationText = "restart application"
17:03:48-625 CloseApplicationText = "close application"
17:03:48-640 FocusedButton = 0
17:03:48-656 AutomaticallyShowBugReport = -
17:03:48-656 ListThreads = +
17:03:48-671 ListModules = +
17:03:48-671 ListHardware = +
17:03:48-687 Disassembly = +
17:03:48-703 HideUglyItems = -
17:03:48-703 ShowRelativeAddrs = -
17:03:48-718 ShowRelativeLines = -
17:03:48-734 FormatDisassembly = +
17:03:48-734 LimitDisassembly = 5
17:03:48-750 PatchUnitInitOrder = -
17:03:48-765 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:48-781 LoadSettingsFromIni(G:\SRC\CP-Control\GPP\gpp):
17:03:48-781 New project detected: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"
17:03:48-796 SetDefaultSettings
17:03:48-812 LoadDefaultSettings:
17:03:48-812 AppendMapFileToBinary = +
17:03:48-828 MesVersion = 3
17:03:48-843 HandleExceptions = +
17:03:48-843 CheckForFrozenMainThread = -
17:03:48-859 FreezeTimeout = 60000
17:03:48-875 ShowExceptionBox = +
17:03:48-875 SuspendAllRunningThreads = +
17:03:48-890 AutomaticallySaveBugReport = -
17:03:48-906 AutomaticallyMailBugReport = -
17:03:48-906 CopyBugReportToClipboard = +
17:03:48-921 AutomaticallyContinueApplication = -
17:03:48-937 AutomaticallyRestartApplication = -
17:03:48-937 AutomaticallyCloseApplication = -
17:03:48-953 MailAddress = "sprenger@moving-bytes.de"
17:03:48-968 MailSubject = "bug report"
17:03:48-968 AttachBugReportFile = +
17:03:48-984 DeleteBugReportFile = -
17:03:49-000 ScreenShotDepth = 8
17:03:49-000 MailAsSmtpServer = -
17:03:49-046 MailAsSmtpClient = -
17:03:49-046 MailViaMapi = +
17:03:49-062 MailViaMailto = +
17:03:49-078 SmtpServer = ""
17:03:49-078 SmtpPort = 25
17:03:49-093 SmtpAccount = ""
17:03:49-109 SmtpPassword = ""
17:03:49-109 MailSuccessMsg = "The mail was sent successfully."
17:03:49-125 MailFailureMsg = "Sorry, sending the mail didn't work."
17:03:49-140 BugReportFile = "bugreport.txt"
17:03:49-140 AppendBugReports = +
17:03:49-156 BugReportFileSize = 50000
17:03:49-171 VersionVariable = ""
17:03:49-187 TitleBar = "%appname%"
17:03:49-187 ExceptionMessage = "An error occurred in the application."
17:03:49-203 FrozenMessage = "The application seems to be frozen."
17:03:49-218 ShowButtonMailBugReport = +
17:03:49-218 ShowButtonSaveBugReport = -
17:03:49-234 ShowButtonPrintBugReport = -
17:03:49-250 ShowButtonShowBugReport = +
17:03:49-250 ShowButtonContinueApplication = +
17:03:49-265 ShowButtonRestartApplication = +
17:03:49-281 ShowButtonCloseApplication = +
17:03:49-281 MailBugReportText = "mail bug report"
17:03:49-296 SaveBugReportText = "save bug report"
17:03:49-312 PrintBugReportText = "print bug report"
17:03:49-312 ShowBugReportText = "show bug report"
17:03:49-328 ContinueApplicationText = "continue application"
17:03:49-343 RestartApplicationText = "restart application"
17:03:49-359 CloseApplicationText = "close application"
17:03:49-359 FocusedButton = 0
17:03:49-375 AutomaticallyShowBugReport = -
17:03:49-390 ListThreads = +
17:03:49-390 ListModules = +
17:03:49-406 ListHardware = +
17:03:49-421 Disassembly = +
17:03:49-421 HideUglyItems = -
17:03:49-437 ShowRelativeAddrs = -
17:03:49-453 ShowRelativeLines = -
17:03:49-453 FormatDisassembly = +
17:03:49-468 LimitDisassembly = 5
17:03:49-484 PatchUnitInitOrder = -
17:03:49-500 UnitInitOrder = "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:03:49-500 LoadSettingsFromIni(G:\SRC\CP-Control\Tools\HexToBin\HexToBin):
17:03:49-515 BeforeCompile
17:03:49-531 the project file is alright (madIWSupport)
17:03:49-546 the project file is alright (madScreenShot)
17:03:49-546 the project file is alright (madLinkDisAsm)
17:03:49-562 the project file is alright (madExcept)
17:04:37-843 AfterCompile event, succeeded: +, isCodeInsight: -
17:04:37-859 [0] module "G:\SRC\CP-Control\Simulator\SimUnit.cpp"
17:04:37-875 [1] project "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"; moduleEditor[0]: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.cpp"
17:04:37-875 [2] module "G:\SRC\CP-Control\IDE\OptIDEUnit.cpp"
17:04:37-890 [3] module "G:\SRC\CP-Control\IDE\main.cpp"
17:04:37-906 [4] module "G:\SRC\CP-Control\CC_Compiler\codegen.cpp"
17:04:37-906 [5] module "G:\SRC\CP-Control\CC_Compiler\Main.h"
17:04:37-921 [6] module "G:\SRC\CP-Control\CC_Compiler\Symtable.cpp"
17:04:37-937 [7] module "G:\SRC\CP-Control\CC_Compiler\typedefs.hpp"
17:04:37-937 [8] module "G:\SRC\CP-Control\CC_Compiler\codegen.hpp"
17:04:37-953 [9] module "G:\SRC\CP-Control\IDE\childwin.cpp"
17:04:37-968 [10] module "G:\SRC\CP-Control\CC_Compiler\CC_Parser.cpp"
17:04:37-984 [11] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Parser.cpp"
17:04:38-000 [12] module "G:\SRC\CP-Control\Simulator\ipfuncs.h"
17:04:38-000 [13] module "G:\SRC\CP-Control\CC_Compiler\Symtable.hpp"
17:04:38-015 [14] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Lexer.cpp"
17:04:38-031 [15] module "G:\SRC\CP-Control\CC_Compiler\Main.cpp"
17:04:38-031 [16] module "H:\Borland\Components\madCollection\madExcept\Tools\README.TXT"
17:04:38-046 [17] project group
17:04:38-062 [0] project "G:\SRC\CP-Control\IDE\CP_IDE.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:04:38-078 [1] project "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:04:38-093 [2] project "G:\SRC\CP-Control\Simulator\Sim.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:04:38-093 [3] project "G:\SRC\CP-Control\GPP\gpp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:04:38-109 [4] project "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:04:38-125 AfterCompile, succeeded: +
17:04:38-140 root: "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:04:38-140 isDpk: -
17:04:38-156 ProjectOption.OutputDir: ""
17:04:38-171 output: "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:04:38-187 output (after expanding): "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:04:38-203 registry\RootDir: "H:\Borland\CBuilder6"
17:04:38-203 AfterCompile done
17:04:51-609 madSettings menu item was clicked
17:04:51-625 [0] module "G:\SRC\CP-Control\Simulator\SimUnit.cpp"
17:04:51-640 [1] project "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"; moduleEditor[0]: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.cpp"
17:04:51-656 [2] module "G:\SRC\CP-Control\IDE\OptIDEUnit.cpp"
17:04:51-656 [3] module "G:\SRC\CP-Control\IDE\main.cpp"
17:04:51-671 [4] module "G:\SRC\CP-Control\CC_Compiler\codegen.cpp"
17:04:51-687 [5] module "G:\SRC\CP-Control\CC_Compiler\Main.h"
17:04:51-703 [6] module "G:\SRC\CP-Control\CC_Compiler\Symtable.cpp"
17:04:51-718 [7] module "G:\SRC\CP-Control\CC_Compiler\typedefs.hpp"
17:04:51-718 [8] module "G:\SRC\CP-Control\CC_Compiler\codegen.hpp"
17:04:51-734 [9] module "G:\SRC\CP-Control\IDE\childwin.cpp"
17:04:51-750 [10] module "G:\SRC\CP-Control\CC_Compiler\CC_Parser.cpp"
17:04:51-765 [11] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Parser.cpp"
17:04:51-765 [12] module "G:\SRC\CP-Control\Simulator\ipfuncs.h"
17:04:51-781 [13] module "G:\SRC\CP-Control\CC_Compiler\Symtable.hpp"
17:04:51-796 [14] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Lexer.cpp"
17:04:51-812 [15] module "G:\SRC\CP-Control\CC_Compiler\Main.cpp"
17:04:51-828 [16] module "H:\Borland\Components\madCollection\madExcept\Tools\README.TXT"
17:04:51-828 [17] project group
17:04:51-843 [0] project "G:\SRC\CP-Control\IDE\CP_IDE.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:04:51-859 [1] project "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:04:51-875 [2] project "G:\SRC\CP-Control\Simulator\Sim.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:04:51-890 [3] project "G:\SRC\CP-Control\GPP\gpp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:04:51-890 [4] project "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:05:25-171 settings were modified
17:05:25-187 the project file is alright (madIWSupport)
17:05:25-203 we have to adjust the project file (madScreenShot)
17:05:25-218 SetProjectModified
17:05:25-250 we have to adjust the project file (madLinkDisAsm)
17:05:25-265 SetProjectModified
17:05:25-281 we have to adjust the project file (madExcept)
17:05:25-296 SetProjectModified
17:05:25-328 SetProjectModified
17:05:28-890 BeforeSave event "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"
17:05:28-906 the project file is alright (madIWSupport)
17:05:28-921 the project file is alright (madScreenShot)
17:05:28-921 the project file is alright (madLinkDisAsm)
17:05:28-937 the project file is alright (madExcept)
17:05:29-031 BeforeSave event "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr", modified: +
17:05:29-046 SaveSettingsToIni(G:\SRC\CP-Control\CC_Compiler\CC_Comp):
17:05:29-078 [GeneralSettings]\MesVersion := 3
17:05:29-093 [GeneralSettings]\AppendMapFileToBinary := +
17:05:29-109 [GeneralSettings]\HandleExceptions := +
17:05:29-125 [GeneralSettings]\CheckForFrozenMainThread := -
17:05:29-140 [GeneralSettings]\FreezeTimeout := 60000
17:05:29-171 [GeneralSettings]\ShowExceptionBox := +
17:05:29-187 [GeneralSettings]\SuspendAllRunningThreads := +
17:05:29-203 [GeneralSettings]\AutomaticallySaveBugReport := -
17:05:29-218 [GeneralSettings]\AutomaticallyMailBugReport := -
17:05:29-234 [GeneralSettings]\CopyBugReportToClipboard := +
17:05:29-250 [GeneralSettings]\AutomaticallyContinueApplication := -
17:05:29-265 [GeneralSettings]\AutomaticallyRestartApplication := 0
17:05:29-281 [GeneralSettings]\AutomaticallyCloseApplication := 0
17:05:29-296 [GeneralSettings]\MailAddress := "sprenger@moving-bytes.de"
17:05:29-312 [GeneralSettings]\MailSubject := "bug report"
17:05:29-343 [GeneralSettings]\AttachBugReportFile := +
17:05:29-359 [GeneralSettings]\DeleteBugReportFile := -
17:05:29-375 [GeneralSettings]\ScreenShotDepth := 8
17:05:29-390 [GeneralSettings]\MailAsSmtpServer := -
17:05:29-406 [GeneralSettings]\MailAsSmtpClient := -
17:05:29-421 [GeneralSettings]\MailViaMapi := +
17:05:29-437 [GeneralSettings]\MailViaMailto := +
17:05:29-453 [GeneralSettings]\SmtpServer := ""
17:05:29-468 [GeneralSettings]\SmtpPort := 25
17:05:29-484 [GeneralSettings]\SmtpAccount := ""
17:05:29-500 [GeneralSettings]\SmtpPassword := ""
17:05:29-515 [GeneralSettings]\MailSuccessMsg := "The mail was sent successfully."
17:05:29-546 [GeneralSettings]\MailFailureMsg := "Sorry, sending the mail didn't work."
17:05:29-562 [GeneralSettings]\BugReportFile := "bugreport.txt"
17:05:29-578 [GeneralSettings]\AppendBugReports := +
17:05:29-593 [GeneralSettings]\BugReportFileSize := 50000
17:05:29-609 [GeneralSettings]\VersionVariable := ""
17:05:29-625 [ExceptionBox]\TitleBar := "%appname%"
17:05:29-640 [ExceptionBox]\ExceptionMessage := "An error occurred in the application."
17:05:29-671 [ExceptionBox]\FrozenMessage := "The application seems to be frozen."
17:05:29-687 [ExceptionBox]\ShowButtonMailBugReport := +
17:05:29-703 [ExceptionBox]\ShowButtonSaveBugReport := +
17:05:29-718 [ExceptionBox]\ShowButtonPrintBugReport := -
17:05:29-734 [ExceptionBox]\ShowButtonShowBugReport := +
17:05:29-750 [ExceptionBox]\ShowButtonContinueApplication := +
17:05:29-765 [ExceptionBox]\ShowButtonRestartApplication := +
17:05:29-781 [ExceptionBox]\ShowButtonCloseApplication := +
17:05:29-796 [ExceptionBox]\MailBugReportText := "mail bug report"
17:05:29-812 [ExceptionBox]\SaveBugReportText := "save bug report"
17:05:29-843 [ExceptionBox]\PrintBugReportText := "print bug report"
17:05:29-859 [ExceptionBox]\ShowBugReportText := "show bug report"
17:05:29-875 [ExceptionBox]\ContinueApplicationText := "continue application"
17:05:29-890 [ExceptionBox]\RestartApplicationText := "restart application"
17:05:29-906 [ExceptionBox]\CloseApplicationText := "close application"
17:05:29-921 [ExceptionBox]\FocusedButton := 0
17:05:29-937 [ExceptionBox]\AutomaticallyShowBugReport := -
17:05:29-953 [BugReport]\ListThreads := +
17:05:29-968 [BugReport]\ListModules := +
17:05:29-984 [BugReport]\ListHardware := +
17:05:30-000 [BugReport]\Disassembly := +
17:05:30-015 [BugReport]\HideUglyItems := -
17:05:30-046 [BugReport]\ShowRelativeAddrs := -
17:05:30-062 [BugReport]\ShowRelativeLines := -
17:05:30-078 [BugReport]\FormatDisassembly := +
17:05:30-093 [BugReport]\LimitDisassembly := 5
17:05:30-109 [UnitInitOrder]\PatchUnitInitOrder := -
17:05:30-140 [UnitInitOrder]\UnitInitOrder := "ShareMem, HPMM, MultiMM, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllFastCpuDetect, nxllFastFillChar, nxllFastMove, nxllMemoryManagerImpl, nxllMemoryManager, nxReplacementMemoryManager, dbisammm"
17:05:31-640 BeforeCompile event, isCodeInsight: -
17:05:31-656 [0] module "G:\SRC\CP-Control\Simulator\SimUnit.cpp"
17:05:31-671 [1] project "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"; moduleEditor[0]: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.cpp"
17:05:31-687 [2] module "G:\SRC\CP-Control\IDE\OptIDEUnit.cpp"
17:05:31-687 [3] module "G:\SRC\CP-Control\IDE\main.cpp"
17:05:31-703 [4] module "G:\SRC\CP-Control\CC_Compiler\codegen.cpp"
17:05:31-718 [5] module "G:\SRC\CP-Control\CC_Compiler\Main.h"
17:05:31-734 [6] module "G:\SRC\CP-Control\CC_Compiler\Symtable.cpp"
17:05:31-750 [7] module "G:\SRC\CP-Control\CC_Compiler\typedefs.hpp"
17:05:31-750 [8] module "G:\SRC\CP-Control\CC_Compiler\codegen.hpp"
17:05:31-765 [9] module "G:\SRC\CP-Control\IDE\childwin.cpp"
17:05:31-781 [10] module "G:\SRC\CP-Control\CC_Compiler\CC_Parser.cpp"
17:05:31-796 [11] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Parser.cpp"
17:05:31-812 [12] module "G:\SRC\CP-Control\Simulator\ipfuncs.h"
17:05:31-812 [13] module "G:\SRC\CP-Control\CC_Compiler\Symtable.hpp"
17:05:31-828 [14] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Lexer.cpp"
17:05:31-843 [15] module "G:\SRC\CP-Control\CC_Compiler\Main.cpp"
17:05:31-859 [16] module "H:\Borland\Components\madCollection\madExcept\Tools\README.TXT"
17:05:31-875 [17] project group
17:05:31-890 [0] project "G:\SRC\CP-Control\IDE\CP_IDE.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:05:31-890 [1] project "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:05:31-906 [2] project "G:\SRC\CP-Control\Simulator\Sim.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:05:31-921 [3] project "G:\SRC\CP-Control\GPP\gpp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:05:31-937 [4] project "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:05:31-953 BeforeCompile
17:05:31-953 the project file is alright (madIWSupport)
17:05:31-968 the project file is alright (madScreenShot)
17:05:31-984 the project file is alright (madLinkDisAsm)
17:05:32-000 the project file is alright (madExcept)
17:11:44-531 AfterCompile event, succeeded: +, isCodeInsight: -
17:11:44-546 [0] module "G:\SRC\CP-Control\Simulator\SimUnit.cpp"
17:11:44-562 [1] project "H:\Borland\Components\Storage\CBuilder6\dclrsl60.bpk"; moduleEditor[0]: "H:\Borland\Components\Storage\CBuilder6\dclrsl60.cpp"
17:11:44-578 [2] module "G:\SRC\CP-Control\IDE\OptIDEUnit.cpp"
17:11:44-593 [3] module "G:\SRC\CP-Control\IDE\main.cpp"
17:11:44-609 [4] module "G:\SRC\CP-Control\CC_Compiler\codegen.cpp"
17:11:44-609 [5] module "G:\SRC\CP-Control\CC_Compiler\Main.h"
17:11:44-625 [6] module "G:\SRC\CP-Control\CC_Compiler\Symtable.cpp"
17:11:44-640 [7] module "G:\SRC\CP-Control\CC_Compiler\typedefs.hpp"
17:11:44-656 [8] module "G:\SRC\CP-Control\CC_Compiler\codegen.hpp"
17:11:44-671 [9] module "G:\SRC\CP-Control\IDE\childwin.cpp"
17:11:44-687 [10] module "G:\SRC\CP-Control\CC_Compiler\CC_Parser.cpp"
17:11:44-703 [11] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Parser.cpp"
17:11:44-703 [12] module "G:\SRC\CP-Control\Simulator\ipfuncs.h"
17:11:44-718 [13] module "G:\SRC\CP-Control\CC_Compiler\Symtable.hpp"
17:11:44-734 [14] module "G:\SRC\CP-Control\CC_Compiler\CBAS_Lexer.cpp"
17:11:44-750 [15] module "G:\SRC\CP-Control\CC_Compiler\Main.cpp"
17:11:44-765 [16] module "H:\Borland\Components\madCollection\madExcept\Tools\README.TXT"
17:11:44-781 [17] project group
17:11:44-796 [0] project "G:\SRC\CP-Control\IDE\CP_IDE.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\IDE\CP_IDE.cpp"
17:11:44-796 [1] project "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.bpf"
17:11:44-812 [2] project "G:\SRC\CP-Control\Simulator\Sim.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Simulator\Sim.cpp"
17:11:44-828 [3] project "G:\SRC\CP-Control\GPP\gpp.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\GPP\gpp.bpf"
17:11:44-843 [4] project "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpr"; moduleEditor[0]: "G:\SRC\CP-Control\Tools\HexToBin\HexToBin.bpf"
17:11:44-859 AfterCompile, succeeded: +
17:11:44-875 root: "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:11:44-890 isDpk: -
17:11:44-890 ProjectOption.OutputDir: ""
17:11:44-906 output: "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:11:44-921 output (after expanding): "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:11:44-937 registry\RootDir: "H:\Borland\CBuilder6"
17:11:44-953 binary: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.exe"
17:11:44-968 map file: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.map"
17:11:44-984 PatchBinary, compileSucceeded: +, isDpk: -, binary: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.exe", root: "G:\SRC\CP-Control\CC_Compiler\CC_Comp"
17:11:45-000 map file successfully loaded/parsed
17:11:45-031 look for needed map entries:
17:11:45-046 version variable "" not found
17:11:45-046 madTools.initialization not found
17:11:45-062 madExcept.initialization not found
17:11:45-078 madExcept.FunctionsInitialized not found
17:11:45-093 madExcept.Forms_TApplication_HandleException not found
17:11:45-109 madExcept.Forms_TApplication_ShowException not found
17:11:45-125 madExcept.Qforms_TApplication_HandleException not found
17:11:45-140 madExcept.Qforms_TApplication_ShowException not found
17:11:45-156 madExcept.SysUtils_ShowException not found
17:11:45-156 madExcept.SysUtils_LoadPackage not found
17:11:45-171 madExcept.SysUtils_InitializePackage not found
17:11:45-187 madExcept.Classes_CheckSynchronize not found
17:11:45-203 madExcept.CGIApp_TCGIApplication_CGIHandleException not found
17:11:45-218 madExcept.ISAPIApp_TISAPIApplication_ISAPIHandleException not found
17:11:45-234 madExcept.HttpExtensionProcNext not found
17:11:45-250 madExcept.System_Halt0 not found
17:11:45-250 madExcept.System_Write0CString not found
17:11:45-265 madExcept.System_InitUnits not found
17:11:45-281 madExcept.System_FinalizeUnits not found
17:11:45-296 madExcept.System_ExceptionHandler not found
17:11:45-312 madExcept.System_runErrMsg not found
17:11:45-328 madExcept.System_DoneExcept not found
17:11:45-343 madExcept.HandleExceptions not found
17:11:45-343 madExcept.FreezeTimeout not found
17:11:45-359 madExcept.ShowExceptionBox not found
17:11:45-375 madExcept.SuspendThreads not found
17:11:45-390 madExcept.AutoSave not found
17:11:45-406 madExcept.AutoMail not found
17:11:45-421 madExcept.AutoClipboard not found
17:11:45-437 madExcept.AutoContinue not found
17:11:45-453 madExcept.AutoRestart not found
17:11:45-453 madExcept.AutoClose not found
17:11:45-468 madExcept.MailAddr not found
17:11:45-484 madExcept.MailSubject not found
17:11:45-500 madExcept.AttachBugReportFile not found
17:11:45-515 madExcept.DeleteBugReportFile not found
17:11:45-531 madExcept.ScreenShotDepth not found
17:11:45-546 madExcept.ScreenShotFunc not found
17:11:45-562 madExcept.MailAsSmtpServer not found
17:11:45-578 madExcept.MailAsSmtpClient not found
17:11:45-593 madExcept.MailViaMapi not found
17:11:45-609 madExcept.MailViaMailto not found
17:11:45-609 madExcept.SmtpServer not found
17:11:45-625 madExcept.SmtpPort not found
17:11:45-640 madExcept.SmtpAccount not found
17:11:45-656 madExcept.SmtpPassword not found
17:11:45-671 madExcept.MailSuccessMsg not found
17:11:45-687 madExcept.MailFailureMsg not found
17:11:45-703 madExcept.BugReportFile not found
17:11:45-718 madExcept.BugReportFileSize not found
17:11:45-718 madExcept.VersionStr not found
17:11:45-734 madExcept.TitleBar not found
17:11:45-750 madExcept.ExceptMsg not found
17:11:45-765 madExcept.FrozenMsg not found
17:11:45-781 madExcept.MailBugRep not found
17:11:45-796 madExcept.SaveBugRep not found
17:11:45-812 madExcept.PrintBugRep not found
17:11:45-828 madExcept.ShowBugRep not found
17:11:45-828 madExcept.ContinueApp not found
17:11:45-843 madExcept.RestartApp not found
17:11:45-859 madExcept.CloseApp not found
17:11:45-875 madExcept.FocusedBtn not found
17:11:45-890 madExcept.AutoShowBugRep not found
17:11:45-906 madExcept.ListThreads not found
17:11:45-921 madExcept.ListModules not found
17:11:45-921 madExcept.ListHardware not found
17:11:45-937 madExcept.HideUglyItems not found
17:11:45-953 madExcept.ShowRelativeAddrs not found
17:11:45-968 madExcept.ShowRelativeLines not found
17:11:45-984 madExcept.FormatDisassembly not found
17:11:46-000 madExcept.LimitDisassembly not found
17:11:46-015 madExcept.InterceptHttpExtensionProc not found
17:11:46-015 madExcept.BcbExceptionHandler not found
17:11:46-031 madExcept.BcbThrowExceptionLDTC not found
17:11:46-046 madExcept.BcbInitExceptBlockLDTC not found
17:11:46-062 madExcept.BcbOrgMalloc not found
17:11:46-078 madExcept.BcbMemcpy not found
17:11:46-093 madExcept.BcbCallTerminate not found
17:11:46-109 madScreenShot.CreateScreenShotPng not found
17:11:46-125 Forms.TApplication.HandleException not found
17:11:46-140 Forms.TApplication.ShowException not found
17:11:46-140 Qforms.TApplication.HandleException not found
17:11:46-156 Qforms.TApplication.ShowException not found
17:11:46-171 SysUtils.ShowException not found
17:11:46-187 SysUtils.LoadPackage not found
17:11:46-203 SysUtils.InitializePackage not found
17:11:46-218 Classes.CheckSynchronize not found
17:11:46-218 CGIApp.TCGIApplication.CGIHandleException not found
17:11:46-234 ISAPIApp.TISAPIApplication.ISAPIHandleException not found
17:11:46-250 SysUtils.initialization not found
17:11:46-265 System.@Halt0 not found
17:11:46-281 System.@Write0CString not found
17:11:46-296 System.InitUnits not found
17:11:46-312 System.FinalizeUnits not found
17:11:46-312 System.@ExceptionHandler not found
17:11:46-328 System.runErrMsg not found
17:11:46-343 System.DoneExcept not found
17:11:46-359 BCB.____ExceptionHandler not found
17:11:46-375 BCB._ThrowExceptionLDTC: $0000ae08
17:11:46-390 BCB.__InitExceptBlockLDTC: $0007d4c0
17:11:46-406 BCB.___org_malloc not found
17:11:46-406 BCB._memcpy not found
17:11:46-421 BCB.___call_terminate not found
17:11:46-437 binary successfully opened
17:11:46-453 binary opened as memory mapped file
17:11:46-468 patch binary
17:11:46-484 no patch possible, need "madExcept.initialization"
17:11:46-500 Warning: unit "madExcept" not found in binary file -> madExcept won't work correctly.
17:11:46-531 append map file to binary
17:11:46-546 map file is not yet appended
17:11:46-578 append map file now
17:11:46-593 Info: map file appended
17:11:46-640 PatchBinary done
17:11:46-656 delete the map file
17:11:46-671 AfterCompile done
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Are those 2 paths ok?

17:11:44-953 binary: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.exe"
17:11:44-968 map file: "G:\SRC\CP-Control\CC_Compiler\CC_Comp.map"

Are you using runtime packages? Did you add madExcept to the list of runtime package. Please do NOT. Please remove it from there, in case it is listed.
Post Reply