Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all 2504 articles
Browse latest View live

Added SDK 11.3 and now cannot link

$
0
0

Hi

I have added SDK 11.3 into Tokyo 10.2.3 and now I cannot link to the iPhone. I can link to the simulator, but when trying to the phone I get numerous errors such as 

[DCC Error] E2597 ld: missing required architecture arm64 in file y:\Documents\Embarcadero\Studio\SDKs\iPhoneOS11.3.sdk/usr/lib/system/libcache.dylib (2 slices) for architecture arm64

 

How can I resolve this please?

 

thanks!


Objects disappearing randomly

$
0
0

Good morning/afternoon

 

I have a problem of objects disappearing randomly from my executable when compiled from RAD  (not happening if I compile the project in an old XE3).

 

Has anybody experienced similar problem?

 

Thanks

 

 

 

 

 

 

 

 

 

Disocover services after disconnect BLE

$
0
0

 

Hello,

I would like to be able to disconnect from a BLE peripheral and reconnect to it without having to fully close the application. I have used the BluetoothLEDevice.Disconnect function. The BLE peripheral device returns to advertising. I am able to discover the device but unable to discover the services. This is because Discoverservices returns false.

Looking at the Heartrate sensor example I havn't found a anything relating to disconnecting from a device and reconnecting.

How do I properly disconnect from a device?
Why does discoverservices return false?

VCL SplitView - How To Dynamically Load Form Into Panel

$
0
0

Hi,

I have Delphi 10.2.3 Pro. I am looking at the sample SplitView application.

What is the best practise way to dynamically load a form into the panel on the right as the user clicks menu items on the left?

The sample would be much better if it showed best practise way to do this.

Thanks,

Greg

Replies won't post

$
0
0

For the past month or so, every reply to a question that I submit to the forum fails to post. After checking the Captcha and clicking Submit, I receive 'Reply under moderation.' I would like to help other users of the forum, but it's not working lately - it used to. Is there something I need to do to address this?

App stopped compiling for iOS 11.3; [DCC Error] E2597 ld: file not found: /usr/lib/system/libcache.dylib for architecture arm64

$
0
0

I'm using Delphi 10.1 Berlin

I now get this message when I try to compile

[DCC Error] E2597 ld: file not found: /usr/lib/system/libcache.dylib for architecture arm64

I can't find this file on my Mac

Do I have to re-load this file?

If so where would I find it

 

Delphi Tokyo 10.2 TDSRestConnection DataSnap Connection on Windows 7

$
0
0

When running a datasnap client application with the componente TDSRestConnection on windows 7 i am encountered the following error:

"Error sending data: (12030) The connection to the server was aborted abnormally."

In windows 10 it runs normally.

In my tests I use windows 7 64 bits service pack 1 with all the updates.

 

object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 328
  ClientWidth = 347
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [Desktop]
  DesignerMasterStyle = 0
  object Button1: TButton
    Position.X = 80.000000000000000000
    Position.Y = 96.000000000000000000
    Size.Width = 161.000000000000000000
    Size.Height = 105.000000000000000000
    Size.PlatformDefault = False
    TabOrder = 1
    Text = 'Button1'
    OnClick = Button1Click
  end
  object DSRestConnection1: TDSRestConnection
  Protocol = 'https'
    Host = 'ADRESSS'
    Port = 443
    UrlPath = '/mobisapi.dll'
    UserName = 'LOGIN'
    Password = 'PASSWORD'
    LoginPrompt = False
    ProxyPort = 8080
    Left = 64
    Top = 40
    UniqueId = '{D5182D08-67AE-4227-8583-4DB35F9940FD}'
  end
end

unit Unit1;

interface

uses
  System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
  DBXCommon, Datasnap.DSClientRest,
  Datasnap.DSClientMetadata, FMX.Types, FMX.Controls, FMX.Controls.Presentation,
  FMX.StdCtrls;

type
  TForm1 = class(TForm)
    DSRestConnection1: TDSRestConnection;
    Button1: TButton;
    procedure Button1Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

procedure TForm1.Button1Click(Sender: TObject);
begin
  DSRestConnection1.TestConnection;
end;

end.

Mobile AddOn Pack registration key for 10.2.3

$
0
0

Hi,  
i've an active update subscription and installed Delphi 10.2.3 from the offline-installer (after uninstalling 10.2).
According to the Installation instructions for the Mobile AddOn-Pack i Need to enter a separate Mobile-AddOn-Pack Registration key!  

Where can i get one?  


Greetings....    


Google Firebase Messaging Delphi

$
0
0

I received an email from Google today that the Google messaging will be deprecated by next year.

Hence, it would be advisable for anyone who want to make use of remote notification to use the Firebase Messaging.

Is there an example on how to use Delphi Parse component to send / receive remote notification for Google Firebase Messaging?

I am able to follow some of the examples for remote notification on iOS but never ever been successful with Android.

Anyone please help.

 

regards

chris

 

Licenses

$
0
0

Where can I get a list of the licenses and support renewals I have purchased?

Httpsrvr.dll Error

$
0
0

We have recently bought 10.2 and are working on the migration.

Development Environment

1. 3-Tier Structure
2. The server works with IIS to register the DLL with the Component Services
3. Clients go to that server and get DB information
4. Httpsrvr.dll uses the file provided in 10.2
5. Windows 2016 Server 64Bit


On connection from the client, click on the combo box in the ServerName section.
It should look like a list of DLLs registered on the server, but the following error occurred

Error at dsnapcon70.bpl when connecting from Delphi 7 that used to run

Please help me figure out what changes to make.

Headers wrong or missing for iOS 11.3

$
0
0

I am using C++ Builder 10.2.3 to create an app for iOS 64 bit devices. I have XCode 9.3 on my Mac (which is running High Sierra 10.13.4) and PAServer 19.0 from the CB 10.2.3 update.

I am having compile errors when building for iOS 11.3. For example, stdarg.h file not found, stddefs.h file not found. I believe there is a problem with the SDK on the Mac, or the PC, or both.

I have uninstalled and reinstalled Xcode 9.3 on the Mac.

I have deleted the iOS 11.3 SDK in SDK Manager and from the local drive, and added it back into the SDK Manager. I have updated the local file cache.

I noticed that the Remote include path shown in SDK Manager for iPhoneOS 11.3 (64 bit) shows $(SDKROOT)/../../../../../Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0

This path does not exist on the Mac or in the PC cache. In PC cache, I find at C:\Users\\Documents\Embarcadero\Studio\SDKs\iPhoneOS11.3.sdk\usr\lib with no clang subdirectory.

On the Mac, I find ../Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0

Clearly something is missing or wrong. After many hours of searching, I have not resolved the problem and my project is at a standstill. Is anyone building apps iOS 11.3 with CB 10.2.3 and XCode 9.3? It seems like anyone using CB 10.2.3 might have this, and perhaps Delphi too if the SDK caching works the same.

- Phyllis

Suddenly F1 (Context Sensitive Help) inside IDE stopped working

$
0
0

Any idea how can i get my F1 back inside IDE?

Thanks

 

ps:

Using Windows 10.16299 64, Delphi 10.2 Version 25.0.29899.2631 

 

SubVersion client from the IDE

$
0
0

Hi there,

Trying to get the Subversion client to Work from inside the IDE (following the guidelines from the README file (c:\Program Files (x86)\Embarcadero\Studio\19.0\bin\subversion\) and the online guidelines from embarcadero .

I am using:

TortoiseSVN 1.9.5, Build 27581 - 64 Bit , 2016/11/26 09:18:58
Subversion 1.9.5, -release

as client and have updated the above "subversion" folder content  according to the guidelines from embarcadero told to do.

Still SubVersion is very unstable - it throws exceptions or just crashes all the time.

There is nothing wrong with the Subversion installation - it works fine outside the IDE (in the explorer, total commander,...etc )

Pls is there any workaround, hints to follow ??

 

 

 

 

 

ADO libraries FastReport

$
0
0

Hi. I'm new to Delphi. I currently need to generate a report with fast report but when installing the reporter and previously delphi I do not load the ADO libraries. How can i solve this problem? please help


Comport Library for Delphi 10.1 Berlin

$
0
0

1. Where can I download Comport Library for Delphi 10.1 Berlin?

2. How can I code for Pole display RS232 in Delphi.

 

Delphi Out of memory

$
0
0

Hello,

I have my application working smoothly in Delphi XE2 with BDE with PostgreSQL databse.
Now, it has been migrated to latest Delphi 10.2 update 3 with PostgreSQL database only.

This application is kept running continuously on the system 24*7*365. In a week or so, "Out of memory" error is displayed.

Earlier BDE was used which is replaced by FireDAC in this version. Windows socket has been replaced with INDY components.

Working of application is:

There are live instruments connected to the application, via UDP packets INDY receives data and on timer data is saved in the database.
Basically read methods of 3 INDY components are called again and again and timer in one minute to save this data.
INI files are created, read and freed on every read method.

It works fine for almost 8 days and after that it displays a message. The problem is, we cannot reproduce it on our end.
It needs live environment.
I tried with Fastmm4 and other tools. We have no leaks in our application as such.

Please suggest.

Mobile add-on serial number for 10.2.3?

$
0
0

I updated my RAD environment to version 10.2.3 a month ago or so. I wonder when you people are going to send out the additional "mobile add-on serial number" I need in order to be able to develop mobile apps?

In December 2017 I purchased an update to Tokyo 10.2:

Qty. Product name Delivery
1
Delphi 10.2 Tokyo Professional - Upgrade from RAD Studio or Delphi XE7 or later
Includes 1 Year Update Subscription


I think I am entitled to the mobile add-on.

Kenneth

 

fgets flawed beyond 2GB in BCB Tokyo 10.2 Version 25.0.26309.314

$
0
0

C++ fgets works ok up to offsets of 2GB, but beyond that it returns wrong results (the line read in is not the one I can see is there).

Any remedy? Thanks!

 

Tokyo 10.2 Rad studio not compiling to IOS for App Store, Error: E0776 xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH

$
0
0

Guys Since upgrading from Rad Studio 10.1 Berlin to 10.2 Tokyo, the Compiler want compile to IOS anymore for creating IOS to send to the APP Score. Looks like the Script that does the compiling has an issue. (and seems I am not the only one with this issue, see youtube) https://www.youtube.com/watch?v=NT2Ve_yU6uA   [PAClient Error] Error: E0776 Unable to execute '"/usr/bin/xcrun" -sdk iphoneos PackageApplication -v "/Users/xxxxx/PAServer/scratch-dir/me-mls2/xxxxx.app" -o "/Users/xxxxx/PAServer/scratch-dir/me-mls2/xxxxx.ipa" -sign "iPhone Distribution: xxxxx (6TR54HC4ZC)" --embed "/Users/xxxxxl/Library/MobileDevice/Provisioning Profiles/9d7db578-c51f-4023-a495-c014745f3d07.mobileprovision"' (Error 72) [PAClient Error] Error: E0776 xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH Please Help!!    

Viewing all 2504 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>