Need help to allow a working Delphi 3 project to build on Delphi XEHow do I adjust this working Delphi 3 program that uses OLEAUTO and OLE2 to work on the newer Delphi XE,
Program code is below this, errors are here :
Checking project dependencies...
Compiling admn_api.dproj (Debug, Win32)
dcc command line for "admn_api.dpr"
c:\program files (x86)\embarcadero\rad studio\8.0\bin\dcc32.exe -$O- -$W+ --no-config -M -Q -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;
DbiProcs=BDE;DbiErrs=BDE -DDEBUG -I"c:\program files (x86)\embarcadero\rad studio\8.0\lib\Win32\release";"C:\Users\Administrator\Documents\RAD
Studio...
Delphi and Delphi for .NetIt seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
I would like to know is it true all .Net application is slower than Win32 native applicaiton or it is Delphi for .Net only.
Your information is great appreciated,
Inung
On 2011-06-21 18:20:17 +0100, Inung Huang said:
> It seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
> I would like to know is it true all .Net application is slower than
> Win32 native applicaiton or it is Delphi for .Net only.
If you are only running the code in the application once then, yes, yo...
How to use a delphi XE3 obj file in delphi 2007?Hi,
I'm migrating an application from delphi 2007 to delphi XE3 and I would like to do it in several steps. To do this I need to use a part of my new code (XE3) in the current delphi 2007 application. So I want to use the .obj file from my XE3 file. I know I have to use the {$L 'Filename'} and I know that I have to declare the functions that I want to use in external in my D2007 project.
I wanted to make an easy and simple example to see how it works with only 1 function 'hello world' compiled in obj with XE3 but I can't find the way to use it in D2007.
In D200...
Update Delphi 2005 to Delphi 2010, which do i need? [Edit]Hello,
we have one Delphi 2005 Professional here and want to upgrade to Delphi 2010, but we are a bit confused. Our distributor in Germany, ingram-micro offers several upgrade products:
UPG DELPHI 2010 PRO - NAMED USER
UPG DELPHI 2010 PRO - NAMED USER ELS
UPG DELPHI 2010 PRO - NAMED USER FLEX
RAD STUDIO 2010 PRO - UPG
UPG RAD STUDIO 2010 PRO - NAMED ELC
UPG RAD STUDIO 2010 PRO - NAMED FLEX
UPG DELPHI 2010 PRO - CONCURRENT ELS
UPG DELPHI 2010 PRO - CONCURRENT FLEX
What do they mean exactly and which one do i need? At the moment delphi is installed on two PCs and we want to use ...
What we need to learn as we migrate from Delphi 2007 to Delphi 2012As we prepare to move from Delphi 2007 to the Delphi of next
summer/fall, and 64bit some day, we are looking for a list of
improvements to Delphi (from IDE to the language) that have been done
from Delphi 2007 to Delphi XE, as well as any planned ones for the next
version.
We understand the daunting migration to Unicode that awaits us but know
that we have missed some "new and improved" items where we have to get
all our developers up to speed on that may not be related to Unicode.
So, we will need to plan some training before we jump in.
Is there such a list out ...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
Linking a .a file in firemonkey - Delphi XE5 SP1I am trying to link .a files from my FireMonkey application in XE5 for an iOS application, but I am running into issues. I have 3 different .a files that I have tried using, all of which give me the same error when I try to link them:
*Bad Object file format: 'd:\project...\libzbar.a'*
I have tried this with 2 commonly used .a files, one for barcode reading (zbar) and a magtek card stripe reader library. I also have another test library made in xcode with 2 methods. They all produce the same error on compile.
During an embarcadero seminar, we were told that any .a file could b...
HELP! Trying to Complie old Delphi program on any version of DelphiHey everyone I'm new to the programming world and unfortunately I have come across a big problem that I will hope I can get some help with. I have a program that was apparently created using delphi 3 and then finished using delphi 4 with some additional parts added later. I have found copies of amost every version of delphi ever made and installed them on my pc and attempted to compile this program in question. Unfortuantely I have yet to get it to compile without a few thousand error messages and I am st
uck between a rock and a hard place. I know very little of Delphi programming, let a...
from delphi 6 to delphi 2010Hi.
It is possible, with component RX, dxforumlibrary, InfoPower3000Pro,
StringAlignGrid.
Accepts communication BDE.
Thank by comments.
excequiel arostica wrote:
>Hi.
> It is possible, with component RX, dxforumlibrary,
>InfoPower3000Pro, StringAlignGrid. Accepts communication BDE.
>
>Thank by comments.
Rx is dead and sources are taken over by jcl/jvcl. I dont know about
the rest of the components and i have no experiences with bde over the
last 9 years.
excequiel arostica wrote:
> Hi.
> It is possible, with component RX, dxforumlibrary,...
Delphi 4 to Delphi 2007Hello,
I will have to port a D4 application (with source) to D2007.
what kind of problem could I face ?
I will have to go to customer site tommorow to analyse its source code
to quote the work, what should I care of to hestimate the porting time ?
Thanks
John Terry wrote:
> Hello,
> I will have to port a D4 application (with source) to D2007.
> what kind of problem could I face ?
> I will have to go to customer site tommorow to analyse its source code
> to quote the work, what should I care of to hestimate the porting time ?
You can probably do it by just changi...
Delphi 5 to Delphi XE4Thinking about making the conversion. Of course we have numerous components such as:
TurboPower AsyncPro,
TurboPower Orpheus
ICS2
Synactis All-In-The-Box.
You guys have any advice as to the effort and time it may possibly take. It is a large application, several hundred thousand lines.
And that's what happens when using third party components, a lot of extra work. I have been burned a few times.
I now minimize the use to a few well known suppliers, like TMS.
I have "banned" a lot of other components.
Regards,
Ole
>
> Thinking about making the conver...
Delphi for PHP or Delphi PRISMHi,
I have the opportunity to develop a web-based library management system.
Nothing fancy, just being able to do the usual CRUD stuff for books and
provide a search facility. Borrowing is to be done via an email request
to the library admin who then sends out the book(s). Since both Delphi
for PHP and Delphi PRISM will enable me to develop the app, which one
will allow me to deliver it in less time and also increase (even how
small) my marketability as a web developer? Thanks.
Phillip Flores
Phillip Flores wrote:
> Hi,
>
> I have the opportunity to develop a...
Delphi 5 To Delphi 2009I upgraded to Delphi 2009 from D5. The install says I can install Delphi and/or C++. Delphi installed OK but I see nothing of C++. What am I missing or does my upgrade not include C++? Thanks
It depends on what you bought. If you bought Delphi 2009 only, that's
what you get. If you bought Delphi 2009 and C++ Builder 2009 you get
both. My guess is you got Delphi 2009 only. The simplest way to verify
is look your invoice - it should say I would think. You could also go to
members.embarcadero.com, login, then click on my registered products.
There will be a textual description of...