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...
.net component to Delphi component ?Hello,
Is there a way to use .net component inside Delphi ?
Thanks
On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
> Is there a way to use .net component inside Delphi ?
http://www.managed-vcl.com/ has some libraries for this.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
Marc Rohloff wrote:
> On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
>
>> Is there a way to use .net component inside Delphi ?
>
> http://www.managed-vcl.com/ has some libraries for this.
>
I was hoping for a free tool but thanks
On Tue, 18 Nov 2008...
Importing .NET component in Turbo Delphi Explorer 2006I just got done back porting some .NET 2.0 code to .NET 1.1. When in .NET 2.0, I was able to interact with it by registering my .NET assembly as a COM object and then in my Delphi IDE going to Component->Import Component->Import a Type Library. I then select my COM object and click next. I change the Palette Page to Standard. I then add it to my project. Everything worked.
Now in .NET 1.1, I tried the exact same thing. It appears to work, however when my code is run, I get a runtime error that says that the parameter is incorrect. Even when calling a parameterless method. So I...
Can I safely install Turbo Delphi 2006 .NET on top of Delphi 2005 (Win 32)I have a Delphi 2005 Win32 installation. When I originally installed it I had no need for the .NET Framework.
Now I would like to learn the .NET framework. Going back to the Delphi 2005 install disk and trying to install the . NET Framework has not been succesful.
Can I install the Turbo Delphi 2006 .NET Framework and have it co-exist nicely with my existing Delphi 2005 Win32 system?
Thank you.
...
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...
Delphi 5 direct access components to SA 5.5Hello!
I am before the choice. Which components set is better for subject? I'd
like to ask people who have definitive experience in testing of such
components.
We have a such number:
NativeDB
ASADAC
ODBCExpress
SQLDirect
Titan
Which is better?
Any valid conclusion is very appreciated.
Thanks in advance.
I haven't tried all of the products you list, but I can recommend NativeDB.
It is made specifically for SQL Anywhere, so it supports some features of
SQL Anywhere that multi-target middleware does not support. The vendor
supports the product very promptl...
converting delphi code to delphi .NET
Hi,I'm looking at converting quite a bit of old delphi code to delphi .NET . I'm wondering can it be converted to VB.NET for certain ? Or perhaps there are some unsupported functions etc in delphi and I should keep the code delphi ?
There are about 10,000 lines of code. Anyone brave enough to take an estimate on how long it would take to convert 10,000 lines ?is going from delphi to delphi.NET smooth ? Would going to another language cause complications ?Thanks!
mike123
Mike123,
Sorry I can not help, however, I have the s...
Api to skydrive delphi or delphi.netDear Good afternoon ...
Does anyone have any idea or some documentation on how to implement or delphi.net via delphi api to access skydrive files. Thank you for your help.
...
Delphi 2006 product activation (re end of support for Delphi 2006) [Edit]Apologies if this question has been asked and answered elsewhere, but I recently got an email informing me support for Delphi 2006 was going to be dropped. I have mostly converted to Delphi 2009 now, but I'll still be able to activate my copy of 2006 on any future installation right?
Edited by: David Howes on Jul 18, 2009 9:53 AM
David Howes wrote:
> Apologies if this question has been asked and answered elsewhere, but I recently got an email informing me support for Delphi 2006 was going to be dropped. I have mostly converted to Delphi 2009 now, but I'll still be able to acti...
delphi 2006 code in delphi 2010hello,
is there any option to make delphi 2006 code work in delphi 2010? something like in java IDEs where you can define the code level you like to use?
the problem is, that i made a project with 2006 and sent it to my customer. they got 2010 and it compiles fine, but it just doesn't work. it deals with en-/decryption of text, we assumed, that it has something to do with ansi vs. unicode strings... but we cant find the exact position where the error occurs.
i am a bit dissapointed, because everywhere i read that the new IDE will always be downwards compatible and so on.. but in ...
delphi Win32 using delphi .NET dllHi,
I'm trying to use a delphi.NET dll in delphi.WIN32. I am currently using CodeGear Delphi 2007 with version2(base version) of .NET
I can get the dll to import into the WIN32 application the only problem is when i include things such as: "using Classes,DateUtils, SysUtils" in the .NET dll the win32 application will instantly hang when any of the dll functions are called.
Any help would be great thanks.
Also I have tried this example and it also crashes for me? http://cc.embarcadero.com/Item/22688
-Braden
I also found this..
"The problem is that, wehn you instal...
Delphi.NET loading Delphi.Win32 DriverHi,
What I'm trying to do is marshal an array of cardinal (or integer) back into managed memory from a win32 dll.
I know how to pass managed memory into a win32 dll
{code}
var aa : array of Integer;
Buffer : IntPtr;
begin
SetLength(aa,2);
aa[0] := 1;
aa[1] := 80;
if not Supports(ExtractFilePath(Application.ExeName)+'Win32_Library\SDK_Driver.Win32.io', TypeOf(IMyFunctions), MyFunctions) then Exit; //loads the driver into memory. MyFunctions contains the method names found in the SDK_Driver.
Buffer := Marshal.AllocHGlobal(2 * {Marshal.SystemDefaultC...
Delphi 64 bit / Future Direction of DelphiI am responding to the various requests for 64 bit and the discussion
about the future direction of Delphi. I have a small company - we write
software for new and used auto dealerships - sales and finance - coming out
with accounting now and parts and service in the next few years.
Our customers don't care about 32 bit vs 64 bit, etc. They want me to
provide simple and convenient solutions to make their jobs easier.
We have stuck with Delphi 5 for many years - I should have upgraded 5
years ago but it did the job. We are now in the early stages of a
significant up...
delphi.Net Delphi 2005 Project Upgrades?Our company aquired the software property from another last year.
Most of the projects were written in Delphi 2007. We purchased Delphi XE which gave us access to previous versions, including D 2007... all is well.
However, 3 projects were written Delphi 2005 for .Net.
The VM we received from this company included D2005 but it was licensed from the previous developer.
I've contacted Embarcadero about obtaining a copy and or a license+registration for Delphi 2005 and was told this product is no longer available.
I'm under the impression Delphi for .Net was abandoned.
My qu...