The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() |
|
See also: Dependencies among SDL units | |
Delphi/BCB requires PAS file |
|
Question: The installation was all Ok, but when I add a XYZ component on the form and I try to compile and run, I can't because the compiler seems to want XYZ.PAS (file not found XYZ.pas). I just have the DCU since I did not buy the sources. So i cannot run my application. Answer: This problem usually arises if there is an old version of the unit in some directory of your Delphi/C++Builder search path, or the library search path does not include the new copy at all. This is a way how to solve this problem: 1. Uninstall the component from your VCL palette.
Just a remark:
We receive a lot of mails concerning problems like this. You can be assured that troubles similar to this one are most likely not due to problems with our components. In 99.9% of all cases it turns out that the particular user did not follow exactly the installation instructions, or did not consider the library search paths. So, please, check that twice before you are contacting our hotline.
|