delphi-xe3 Questions

4

Solved

Installing components under Delphi XE3 is a nightmare. First I need to add source files to Tools -> Options -> Library then I need to find a normal package and compile it finally I need to fin...
Cubbyhole asked 9/12, 2012 at 19:32

1

Solved

The main TForm3D window of Firemonkey application in Delphi X3 has a Context:TContext3D which gives me access to the current device used. In my case with Windows7 64, it always shows a TDX10Context...
Tye asked 19/12, 2012 at 4:42

3

Solved

I have a problem. I have following x86 delphi code which is written in ASM. I need to port this to AMD64? type TCPUID = array[1..4] of Longint; function GetCID : TCPUID; assembler; register; as...
Granny asked 14/12, 2012 at 7:3

1

Solved

I have various define statements for handling different Delphi versions in an include file. This include file is "included" in an unit. The compiler respects the defines given in the include file b...
Aplacental asked 8/12, 2012 at 9:24

1

There seems to be a problem with the TOpenDialog in a Firemonkey application, which is sandboxed for the Mac Appstore. I use XE3, but it is also present in XE2. I actually found a QC report here, b...
Embarkment asked 25/11, 2012 at 14:23

1

Solved

Normally one could change the font of a TActionMainMenuBar or TMainMenu like this: Screen.MenuFont.Name := 'Calibri'; When using Vcl styles this isn't possible any more if a StyleHook is regist...
Tyner asked 31/10, 2012 at 9:11

3

Solved

We want to start a big multi-tier application. The server side application must respond to more than 1000 users at the same time. We want to create server application by 64 bit compiler and client ...
Balkin asked 3/11, 2012 at 17:24

1

Solved

I'd like to replace a file (= delete old and add new) in a zip archive with the Delphi XE2/XE3 standard System.Zip unit. But there are no replace/delete methods. Does anybody have an idea how it co...
Rosaleerosaleen asked 31/10, 2012 at 18:21

2

Solved

When an indefinite loop occurs in Delphi, the debugger will not even give me a stack trace when I hit the stop button. If I have a suspicion of where the program is stalling, I can put a breakpoint...
Septempartite asked 24/10, 2012 at 20:25

1

Solved

How can I get the screen resolution in Firemonkey 2 (Delphi XE3)?
Bollay asked 9/10, 2012 at 17:9

1

Solved

I recently moved from Delphi 7 to Delphi XE3. A dll file that was 107kb in Delphi 7 is now compiling to 2.7 MB. Another that was 114kb is now 4.7 MB! Is this normal? What might I do to reduce the...
Urgent asked 8/10, 2012 at 1:25

1

Solved

I previously asked this question in the Delphi XE2 timeframe, and the answer then was a pretty ugly hack. Now Delphi XE3 supports non-client theming, according to the official release notes. How d...
Scene asked 4/10, 2012 at 3:5

2

Solved

I recently migrated from D2010 to DXE2 and found a showstopper bug (Or feature?) in XE2 and XE3 (Tested in my friend XE3) related to RTTI generation for TBytes fields inside classes. I found that ...
Legist asked 1/10, 2012 at 18:54

1

Solved

In C# I can create a generic list that contains a specific Interface, such as: myList = List<IMyInterface>; Can I do the same thing in Delphi XE3, and if so how? I know I can create a TIn...
Misnomer asked 30/9, 2012 at 9:46

© 2022 - 2024 — McMap. All rights reserved.