Menu

Home

Spencer Kimball Marco Cantů

This is the old and now deprecated public repository for the demos for the RAD Studio project. The main trunk will always be demos for the most recently released product. Branches will be made for each release so that there are snapshots for older releases.

The last new demos repository can be found at
https://github.com/Embarcadero/RADStudio10.3.3Demos

ands more will be added under https://github.com/Embarcadero

This site will be retuned soon


Project Admins:


Discussion

  • GJB

    GJB - 2014-11-14

    Hello

    unfortunately the RESTDEMO is no longer working with Discogs. Could this be fixed?

    Kind regards

     
  • ADGroup

    ADGroup - 2016-01-14

    Please check.
    File: Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDBatchMove\Migrate\fMain.pas
    Error at line 122:
    while not mqSrcTables.Eof do begin
    mqSrcTables.Next;
    .............................
    end;

    Will be correct:
    while not mqSrcTables.Eof do begin
    .............................
    mqSrcTables.Next;
    end;

    Description: first table no migrate to new database.

     
  • jpmid

    jpmid - 2017-08-31

    I'm trying to build and run the RemoteServiceDemo, using Delphi in Rad Studio 10.2 Update 1.

    Running the AppRemoteHost results in a crash and the error message: couldn't find "libProxyAndroidService.so" in Android Device Monitor.

    I added "C:\Program Files (x86)\Embarcadero\Studio\19.0\lib\android\debug\libProxyAndroidService.so" to the deployment list, with remote path "library\lib\armeabi-v7a\".

    AppRemoteHost then runs without error messages, but nothing happens when I press the Bind button. Debugging shows that the OnServiceConnected method is not called.
    FServiceConnection.ServiceMessenger is still nil after BindService.

    Android Device Monitor shows these warnings:
    08-30 10:32:09.033: W/linker(13389): /data/app/com.embarcadero.AppRemoteHost-2/lib/arm/libProxyAndroidService.so: unused DT entry: type 0xf arg 0x8f3c
    08-30 10:32:09.034: W/linker(13389): /data/app/com.embarcadero.AppRemoteHost-2/lib/arm/libProxyAndroidService.so: is missing DTSONAME will use basename as a replacement: "libProxyAndroidService.so"

    After a bit of Googling, I've found that these warnings are probably not significant.

    I have tried running the demo on several tablets and phones with no luck.

    Any thoughts on how I can make this work?

     

Log in to post a comment.

MongoDB Logo MongoDB