I am converting a project from D5 to D6, it uses
runtime packages.
The problem I am having is that when I attempt to
run the application and try to dynamically load a package I get the following
error message:
"Cannot load package 'vcl50'. It contains unit
'AppEvents', which is also contained in package 'vcl60'.
The application runs fine up until the point where
the package is dynamically loaded.
I have rebuilt everything - even down to the extent
of creating a new package and adding the required forms; also recreated the
application itself.
I have done a search of of all directories
containing anything associated with the project, also the directory containing
the BPL files for custom components, for any file containing the text vcl50 -
nothing shows.
Anyone got any ideas?
Regards
Steve Galyer
|
- RE: [DUG]: Runtime Packages problem Steve Galyer
- RE: [DUG]: Runtime Packages problem Myles Penlington