Compiling in DEBUG mode = ok, RELEASE not. - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: Compiling in DEBUG mode = ok, RELEASE not. (/thread-3006.html) |
Compiling in DEBUG mode = ok, RELEASE not. - ImageLevel - 08-30-2013 05:08 PM Hi, I'm using the free version, without sources (v6.0.0) in combination with Delphi XE3 Enterprise. When I compile an example, it is working fine in DEBUG mode, but when I switch to RELEASE, I get error of missing .DCU files (e.g. SLBasicDispatcher.dcu, IPPExtraFunctions.dcu, IPPPTypes.dcu, ...). When I look into the folder <RAD Folder>\LabPacks\XE3\Win32\Debug, the files are present, but missing in the <RAD Folder>\LabPacks\XE3\Win32\Release folder. Any reason why they are missing in the Release folder? I installed with all options. Thanks. |