Hi,
I have a set of components that run in Delphi 5 to 7, and Delphi 2006 to 2010.
Also, I have created packages for C++Builder 2006 to 2010.
The components are totally written in Delphi.
Well, I have a problem with the C++Builder packages. My software should not ship the sources.
So, my C++Builder packages includes all proper hpp, obj and dcu files.
The CB 2006, CB 2007 and CB2010 works perfectly by just deleting all the *.pas files from the directory where all the files are.
But just C++Builder 2009, keep asking for the sources (the *.pas) for the first unit it finds.
It simply throws the error:
[DCC Fatal Error] F1026 File not found: 'myfile.pas'
Note: I had an identical approach to create all the C++Builder packages. But just one version is not working fine.
Just C++Builder 2009. which is not the older, nor the newer is dennying to install the components without the sources. All the other C++Builder work fine, I could install without the sources.
So, this must be a teeny, tiny flag in C++Builder 2009 that I need to switch...
or a C++Builder 2009 bug..
or..... you tell me...
What it could be ?