I sort of asked this question at the end of another post but feel this topic needs a question of its own...
I would buy the new Delphi XE2 and port some D7 projects. I would buy the cheapest version (starter ?) and use the new Firemonkey Platform.
Is it possible to set up the compiler in such a way so it compiles the executable/DLL for both x86 and x64? I mean, one file suitable for both platforms.
In Delphi XE2, we have use {$ifdef Win32} {$ifdef Win64} to identify which pl开发者_C百科atform we are in.
How would this be correct when on 64bi开发者_C百科t platform in XE2? type PRGB24 = ^TRGB24; TRGB24 = packed record
I would like to know if it\'s possible to read a .mdb file without the use of ODBC. I need to write a Delphi application that reads 2 columns from a mdb file a开发者_运维百科nd writes those columns i
Following up on my earlier question : Generics and Marshal / UnMarshal. What am I missing here? In \"part #1\" (the link above) TOndrej provided a nice solution - that failed on XE2.
I\'m trying to write a simple firemonkey test app. I have a form, with a panel (align:= alClient). On the form are 2 TCircle\'s.
I am starting with Firebird and have found components to access a database by Devart. They offer native components (IBDAC) or DBExpress drivers. (I a开发者_如何学JAVAm using Delphi XE2 Pro which doesn
I\'m writing a FireMonkey HD application on my Windows 32 bits machine, and deploying (remote debugging) it on my MacBook running Snow Leopard. I\'m running the Delphi XE2 Trial.