Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install design-time package causes exception in IDE core library. #22

Open
GoogleCodeExporter opened this issue Aug 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I'm using Delphi XE4 on Windows7 x64 and scintilla 3.5.3.


1. Copy/install scintilla 3.5.3 dll
2. Add library path in IDE
3. Build run-time package
4. Build design-time package
5. Install design-time package

Instead of installing, an exception is reported in delphicoreide180.bpl.  I'll 
paste the details below.


Daniel.


[21D6E5F0]{delphicoreide180.bpl} 
PackageListAdapter.TPackageListAdapter.AddRuntimePackage (Line 82, 
"PackageListAdapter.pas" + 15) + $11
[20857CFB]{coreide180.bpl} IDEServices.TIDEServices.AllPlatforms (Line 2866, 
"IDEServices.pas" + 2) + $0
[21D6E5EA]{delphicoreide180.bpl} 
PackageListAdapter.TPackageListAdapter.AddRuntimePackage (Line 82, 
"PackageListAdapter.pas" + 15) + $B
[21D6ED11]{delphicoreide180.bpl} 
PackageListAdapter.TPackageListAdapter.PackageListPackageAdded (Line 183, 
"PackageListAdapter.pas" + 1) + $6
[21D6BF3E]{delphicoreide180.bpl} PakList.TPackageList.RuntimePackageAdded (Line 
1584, "PakList.pas" + 2) + $A
[21D68C1B]{delphicoreide180.bpl} PakList.TPackageList.AddRuntimePackageInternal 
(Line 203, "PakList.pas" + 5) + $15
[21D68B96]{delphicoreide180.bpl} PakList.TPackageList.AddAutoRuntimePackage 
(Line 185, "PakList.pas" + 0) + $2
[21D6AB21]{delphicoreide180.bpl} PakList.TPackageListItem.SetIsUsed (Line 996, 
"PakList.pas" + 6) + $A
[21D6A471]{delphicoreide180.bpl} 
PakList.TPackageListItem.AddRequiredRuntimePackages (Line 777, "PakList.pas" + 
7) + $4
[21D699D1]{delphicoreide180.bpl} PakList.TPackageListItem.SetIsInstalled (Line 
593, "PakList.pas" + 18) + $3
[21D69753]{delphicoreide180.bpl} PakList.TPackageList.AddPackage (Line 497, 
"PakList.pas" + 13) + $5
[21D7FDD2]{delphicoreide180.bpl} 
BasePasProjOpts.TProjOptsManager.InstallPackage (Line 1735, 
"BasePasProjOpts.pas" + 9) + $5
[21D8103B]{delphicoreide180.bpl} BasePasProjOpts.TProjectOptions.InstallPackage 
(Line 2358, "BasePasProjOpts.pas" + 0) + $3
[21D4A584]{delphicoreide180.bpl} 
PasMgr.TPascalPackageCodeUpdater.InstallPackage (Line 12604, "PasMgr.pas" + 18) 
+ $19
[21CA4759]{delphicoreide180.bpl} 
PkgContainers.TStdPackageProjectContainer.CommandHandler (Line 178, 
"PkgContainers.pas" + 8) + $7
[2050BEB3]{coreide180.bpl} ContainerIntf.TIDEProjectManagerMenuObject.Execute 
(Line 861, "ContainerIntf.pas" + 26) + $17
[2050DAD6]{coreide180.bpl} ContainerIntf.TProjectManagerMenuItem.Click (Line 
1109, "ContainerIntf.pas" + 18) + $22
[50566A1F]{vcl180.bpl  } Vcl.Menus.TMenu.DispatchCommand (Line 3436, 
"Vcl.Menus.pas" + 5) + $2
[50567C8E]{vcl180.bpl  } Vcl.Menus.TPopupList.WndProc (Line 4597, 
"Vcl.Menus.pas" + 4) + $E
[50567BDD]{vcl180.bpl  } Vcl.Menus.TPopupList.MainWndProc (Line 4572, 
"Vcl.Menus.pas" + 2) + $5
[50170090]{rtl180.bpl  } System.Classes.StdWndProc (Line 16860, 
"System.Classes.pas" + 8) + $0
[50582213]{vcl180.bpl  } Vcl.Forms.TApplication.CancelHint (Line 11117, 
"Vcl.Forms.pas" + 6) + $E
[50580E87]{vcl180.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 10288, 
"Vcl.Forms.pas" + 23) + $1
[50580ECA]{vcl180.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 10318, 
"Vcl.Forms.pas" + 1) + $4
[50581205]{vcl180.bpl  } Vcl.Forms.TApplication.Run (Line 10456, 
"Vcl.Forms.pas" + 26) + $3

Original issue reported on code.google.com by mewpoke...@hotmail.com on 1 Mar 2015 at 5:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant