C++ Berlin OSX project: link stops : can't find info.plist.TemplateOSX
C++ Berlin OSX project: link stops : can't find info.plist.TemplateOSX
cannot resolve unit names 'unitname' errors are occuring after opening the delphi 5 dpr project into delphi 10.1 Berlin
We are getting lots of cannot resolve 'unit names' for all vcl standard controls such as Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,.. etc.
The Delphi 101 berlin version is having the unit file names prefix with "vcl." for all the above standard controls.
In Delphi 5, we have the VCL components as (in the path C:\Program Files (x86)\Borland\Delphi5\Source\Vcl)
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Db, ADODB, DBCtrls, Mask, wwdbedit, Wwdotdot, Wwdbcomb,
ttDataControls, wwdblook;
In Delphi 10.1 Berlin, the VCL components are in the path as (in the path C:\Program Files\Embarcadero\Studio\18.0\source\vcl) VCL.Windows,Vcl.Messages, Vcl.SysUtils, Vcl.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Db, Data.Win.ADODB, Vcl.DBCtrls, etc....
since the unit file names are changed it is throwing an error.
Is there any tool to convert old vcl or standard components to supoort in Delph 10.1 Berlin.? Please let us know................
c++ builder creates an executable that will not execute.
I have been using c++builder xe3 for about 3 years with no problems until today. If I make a project in release mode the correct modules are build, the link is done however the executable will not run. I see no errors it will just not run.
If I change to debug mode everything works as it should.
In release mode if I clean the project or BUILD the entire project it works as it should; the problem comes when it does a MAKE.
Any ideas on what the problem is and how to fix.
Can I re-install the application without violating my license count and will it affect my projects?
Thanks,
Jim..
Stay awake
Is there a way to make a FMX C++ Builder app for iOS and Android to stay awake all the time.
For example: If I want to make an app that displays the current speed, altitude and position to the driver. You don't wan't the screen to go black after a little while unless the driver taps the screen all the time.
ios deployment
I am on windows 10 PRO 64bit
Seattle 10
I renewed my apple developer account
Deleted all the old devices
Added 3 new phones and I ipad
Made a new development provisioning profile including all 4 devices
Ran a test deploy from xcode and could deploy to all four devices
From seattle I can deploy to all devices except one phone
This phone has a different itunes account than the other 3, should that matter since I can deploy to it from xcode?
How do I get a list of files in Kinvey so I know what to download ?
I have an app that allows users to upload pictures to the Kinvey Files. These files are uploaded and show up in the Kinvey files list.
The only examples I have seen of downloading the files is once you upload it returns a reference to the file. That is great if you know the file id or name but I want to get a list of files to download that someone else may have uploaded
The Kinvey API console has a GET /blob/kid_rXXXXXX which works but I am unable to convert that to a component as it returns an empty array.
Basically I need to know how to get the list of all files on the Kinvey Files data store
Macro to get all relationships - how to exclude sub-types?
I've adapted the macro EXPORT RELATIONSHIP INFO TO EXCEL v2.BAS in Data Architect - however the Model.Relationships object returns sub-type "relationships" in addition to the actual entity relationships. I don't want to see these sub-type "relationships" in my list, but there isn't any property I can see that distinguishes sub-type "relationships" from identifying entity relationships. How can I do this?
Arc relationships in ER/Studio
How do I implement arc relationship in ER/Studio? Arc relationship is where two relationship to same entity are mutually exclusive.
Thanks.
Rachid
Delphi 10.1 Berlin [DCC Hint] H2596 ld: warning: directory not found for option '-FC:\Users\chrischuah\Documents\Embarcadero\Studio\SDKs\iPhoneOS9.3.sdk\System\Library\PrivateFrameworks'
Hi
I am having this warning that is shown when compiling my application compiled under Delphi 10 Berlin.
I did not have this error in Delphi 10 Seattle.
I am trying to re-compile the same application from Delphi 10 Seattle to Delphi 10 Berlin.
Although the Delphi 10 Berlin was able to compile the application successfully BUT may i know where can i remove this warning message?
Thanks
Chris
Registration information
I cannot find my registration information, and was handed a new machine this morning. I have older version information but not the latest.
TWebBrowser help
Two questions: I am attempting to open a web page in a TWebBrowser window. The address I want is https://mla.dmdc.osd.mil/mla/single_record.xhtml . However, when I provide that URL, it goes to https://mla.dmdc.osd.mil/mla/welcome.xhtml .
Of course we can click on the tab to get to the correct page, but is their a way to do this programmatically?
Also, I already have the birth date and name information. Is there a way to insert that data into the form programmatically?
I ask these questions because each employee will be accessing that page and entering that information 40-50 times per day. It would be nice for them and the customers if we can streamline the process as much as possible. Thank you for your help.
Host Field is empty
I keep getting the same error. "Host field is empty" when trying to run the OSX version for my FM App.
PA Server on Mac responds to test.
Have Apple developer ID Certif and Profiles all apper to be correct.
My add platfor to my project is grayed out. Not sure why?
Help...
Rad Studion 10. Berlin Professional vs Enterprise
Hi Community,
i have a question about the features of rad studio 10.1 Berlin Professional. In an old project with the version XE5 we use an object of type TDCOMConnection from the unit datasnap.win.mconnect, which no longer exists in the new Rad Studio Professional 10.1.
If i install the rad studio architect, the old project runs without any problems. In the product-overview https://www.embarcadero.com/de/products/rad-studio/product-editions are still oprtionale components for the professional Version.
Can anyone tell me if an optional component for professional includes the missing DataSnap objects or i must upgrade to enterprise or architect Version?
With Kind regards
Christian
cannot resolve unit names 'unitname' errors
We are getting lots of cannot resolve 'unit names' for all vcl standard controls such as Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,.. etc.
The Delphi 101 berlin version is having the unit file names prefix with "vcl." for all the above standard controls.
In Delphi 5, we have the VCL components as (in the path C:\Program Files (x86)\Borland\Delphi5\Source\Vcl)
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Db, ADODB, DBCtrls, Mask, wwdbedit, Wwdotdot, Wwdbcomb,
ttDataControls, wwdblook;
In Delphi 10.1 Berlin, the VCL components are in the path as (in the path C:\Program Files\Embarcadero\Studio\18.0\source\vcl) VCL.Windows,Vcl.Messages, Vcl.SysUtils, Vcl.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Db, Data.Win.ADODB, Vcl.DBCtrls, etc....
since the unit file names are changed it is throwing an error.
Is there any tool to convert old vcl or standard components to supoort in Delph 10.1 Berlin.? Please let us know................
NexusDB not in GetIt anymore???
Hi,
Just upgraded from XE10 Seattle to the Update 1 but NexusDB has disappeared from the GetIt option.
Is it just me or anybody else?
NexusDB site still says that the Embedded version is available from GetIt...
Thanks for any help as I'm stuck now and can't work anymore, unless I uninstalled XE10Updt1 and revert back to XE10 alone.
Steve
NexusDB Embedded (free) not available for Berlin?
Hi,
Does anyone know why this is not available yet for Berlin? I can't upgrade Delphi because of this, and I start hating the situation.
How much time does it take to update the GetIt package? How much time for Embarcadero to push it into the system?
Embarcadero, if someone is reading please unblock this.
Nexus, if anyone reading, please take it out of GetIt and make it standalone again.
Thanks
XE10.1 in win 10 no ansi warnings and "multiple step operation" -error
Hi! Xe8 and xe11.1 does not give ansi warnings In win10 with sqlncli11 against sql2012 DB. I use TADO-connection with ini-file. Same source compiled in other machine (win 8.1+sclncli11+sql2012) with same ini does give warning and then halt execution. This machine does not have xe11.1. SQL-DB options are on default values. Forcing ansi warning on there does not help. I tried to go thru all project setting in delphi, but with no luck. I expect "multiple step operation..."-error if value truncation occur saving or reading from database field.
Adding columns from code in a ListView with DynamicAppearance
Hi, how can i dynamically add columns on a ListView from code. Used to do this with a TListItemText in Seatlle, but it does not work in Berlin. I get the rows but the text is not displayed (empty lines).
Thanx,
Stefanos
Can't access View Fields linked to a column
In ER/Studio Data Architect, I want to be able to trace a path from LDM attribute to PDM column to PDM View Field in a macro. I can trace the reverse path from the ViewField object, using the ParentName and ParentColumnName properties to access the PDM column; however, I can't see any link in the other direction. I've looked at Where Used in reports, and checked the object model, and can't find any metadata on a column or attribute that links to View Fields. Am I missing something, or do I have to search every ViewField in Model.Views.ViewFields for matching table and column names?
Thread and global variable
Hello, In my application i have two thread that use the same global variable. One thread have only read acces and the other only write access. Should i take special précautions to use it? Thanks for help Regards