I’m a beginner here and am trying to get to grips with some code someone developed for me in Delphi in Rad Studio. I can’t work out if when the developer sent the code he left something out or he used classes from elsewhere that I need to download from somewhere.
Either way, there are red squiggly lines underneath most of the ‘uses’ and the program won’t run. These are the uses (some are missing, some not):
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, Vcl.Menus,
System.Classes, Vcl.Graphics, Vcl.Imaging.JPEG, Vcl.Controls, Vcl.Forms,
Vcl.Dialogs, Vcl.ComCtrls, Winapi.ShlObj, Vcl.StdCtrls, Vcl.ExtCtrls,
cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore,
cxPCdxBarPopupMenu, cxShellCommon, cxButtons, cxCustomData, cxFilter, cxStyles,
cxDataStorage, cxEdit, cxTextEdit, cxCalendar, cxContainer, cxSpinEdit,
cxMaskEdit, cxDropDownEdit, cxData, cxMemo, dxSkinVS2010, dxSkinscxPCPainter,
CoolTrayIcon, AdvEdit, AdvEdBtn, HotKeyManager, uPrintersMonitor
Any help will be massively appreciated. Also when I open the project it does say ‘Class xxxxxx not found. Ignore the error and continue?
He used these external packages:
Developer Express VCL Controls Maybe not all of them, from the look of the uses clause only some basic packages;
CoolTrayIcon (free);
AdvEdit from TMS software;
HotKeymanager (free).
Make sure these are all installed on the system (check Components/Install Packages in the IDE to see if they’re already there).