Is delphi 6 patched as far as possible?
Main Topics
Browse All TopicsWe use Delphi 6 with Update Pack 2; until now our build machine was Win2K, but I am in the process of creating a new build machine on WinXP SP2.
I have spent a full day installing Delphi together with a lot of additional packages which we use; I have replicated all the library paths from one machine together, and as far as I am able to determine, the Delphi environment is identical on both machines.
I have an automated build process (based on FinalBuilder 4), and all my source files are maintained in a StarTeam repository; the build process uses dcc32.exe rather than delphi32.exe.
I attempted a automated test build of a single module within a system containing perhaps 50 bpl's. On the Win2K machine it works perfectly, but an identical build on the WinXP machine falls over with a 'Never-build package '(whatever)' must be recompiled', where (whatever) is indeed another module within the system.
I am in the process of recompiling (whatever) and I am expecting this to resolve the immediate problem, but this does not explain why it is happening in the first place, and I don't really want to have to rebuild everything on the new machine before continuing .
Are there any known issues with Delphi 6 in WinXP? Are there any compiler settings that I may have overlooked?
I'm clutching at straws here guys - give me some inspiration.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think I've solved my own problem:
I had a whole bunch of stuff in $(DELPHI)\Projects\Bpl including some in-house packages which I rebuilt in the course of installing Delphi 6. When I copied across all the old DCP and BPL files from the same directory on the old build machine, the problem was resolved.
Business Accounts
Answer for Membership
by: kfoster11Posted on 2006-05-19 at 07:53:40ID: 16718622
try doing a search for the bpl in the delphi lib path. This appears to happen if another version of the bpl or dpk is found in the path and it has shared units from the application.