Board index » cppbuilder » Re: bcc32pch 2.6dev 5.1
Andreas Hausladen
![]() CBuilder Developer |
Andreas Hausladen
![]() CBuilder Developer |
Re: bcc32pch 2.6dev 5.12006-02-01 10:45:01 PM cppbuilder44 An updated version is available: unvclx.sf.net/downloads/bcc32pch26InstallDev5_1.zip - Fixed: Makefile export had not worked when using ProjectMaker maketool. Now it always exports BorlandMAKE makefiles - Fixed: List index out of bounds bug when compiling with BDS 2006's built-in compiler. - Fixed: -Q message pane bug that lead to "internal compiler error" - Fixed: -Q was not handled correctly when used by replacement compiler (no tree structure) -- Regards, Andreas Hausladen |
vavan
![]() CBuilder Developer |
2006-02-01 11:12:22 PM
Re:Re: bcc32pch 2.6dev 5.1
On Wed, 1 Feb 2006 15:45:01 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: 5.1 shows bunch of tlink messages I've never seen before. is this as designed? -- Vladimir Ulchenko aka vavan |
Andreas Hausladen
![]() CBuilder Developer |
2006-02-01 11:29:16 PM
Re:Re: bcc32pch 2.6dev 5.1
vavan wrote:
Quote5.1 shows bunch of tlink messages I've never seen before. is this as -- Regards, Andreas Hausladen {smallsort} |
vavan
![]() CBuilder Developer |
2006-02-01 11:43:52 PM
Re:Re: bcc32pch 2.6dev 5.1
On Wed, 1 Feb 2006 16:29:16 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: QuoteNo. Only when creating a .lib file the tlib.exe will output some text. time instead of adding all those .pas files from their original path (containing whitespaces) I copied them onto project directory. there were also couple of other minor changes needed, but finally it built my project succesfully. anyway I cannot reproduce that weird tlib output now I'll keep on testing 5.1 -- Vladimir Ulchenko aka vavan |
vavan
![]() CBuilder Developer |
2006-02-01 11:46:04 PM
Re:Re: bcc32pch 2.6dev 5.1
On Wed, 01 Feb 2006 18:43:52 +0300, vavan < XXXX@XXXXX.COM >
wrote: forgot to mention that now project file is about 22Kb only instead of 220 before so it looks like by moving .pas files I avoided this ide misbehaviour -- Vladimir Ulchenko aka vavan |
Andreas Hausladen
![]() CBuilder Developer |
2006-02-02 12:11:35 AM
Re:Re: bcc32pch 2.6dev 5.1
vavan wrote:
QuoteI'll keep on testing 5.1 -- Regards, Andreas Hausladen |
vavan
![]() CBuilder Developer |
2006-02-02 02:53:35 PM
Re:Re: bcc32pch 2.6dev 5.1
On Wed, 1 Feb 2006 16:29:16 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: please see another screenshot in .attachment -- Vladimir Ulchenko aka vavan |
vavan
![]() CBuilder Developer |
2006-02-02 03:47:07 PM
Re:Re: bcc32pch 2.6dev 5.1
On Wed, 1 Feb 2006 15:45:01 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: when I hit Run command with replacement mode activated it makes project but doesn't run it within ide so I have to switch to standard mode -- Vladimir Ulchenko aka vavan |
Andreas Hausladen
![]() CBuilder Developer |
2006-02-02 07:08:59 PM
Re:Re: bcc32pch 2.6dev 5.1
vavan wrote:
Quotewhen I hit Run command with replacement mode activated it makes - User pressed run menu item - - Check if the project must be recompiled - - - Compile the project (here the hook function is called due to a jump instruction in the original function) - - Create the process and attach the de{*word*81} As you see bcc32pch doesn't start the application. The only reason that could be is that the project is compiled without debug information. You can find this out by exporting a "bcc32pch makefile" (menu "Project/Export bcc32pch makefile"). Then activate the "Show command line" option in "Tools/Options..." build the project with the build-in compiler. Now you can compare the CFLAGS and LFLAGS of the makefile with the commandline the IDE outputs. -- Regards, Andreas Hausladen |
Andreas Hausladen
![]() CBuilder Developer |
2006-02-02 07:11:30 PM
Re:Re: bcc32pch 2.6dev 5.1
vavan wrote:
QuoteOn Wed, 1 Feb 2006 16:29:16 +0100, "Andreas Hausladen" implices to bcc32pch that the linking has failed. Is this bug reproducable? -- Regards, Andreas Hausladen |
vavan
![]() CBuilder Developer |
2006-02-02 07:38:29 PM
Re:Re: bcc32pch 2.6dev 5.1
On Thu, 2 Feb 2006 12:08:59 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: QuoteAs you see bcc32pch doesn't start the application. The only reason that with your addon so I have to build process with default ide toolset Quotecan find this out by exporting a "bcc32pch makefile" (menu "Project/Export Vladimir Ulchenko aka vavan |
vavan
![]() CBuilder Developer |
2006-02-02 07:38:33 PM
Re:Re: bcc32pch 2.6dev 5.1
On Thu, 2 Feb 2006 12:11:30 +0100, "Andreas Hausladen"
< XXXX@XXXXX.COM >wrote: QuoteIs the executable created correctly? If so then the ilink32 meight return QuoteIs this bug reproducable? Vladimir Ulchenko aka vavan |