Title: Split Packages to precompile units Post by: ISIGest on September 03, 2015, 04:52:27 PM Hi Danijel,
Why do you not split your Delphi Packages into a Windows packages and FMX packages? The question is this. If I try to compile your packages into other platform to speed up application compile I got some errors...like "designide package and rtcISAPISrv, rtcISAPIApp and other units (Only for Windows). To skip this I try to add some condition: Code: {$IFDEF MSWINDOWS} rtcISAPISrv in 'rtcISAPISrv.pas',{$ENDIF} and all work fine. If you split your package to have a package only for designtime and other runtime packages that I can compile for all platform, that's a good idea...or not? Title: Re: Split Packages to precompile units Post by: D.Tkalcec (RTC) on September 26, 2015, 10:57:39 PM Please, download RTC SDK v7.04 and let me know if this works for you.
Best Regards, Danijel Tkalcec |