--
--
http://groups.google.com/group/Hardhats
To unsubscribe, send email to Hardhats+u...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Hardhats" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hardhats+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What is the Delphi version you are working with? vcl40.dcp was related to Delhi4! May be you are mixing source with something coming from Non-CPRS codebase.
If you can give some more details then maybe I can try and get the appropriate missing files for your please.
Regards
I may also mention that in case the dcp files are "Delhi Compiled Package" files.
When you build a Delphi package (or component library like SharedComponents or 508 Accessibility or RPCBorkers), Delphi generates a Delphi compiled package file. Projects that use your package need to access your Delphi compiled package file at build time.
A Delphi compiled package file is a binary image containing a package header and the concatenation of all Delphi compiled unit files in your package, including all symbol information required by the compiler and linker.
When you build your Delphi package, your Delphi compiled package file is generated by default as <package>.dcp into the following folder:
§ For 32-bit Windows: C:\Users\Public\Documents\Embarcadero\Studio\15.0\DCP
§ For other platforms: C:\Users\Public\Documents\Embarcadero\Studio\15.0\DCP\<platform>
To change the output directory, use the DCP output directory option in Project > Options > Delphi Compiler.
So in your specific case for VistaBroker.dcp, if you have compiled a package named VistaBroker.dpk (VistaBroker.bpl) then by default, the IDE will generate and save the dcp file in above mentioned folder. If required you can change the output directory but make sure that whatever folder is used for this output, the same is added to the appropriate "Library" path in the Delphi IDE.
Hope this is of some use.
Regards
-
Sunil