Board index » cppbuilder » BCB6 - Hangs - Line truncated dialog
Sundeep Gawande
![]() CBuilder Developer |
Sundeep Gawande
![]() CBuilder Developer |
BCB6 - Hangs - Line truncated dialog2003-12-22 06:54:34 PM cppbuilder31 I am trying to compile a BCB5 project with BCB6. It starts compiling a .cpp file and pops up a dialog saying "A line has been truncated". After clicking Ok the BCB hangs. I had to kill it. What could be the reason? And I was surprised with the message on the dialog. Is there any limit on the length of a line of code in BCB6? Also I had observed that the source files get corrupted after this. It shows weird characters in the code. Sundeep. |
Andrue Cope
![]() CBuilder Developer |
2003-12-22 07:44:09 PM
Re:BCB6 - Hangs - Line truncated dialog
Sundeep Gawande,
QuoteAlso I had observed that the source files get corrupted after this. It shows under the new IDE. -- Andrue Cope [Bicester, UK] |
Hans Galema
![]() CBuilder Developer |
2003-12-22 07:46:27 PM
Re:BCB6 - Hangs - Line truncated dialog
Sundeep Gawande wrote:
QuoteI am trying to compile a BCB5 project with BCB6. start a new project in bcb6 and add all the units again. Hans. {smallsort} |
Sundeep Gawande
![]() CBuilder Developer |
2003-12-22 08:38:03 PM
Re:BCB6 - Hangs - Line truncated dialog
Hi Andrue,
I am afraid it won't be correct for me to create new projects because all my projects are COM components(TActiveForm) and recreating these projects will change all the GUIDS and all. And again lot of rework of adding interface into the TLB. Hence I am planning to go with using the default project update and then repair other broken things. What do u suggest? Sundeep. "Andrue Cope" < XXXX@XXXXX.COM >wrote in message QuoteSundeep Gawande, Quote>weird characters in the code. Quotecause of many weird and wonderful problems. You should recreate your Quoteunder the new IDE. |
Andrue Cope
![]() CBuilder Developer |
2003-12-22 09:20:39 PM
Re:BCB6 - Hangs - Line truncated dialog
Sundeep Gawande,
QuoteHence I am planning to go with using the default often results in obscure problems some of which don't surface until later. I'm not entirely sure why recreating your projects will change anything - it never did for us that I know of. Okay so only one app uses COM but it survived a project recreate from BCB5 without any problems. Are you trying to mix BCB6 and BCB5 projects? Could that be the problem? We recreated everything and had no problems with the COM stuff. -- Andrue Cope [Bicester, UK] |