Jump to content

Search the Community

Showing results for tags 'compilation'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 2 results

  1. Hello everyone! I have started trying to develop cross-platform FMX application. I succeeded in compile a simple app with just a form (only TLayout and TImageList which contains images) in Windows and Android platform. But when I switched to iOS, I cannot compile with the given error: "F1026: File not found 'dsymutil.exe'. Can you help me figure out that what I made incorrectly? As I know, dsymutil is an utility of Xcode command line tools which is not available on Windows, isn't it? P.S: I am using Delphi 11.3. I have already setup Xcode 14.3.1, its Command Line Tools, PA Server 22. Delphi can load list of profiles and simulation devices from my Mac.
  2. Hi, I tried to install the MidWare in Delphi 11.1 1. I have already installed ICS for FMX and VCL 8.68 using GetIt package manager. 2. MidWare, I used MidwareD103InstallVcl.groupproj to do it. a) in OverbyteMwD103Run.bpl I have updated: + requires to: IcsCommonD110Run, and IcsVclD110Run. + in file OverbyteApsCli.pas uses from IcsSSLEAY to OverbyteIcsSSLEAY, and IcsLIBEAY to OverbyteIcsLIBEAY + in file OverbyteApServer.pas uses from IcsSSLEAY to OverbyteIcsSSLEAY, and IcsLIBEAY to OverbyteIcsLIBEAY + in file OverbyteApsCli.pas and included inc files are missing, ApsCliIntfSsl.inc and ApsCliImplSsl.inc -> created empy files + in file OverbyteApServer.pas and included inc files are missing, ApServerIntfSsl.inc and ApServerImplSsl.inc -> created empy files it now compiles OK b) in OverbyteMwD103Design.bpl + this file is missing OverbyteSObjThrd.pas. and I can not overcome this missing file. (or missing inc files, probably there is some good functionality there) Does anyone can share missing files with me? Regards Konrad
×