Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Violation Error in dcc70.bpl

Status
Not open for further replies.

ricardospam

Programmer
Sep 21, 2006
4
BR
hi all!

I using Delphi 7 and w2k

I using a lot of .bpl files in my job, all designed by myself. I choice this way to make easy the project scalability and maintenance

The base form classes and base frame classes I put in a universal .bpl. I set this universal package as "design and runtime"

In the others packages I put the descendants from those base classes

So I can reuse classes in new projects

I have a project group with dozens of .bpl and one .prj

The final .exe is very small and light and launch the forms form the packages

but when I compile the project an "Access Violation in designide.bpl" ocurrs

Delphi is showing this error message at any time! some times the error is in de DCC70.bpl

(those are .bpl of delphi, not mine)

I have to exit Delphi and reenter before EVERY TIME I will compile to avoid the errors

any one can tell what can I do to avoid those errors?

Thanks a lot!
 
From D6, designtime and runtime code must be each be separated into a package. designtime package must have DesignIDE in uses list. designtime packages are only needed if you have property editors.

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top