ricardospam
Programmer
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!
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!