RTC Forums
April 19, 2024, 01:04:30 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Split Packages to precompile units  (Read 2931 times)
ISIGest
RTC Expired
*
Posts: 121


« 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}
  rtcParse in 'rtcParse.pas',
{$IFDEF MSWINDOWS}  rtcISAPIApp in 'rtcISAPIApp.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?
Logged
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« Reply #1 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
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.022 seconds with 16 queries.