BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem loading C++ in BDS 2006

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade)
View previous topic :: View next topic  
Author Message
Samantha Grechen
Guest





PostPosted: Mon Oct 02, 2006 2:11 pm    Post subject: Problem loading C++ in BDS 2006 Reply with quote



Hi all,

I have bsd 2006 installed I ran update 2 and
the hotfix roll-up now when I want to run C++
I get the error messages presented below, I
can load projects but the build and compile
options and pretty much everything else is
disabled, Delphi works fine though. Does
anyone know of a work around?

I've tried uninstalling and re-installing
twice already and am getting the same
response.

Any help would be very much appreciated.


-Sam


Invalid .platform file: com.borland.cbuilder.build.platforms.win32.platform
File or assembly name ft8fft16.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String




Invalid toolset file: ""
File or assembly name a96zcg5l.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre



File or assembly name a96zcg5l.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init



+ $24[22B1306D]{bcbide100.bpl} NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1572, "NewCppProjOpts.pas" + 1) + $24
+ $0[51F06B47]{rtl100.bpl } System.System.@HandleAnyException (Line 9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B13366]{bcbide100.bpl} NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption (Line 1617, "NewCppProjOpts.pas" + 2Cool + $1
+ $13[22CC32B9]{bcbvclide100.bpl} CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line 284, "CppVclIDECmd.pas" + 1) + $13
+ $17[22B73E18]{bcbide100.bpl} CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120, "CppUpdaters.pas" + 3) + $17
+ $35[21BBBE88]{delphicoreide100.bpl} BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create (Line 1238, "BaseDelphiProject.pas" + 12) + $35
+ $9[22B1AD11]{bcbide100.bpl} CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 311, "CppProject.pas" + 2) + $9
+ $5[21BB9D44]{delphicoreide100.bpl} BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 593, "BaseDelphiProject.pas" + 39) + $5
+ $1D[22B1A6A8]{bcbide100.bpl} CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 189, "CppProject.pas" + 4) + $1D
+ $36[20BACD63]{coreide100.bpl} ProjectFileUtils.ProjectFileUtils.CreateProject (Line 791, "ProjectFileUtils.pas" + 7) + $36
+ $2F[21B8D419]{delphicoreide100.bpl} DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected (Line 186, "DelphiGalleryItems.pas" + 1) + $2F
+ $6[20B4613E]{coreide100.bpl} GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146, "GalleryTypes.pas" + 5) + $6
[0041C839]{bds.exe }
+ $7[51F3FDBB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute (Line 10999, "classes.pas" + 2) + $7
+ $3[218AD460]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143, "ActnMenus.pas" + 3) + $3
+ $4[218A891D]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883, "ActnMenus.pas" + 3) + $4
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line 7242, "Controls.pas" + 101) + $6
+ $4[218AA158]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas" + 15) + $4
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572, "classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A
Back to top
Alan Hastings
Guest





PostPosted: Mon Oct 02, 2006 2:54 pm    Post subject: Re: Problem loading C++ in BDS 2006 Reply with quote



Hello Samantha
I had problems after updating until I checked the global path definitions
for the bds under tools.
Somehow the path to the bds include and indy9 was corrupt.
--
Regards

Alan Hastings
"Samantha Grechen" <sgrechen (AT) hotmail (DOT) com> wrote in message
news:4520d7c0$1 (AT) newsgroups (DOT) borland.com...
Quote:

Hi all,

I have bsd 2006 installed I ran update 2 and
the hotfix roll-up now when I want to run C++
I get the error messages presented below, I
can load projects but the build and compile
options and pretty much everything else is
disabled, Delphi works fine though. Does
anyone know of a work around?

I've tried uninstalling and re-installing
twice already and am getting the same
response.

Any help would be very much appreciated.


-Sam


Invalid .platform file:
com.borland.cbuilder.build.platforms.win32.platform
File or assembly name ft8fft16.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String




Invalid toolset file: ""
File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre



File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init



+ $24[22B1306D]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1572,

"NewCppProjOpts.pas" + 1) + $24
Quote:
+ $0[51F06B47]{rtl100.bpl } System.System.@HandleAnyException (Line
9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B13366]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption

(Line 1617, "NewCppProjOpts.pas" + 2Cool + $1
Quote:
+ $13[22CC32B9]{bcbvclide100.bpl}
CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line 284,

"CppVclIDECmd.pas" + 1) + $13
Quote:
+ $17[22B73E18]{bcbide100.bpl}
CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120,

"CppUpdaters.pas" + 3) + $17
Quote:
+ $35[21BBBE88]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create (Line

1238, "BaseDelphiProject.pas" + 12) + $35
Quote:
+ $9[22B1AD11]{bcbide100.bpl}
CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 311,

"CppProject.pas" + 2) + $9
Quote:
+ $5[21BB9D44]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 593,

"BaseDelphiProject.pas" + 39) + $5
Quote:
+ $1D[22B1A6A8]{bcbide100.bpl}
CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 189,

"CppProject.pas" + 4) + $1D
Quote:
+ $36[20BACD63]{coreide100.bpl}
ProjectFileUtils.ProjectFileUtils.CreateProject (Line 791,

"ProjectFileUtils.pas" + 7) + $36
Quote:
+ $2F[21B8D419]{delphicoreide100.bpl}
DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected (Line

186, "DelphiGalleryItems.pas" + 1) + $2F
Quote:
+ $6[20B4613E]{coreide100.bpl}
GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146,

"GalleryTypes.pas" + 5) + $6
Quote:
[0041C839]{bds.exe }
+ $7[51F3FDBB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute
(Line 10999, "classes.pas" + 2) + $7
+ $3[218AD460]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143,

"ActnMenus.pas" + 3) + $3
Quote:
+ $4[218A891D]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883,

"ActnMenus.pas" + 3) + $4
Quote:
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[218AA158]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas"

+ 15) + $4
Quote:
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A
Back to top
Samantha Grechen
Guest





PostPosted: Mon Oct 02, 2006 3:33 pm    Post subject: Re: Problem loading C++ in BDS 2006 Reply with quote



Hi Alan,

I've checked the paths they all seem to be ok,
would you know anything else about this problem?

-Sam


BTW i'm also getting these errors:


Invalid .platform file: com.borland.cbuilder.build.platforms.win32.platform
File or assembly name uojg5pzp.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String


Invalid toolset file: ""
File or assembly name xvfhyhgr.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre


File or assembly name xvfhyhgr.dll, or one of its dependencies, was not found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init


+ $24[22B737D5]{bcbide100.bpl} NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1661, "NewCppProjOpts.pas" + 1) + $24
+ $0[51F26B4B]{rtl100.bpl } System.System.@HandleAnyException (Line 9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B73ACE]{bcbide100.bpl} NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption (Line 1706, "NewCppProjOpts.pas" + 2Cool + $1
+ $13[22D332B9]{bcbvclide100.bpl} CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line 284, "CppVclIDECmd.pas" + 1) + $13
+ $17[22BD456C]{bcbide100.bpl} CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120, "CppUpdaters.pas" + 3) + $17
+ $35[21BEC030]{delphicoreide100.bpl} BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create (Line 1252, "BaseDelphiProject.pas" + 12) + $35
+ $9[22B7AEC9]{bcbide100.bpl} CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 312, "CppProject.pas" + 2) + $9
+ $5[21BE9EEC]{delphicoreide100.bpl} BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 607, "BaseDelphiProject.pas" + 39) + $5
+ $1D[22B7A860]{bcbide100.bpl} CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 190, "CppProject.pas" + 4) + $1D
+ $36[20BAD6CF]{coreide100.bpl} ProjectFileUtils.ProjectFileUtils.CreateProject (Line 794, "ProjectFileUtils.pas" + 7) + $36
+ $2F[21BBD411]{delphicoreide100.bpl} DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected (Line 186, "DelphiGalleryItems.pas" + 1) + $2F
+ $6[20B46162]{coreide100.bpl} GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146, "GalleryTypes.pas" + 5) + $6
+ $5D19[0041CA61]{bds.exe } bds.bds.Finalization + $5D19
+ $7[51F5FDCB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute (Line 10999, "classes.pas" + 2) + $7
+ $3[218BD460]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143, "ActnMenus.pas" + 3) + $3
+ $4[218B891D]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883, "ActnMenus.pas" + 3) + $4
+ $6[5205CA19]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line 7246, "Controls.pas" + 105) + $6
+ $4[218BA158]{vclactnband100.bpl} ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas" + 15) + $4
+ $0[51F60BC0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572, "classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A


"Alan Hastings" <alan (AT) xsi (DOT) biz> wrote:
Quote:
Hello Samantha
I had problems after updating until I checked the global path definitions
for the bds under tools.
Somehow the path to the bds include and indy9 was corrupt.
--
Regards

Alan Hastings
"Samantha Grechen" <sgrechen (AT) hotmail (DOT) com> wrote in message
news:4520d7c0$1 (AT) newsgroups (DOT) borland.com...

Hi all,

I have bsd 2006 installed I ran update 2 and
the hotfix roll-up now when I want to run C++
I get the error messages presented below, I
can load projects but the build and compile
options and pretty much everything else is
disabled, Delphi works fine though. Does
anyone know of a work around?

I've tried uninstalling and re-installing
twice already and am getting the same
response.

Any help would be very much appreciated.


-Sam


Invalid .platform file:
com.borland.cbuilder.build.platforms.win32.platform
File or assembly name ft8fft16.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String




Invalid toolset file: ""
File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre



File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init



+ $24[22B1306D]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1572,
"NewCppProjOpts.pas" + 1) + $24
+ $0[51F06B47]{rtl100.bpl } System.System.@HandleAnyException (Line
9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B13366]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption
(Line 1617, "NewCppProjOpts.pas" + 2Cool + $1
+ $13[22CC32B9]{bcbvclide100.bpl}
CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line 284,
"CppVclIDECmd.pas" + 1) + $13
+ $17[22B73E18]{bcbide100.bpl}
CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120,
"CppUpdaters.pas" + 3) + $17
+ $35[21BBBE88]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create (Line
1238, "BaseDelphiProject.pas" + 12) + $35
+ $9[22B1AD11]{bcbide100.bpl}
CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 311,
"CppProject.pas" + 2) + $9
+ $5[21BB9D44]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 593,
"BaseDelphiProject.pas" + 39) + $5
+ $1D[22B1A6A8]{bcbide100.bpl}
CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 189,
"CppProject.pas" + 4) + $1D
+ $36[20BACD63]{coreide100.bpl}
ProjectFileUtils.ProjectFileUtils.CreateProject (Line 791,
"ProjectFileUtils.pas" + 7) + $36
+ $2F[21B8D419]{delphicoreide100.bpl}
DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected (Line
186, "DelphiGalleryItems.pas" + 1) + $2F
+ $6[20B4613E]{coreide100.bpl}
GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146,
"GalleryTypes.pas" + 5) + $6
[0041C839]{bds.exe }
+ $7[51F3FDBB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute
(Line 10999, "classes.pas" + 2) + $7
+ $3[218AD460]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143,
"ActnMenus.pas" + 3) + $3
+ $4[218A891D]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883,
"ActnMenus.pas" + 3) + $4
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7242, "Controls.pas" + 101) + $6
+ $4[218AA158]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas"
+ 15) + $4
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A


Back to top
Alan Hastings
Guest





PostPosted: Mon Oct 02, 2006 7:19 pm    Post subject: Re: Problem loading C++ in BDS 2006 Reply with quote

Hello Samantha,
Not much I am sorry. I am upgrading from c++builder6 to bds and slowly going
through the differences. I ran into the corrupt missing path a while back. I
did have some problems importing the old projects until I first changed the
full directory for borland to $(BCB) in all the places it was used in the
old bpr file.

--
Regards

Alan Hastings
"Samantha Grechen" <sgrechen (AT) hotmail (DOT) com> wrote in message
news:4520eaf3$1 (AT) newsgroups (DOT) borland.com...
Quote:

Hi Alan,

I've checked the paths they all seem to be ok,
would you know anything else about this problem?

-Sam


BTW i'm also getting these errors:


Invalid .platform file:
com.borland.cbuilder.build.platforms.win32.platform
File or assembly name uojg5pzp.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String


Invalid toolset file: ""
File or assembly name xvfhyhgr.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre


File or assembly name xvfhyhgr.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init


+ $24[22B737D5]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1661,

"NewCppProjOpts.pas" + 1) + $24
Quote:
+ $0[51F26B4B]{rtl100.bpl } System.System.@HandleAnyException (Line
9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B73ACE]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption

(Line 1706, "NewCppProjOpts.pas" + 2Cool + $1
Quote:
+ $13[22D332B9]{bcbvclide100.bpl}
CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line 284,

"CppVclIDECmd.pas" + 1) + $13
Quote:
+ $17[22BD456C]{bcbide100.bpl}
CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120,

"CppUpdaters.pas" + 3) + $17
Quote:
+ $35[21BEC030]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create (Line

1252, "BaseDelphiProject.pas" + 12) + $35
Quote:
+ $9[22B7AEC9]{bcbide100.bpl}
CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 312,

"CppProject.pas" + 2) + $9
Quote:
+ $5[21BE9EEC]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 607,

"BaseDelphiProject.pas" + 39) + $5
Quote:
+ $1D[22B7A860]{bcbide100.bpl}
CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 190,

"CppProject.pas" + 4) + $1D
Quote:
+ $36[20BAD6CF]{coreide100.bpl}
ProjectFileUtils.ProjectFileUtils.CreateProject (Line 794,

"ProjectFileUtils.pas" + 7) + $36
Quote:
+ $2F[21BBD411]{delphicoreide100.bpl}
DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected (Line

186, "DelphiGalleryItems.pas" + 1) + $2F
Quote:
+ $6[20B46162]{coreide100.bpl}
GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146,

"GalleryTypes.pas" + 5) + $6
Quote:
+ $5D19[0041CA61]{bds.exe } bds.bds.Finalization + $5D19
+ $7[51F5FDCB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute
(Line 10999, "classes.pas" + 2) + $7
+ $3[218BD460]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143,

"ActnMenus.pas" + 3) + $3
Quote:
+ $4[218B891D]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883,

"ActnMenus.pas" + 3) + $4
Quote:
+ $6[5205CA19]{vcl100.bpl } Controls.Controls.TWinControl.WndProc (Line
7246, "Controls.pas" + 105) + $6
+ $4[218BA158]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572, "ActnMenus.pas"

+ 15) + $4
Quote:
+ $0[51F60BC0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A


"Alan Hastings" <alan (AT) xsi (DOT) biz> wrote:
Hello Samantha
I had problems after updating until I checked the global path definitions
for the bds under tools.
Somehow the path to the bds include and indy9 was corrupt.
--
Regards

Alan Hastings
"Samantha Grechen" <sgrechen (AT) hotmail (DOT) com> wrote in message
news:4520d7c0$1 (AT) newsgroups (DOT) borland.com...

Hi all,

I have bsd 2006 installed I ran update 2 and
the hotfix roll-up now when I want to run C++
I get the error messages presented below, I
can load projects but the build and compile
options and pretty much everything else is
disabled, Delphi works fine though. Does
anyone know of a work around?

I've tried uninstalling and re-installing
twice already and am getting the same
response.

Any help would be very much appreciated.


-Sam


Invalid .platform file:
com.borland.cbuilder.build.platforms.win32.platform
File or assembly name ft8fft16.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Void .ctor(System.IO.Stream, System.String




Invalid toolset file: ""
File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
System.String reportToolsetError(System.String, System.String) (:0)
Void .ctor(System.IO.Stre



File or assembly name a96zcg5l.dll, or one of its dependencies, was not
found.

Void assert(Boolean, System.String, System.String) (:0)
Boolean registerToolset(System.IO.Stream, System.String) (:0)
Void loadTools() (:0)
Void ensureLoaded() (:0)
Void init



+ $24[22B1306D]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.ResetOutputOptions (Line 1572,
"NewCppProjOpts.pas" + 1) + $24
+ $0[51F06B47]{rtl100.bpl } System.System.@HandleAnyException (Line
9980, "system.pas" + 13) + $0
+ $A7[7D61EBEF]{ntdll.dll } RtlRaiseStatus + $A7
+ $9[7D61EA31]{ntdll.dll } KiUserExceptionDispatcher + $9
+ $1[22B13366]{bcbide100.bpl}
NewCppProjOpts.NewCppProjOpts.TBorlandCppProjectOptions.SetTargetOption
(Line 1617, "NewCppProjOpts.pas" + 2Cool + $1
+ $13[22CC32B9]{bcbvclide100.bpl}
CppVclIDECmd.CppVclIDECmd.TCppVCLProjectCreator.SetTargetOptions (Line
284,
"CppVclIDECmd.pas" + 1) + $13
+ $17[22B73E18]{bcbide100.bpl}
CppUpdaters.CppUpdaters.TCPPUpdaters.CreateProjectOptions (Line 120,
"CppUpdaters.pas" + 3) + $17
+ $35[21BBBE88]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TDelphiProjectModuleHandler.Create
(Line
1238, "BaseDelphiProject.pas" + 12) + $35
+ $9[22B1AD11]{bcbide100.bpl}
CppProject.CppProject.TBcbProject.InstallModuleHandlers (Line 311,
"CppProject.pas" + 2) + $9
+ $5[21BB9D44]{delphicoreide100.bpl}
BaseDelphiProject.BaseDelphiProject.TBaseDelphiProject.Create (Line 593,
"BaseDelphiProject.pas" + 39) + $5
+ $1D[22B1A6A8]{bcbide100.bpl}
CppProject.CppProject.TBcbProjectCreationTrait.CreateProject (Line 189,
"CppProject.pas" + 4) + $1D
+ $36[20BACD63]{coreide100.bpl}
ProjectFileUtils.ProjectFileUtils.CreateProject (Line 791,
"ProjectFileUtils.pas" + 7) + $36
+ $2F[21B8D419]{delphicoreide100.bpl}
DelphiGalleryItems.DelphiGalleryItems.TNewDelphiProjectItem.Selected
(Line
186, "DelphiGalleryItems.pas" + 1) + $2F
+ $6[20B4613E]{coreide100.bpl}
GalleryTypes.GalleryTypes.TGalleryItem.DoSelect (Line 146,
"GalleryTypes.pas" + 5) + $6
[0041C839]{bds.exe }
+ $7[51F3FDBB]{rtl100.bpl } Classes.Classes.TBasicActionLink.Execute
(Line 10999, "classes.pas" + 2) + $7
+ $3[218AD460]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3143,
"ActnMenus.pas" + 3) + $3
+ $4[218A891D]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 883,
"ActnMenus.pas" + 3) + $4
+ $6[5203C998]{vcl100.bpl } Controls.Controls.TWinControl.WndProc
(Line
7242, "Controls.pas" + 101) + $6
+ $4[218AA158]{vclactnband100.bpl}
ActnMenus.ActnMenus.TCustomActionMenuBar.WndProc (Line 1572,
"ActnMenus.pas"
+ 15) + $4
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572,
"classes.pas" + Cool + $0
+ $38[7D9472F5]{USER32.dll } WindowFromDC + $38
+ $321[7D9475DE]{USER32.dll } WindowFromDC + $321
+ $554[7D947811]{USER32.dll } WindowFromDC + $554
+ $A[7D94A967]{USER32.dll } DispatchMessageA + $A



Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Upgrade) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.