Hi,
Any news for BiDi RightToLeft support for Hebrew/Arabic on iOS and Android?
Thanks,
Asaf
Hi,
Any news for BiDi RightToLeft support for Hebrew/Arabic on iOS and Android?
Thanks,
Asaf
I want to know if I buy C++ Builder 10, NOT Rad Studio 10, can the C++ Builder environment compile the .pas files that many of my projects have?
I haven't created a Delphi project in over 10 years, but I have a set of Delphi .pas units which contain common functions used in all my C++ Builder projects.
As I currently have RAD Studio XE2, when I launch the IDE with just C++ Builder, it allows me to compile my project which have .pas files in, but is this purely because I have installed Delphi as part of the RAD Studio installation, or is it that it has both compilers?
I am looking to buy 10 Seattle, but would prefer to only buy the C++ Builder 10 module as would never create a Delphi project.
Can anyone confirm that C++ Builder Seattle 10 can add a .pas file to a project and compile it?
Hello,
I wonder if components which I have compiled with the classic c++ compiler bcc32 are compatible with applications compiled with the new CLANG enhanced c++11 win32 compiler bcc32.
I would like to use the same components for both types of compilers.
Has anybody done this? Until now it seem to work but I'm not sure if its ok this way.
I use RAD Studio XE2 and since installing Appmethod 1.17, it now takes 18 minutes, yes, 18 minutes to launch the IDE.
The splash screen shows, shows the different languages' c++ builder, Delphi are added, then proceeds to list all sorts of things, until, after a few seconds the message All design time packages loaded and then it sits, makes itself a cup of tea, lets the tea go cold and then drinks it, then washes the cup and saucer. Then after 18 minutes have elapsed, the IDE is presented!
This is the same now for Appmethod or RAD Studio XE2
I tried launching them with just one IDE language, e.g. Just C++ Builder, and no luck, still 18n minutes.
So, I removed Appmethod 1.17 hoping it would cure the ridiculous delay, but no, RAD Studio still takes 18 mins
Appmethod 1.17 re-installed again (best part of a working day to remove and install) but still, delay in launching either XE2 or Appmethod remains.
I have had to train myself to never close the IDE once open, or I remote connect from home before setting off to the office to start the IDE so it is waiting for me when I get to work, rather than me waiting for it!
Any ideas what the heck it is doing for so long? It used to be ready to code in less than 30 secs.
I have a simple Multi-Device application that consists of a TTabControl, 1 TTabItem and a TButton on in the tabitem. If I press and hold the button down, onMouseUp is triggered before I let go. FMX.Platforms.iOS touchesCancelled is being called which is forcing a MouseUp event.
Any ideas?
Dear Friends
Is there any component or source code for getting system informations from device ?
- UUID, DeviceType/Version, OS Version, WIFI, PhoneNumber, DiskInfo, etc details and id datas from device
How can check internet connection is active or not on ios and android devices ? And also how can get connection type (WIFI, 3G/MobileDataConnection, etc) ?
Thanks
Ahb
Hello!
I have seen that there is a new option in Delphi XE10, wich is to provide, in theory, administrator privileges to the application.
But when I check this option, I get an error when compiling: "Unable to create process: The requested operation requires elevation".
Currently, I'm using Windows 10, does anyone know why this happens?
Thank you.,
Hi,
Is there an option to use Java2OP.exe to import and generate *.pas files from *.java files like for example KeyboardLayout.java ?
Thanks,
Asaf
AS son as i install Fastreport FMX in Delphi 10 Seattle when a compile or build I had this message:
FMX.frxFMX was compiled with a different version of FMX.Layouts.TScrollBox.Paint
I´d tried to clear installation and reinstall
I am converting DUnit tests to DUnitX tests using C++ Builder 10. I have a test that verifies that an exception is thrown, and I see that WillRaise() is available for this in DUnitX. WillRaise() takes as an argument an anonymous method which bcc32 doesn't support. Can someone show an example of the C++ syntax required by WillRaise(), or am I correct that this can't be done with bcc32?
Thanks!
When I click on a MacOS document, the app that made it is launched. However, when my FireUI app makes a document, it has a generic icon and when I click on it the Mac says, "There is no application set to open the document." How do I get Delphi XE7 to make OS X documents so that they have a proper Mac document icon and so that clicking on those documents will launch my app?
Hi to all, I need to develop a smartphone app for iOS and Android that scan connected devices into a local WIFI returning the IP, name and MAC of all of them, detecting and getting first current IP address when the app has started I will be able to scan node range. if someine can help please I'll be thankful.
Thanks in advanced.
Gabriel
Once in a while with new updates of the C++-Builder (and then quite long-living) there pops-up a problem with the linking of the TMetafileCanvas procedure (X2...). Now a déjà-vu appears while linking with CX in 64-bit mode.
Test to this effect just create a new VCL-Project with a button on the form and insert the following code in the click-handler:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
Clipboard()->Clear();
TMetafile* pMF = NULL;
TMetafileCanvas* pMFC = NULL;
try {
pMF = new TMetafile();
pMF->Width = Width;
pMF->Height = Height;
pMFC = new TMetafileCanvas(pMF, Canvas->Handle, UnicodeString("RAD Studio CX"), UnicodeString("Testing CX"));
pMFC->Brush->Color = clBlue;
TRect aRect;
aRect.Left = 20;
aRect.Top = 10;
aRect.Right = Width-30;
aRect.Bottom = Height-50;
pMFC->FillRect(aRect);
delete pMFC;
Clipboard()->Assign(pMF);
delete pMF;
}
catch (...) {
delete pMFC;
delete pMF;
}
}
Whereas the 32-bit code works the 64-bit linker outputs:
[ilink64 Fehler] Error: Unresolved external 'Vcl::Graphics::TMetafileCanvas::TMetafileCanvas(Vcl::Graphics::TMetafile*, HDC__*, System::UnicodeString, System::UnicodeString)' referenced from xxx
What would be a solution to this problem?
Hi,
since upgrading to XE8, none of the alias SQL commands are being recognised inthe TADO Query component. That means if I haveexplicity named a column (either when the column is a comptutation or uses a CASE statement for example), it no longer recognises the column name
For example
SELECT SUM(Price * Qty) as LineValue
is no longer accessible as FieldByName('LineValue).AsFloat, I have to use Fields[0].AsFloat
This means all of my projects need to be changed to use the column index position instead of the column name when accessing the fields in the Query component
Is there a fix for this?
Wesley
Hi,
I've the following error when I'm trying to upload an iOS 9 application from XE8.
[DCC Error] E2597 ld: warning: directory not found for option '-FC: ...\Embarcadero\Studio\SDKs\iPhoneOS9.0.sdk\System\Library\PrivateFrameworks'
ld: file not found: /usr/lib/libiconv.dylib
I'm using PAServer 16.0 and the SKD is iPhoneOS9.0.sdk provided by XCode 7.0.1.
The device is an iPad 4th Generation (32 bits) and I've iOS Developer Account ant the deviceis enroled in the provisioning profile.
I don't understand the responses given for the same questions in other forums.
Thanks for your attention.
The Windows 10 Application Event log has this entry:
Faulting application name: dbkw64_23_0.exe, version: 230.1508.7.26052, time stamp: 0x55c57a36
Faulting module name: msvcrt.dll, version: 7.0.10240.16384, time stamp: 0x559f3b84
Exception code: 0xc0000005
Fault offset: 0x0000000000073b25
Faulting process id: 0x1f4c
Faulting application start time: 0x01d0fd499b4525e0
Faulting application path: C:\Program Files (x86)\Embarcadero\Studio\17.0\bin\dbkw64_23_0.exe
Faulting module path: C:\Windows\system32\msvcrt.dll
Report Id: e6073f8d-cb02-45ed-898c-55c5fc18a973
Hi,
I am trying to call the synchronize method when on background thread using the following call:
TThread::Synchronize(0, _di_TThreadProcedure(new DownloadSync(tmpImage, memStream)));
However I am getting the following error:
Can anyone help?
Hi,
I am trying to call the synchronize method when on background thread using the following call:
TThread::Synchronize(0, _di_TThreadProcedure(new DownloadSync(tmpImage, memStream)));
However I am getting the following error:
Urgently need this fixed - Can anyone help?
Hi to all,
I need to lnow how I can develope an smartphone app (iOS / Android) detecting the devices connected in the same WIFI network using Upnp for discover its.
Can someone please let me know how can I start with that?
Thank you!!!
Gabriel