To use or not to use DelphiSadly, it seems to me that there is a sort of race between the two threads, for and against using Delphi in new projects, with more or less the same users posting in both threads. Arguments are fiercely debated in both camps.
Borland had their own vision. As a community, now that Delphi has changed ownership I believe we should try to be more consistent, more clear, and more articulate in what we expect from Embercadero in terms of Delphi. We can contribute to keeping Delphi alive and moving in the right direction.
"Laurent Cocea" schrieb:
> Sadly, it seems to me that there ...
MOVED: Use Delphi XE TLB importer in Delphi 2007?....to the ActiveX group:
https://forums.embarcadero.com/thread.jspa?threadID=47170
--
Craig Stuntz · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz/
...
Trying to call a .DLL from Delphi XE (used to work with Delphi 6 :-) )Hi everyone,
I have a problem where perhaps some one could help point me in the right direction.
In Delphi 6 I used a stand alone package to train a neural netowrk,. The trained neural network was stored as a .DEF file.
The standalone software provided a .DLL and Delphi code to call the network and get the prediced values from your sw. (The .DLL was created in 2002 and apparently is 32 bit.)
I have'nt used it for years but am now coming back to it.... I now use Delphi XE on Windows 7 (32 bit)
The old .exe's I had compiled from that time work fine.
However in Delphi XE ...
Top 3 Reasons NOT to use Delphi for New ProjectsThere are many reasons to continue with Delphi but then there are also
many reasons for NOT continuing with Delphi esp. when starting new projects.
Here are my Top 3 reasons
1. IDE is a pain in the A
2. VCL is stagnant and stale, like not compatible across different
versions of compilers...
3. Delphi Pascal as implemented currently misses many features that are
common in other programming languages. Let me give one single example
from many that I can give. We are forced to declare each and every
function, procedure before we can actually code that function or
procedure. Th...
Is it possible to develop a custom Windows 7 shell using Delphi XEHello all! I am new to the forum, and as such I was unsure where to post this question, exactly. Anyway...
I am currently doing research, trying to figure out if it would be at all possible to develop a custom Windows 7 shell using the Delphi XE2 language. I realize that there are several openSource applications out there that do this job quite well, but my roll is to determine if it is possible regardless. Any insight you guys can provide will be extremely helpful, and also any resources you might be able to point me towards would be even more appreciated. Thanks!
> {quote:title...
Using Delphi 7 and Delphi 2010I had a project in Delphi 7.
I worked on it in Delphi 2010.
When I try to open the .dpr again in Delphi 7, the IDE toolbar widens across both monitors, and Delphi 7 locks up.
It appears that Delphi 2010 modifies the .dpr in a way that makes Delphi 7 unable to open it again.
All my forms & units appear to open fine in D7 after D2010, except for the warnings on the ExplicitHeight and ExplicitWidth properties being missing...
I can easily recreate the .dpr, but is this expected behavior?
Thanks.
Tom Field wrote:
> I had a project in Delphi 7.
>
> I worked o...
ANN: ICARUS 3.3ANN: ICARUS 3.3 - Uses List Analyzer for Delphi
ICARUS - USES LIST ANALYZER FOR DELPHI
Find unnecessary units in Delphi uses lists
-----------------------------------------------
Peganza Software has released version 3.3 of ICARUS - Uses List Analyzer for
Delphi,
a free Windows program that helps Delphi and Borland Pascal developers
remove
unnecessary units in uses lists. Removing unneeded units from the uses lists
gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes unused code, but
code in initialization and finalization ...
How design a COM using Delphi and Using in PB7?I need some component, So, we want using DELPHI5 to develop a COM or
Activex.
What type of knowege or Skill I must know it.
Can anyone tell us?
from DRAOGN
Can you explain what type of component you want to create? You may not
need to a) build your own, or b) use Delphi. If the component should be
used from within a PB application, you ought to use PB to develop it
unless it is something that PB does not let you do.
regards,
Bill
DRAGON wrote:
> I need some component, So, we want using DELPHI5 to develop a COM or
> Activex.
> What type of knowege or Skill I ...
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...
ANN: The free to use kbmMW 3.51.00 CodeGear Edition and kbmMemTable v. 7.00.01 Beta 1 CodeGear Edition for Delphi XE, has been released!We are happy to announce the immediate availability of the free to use kbmMW
v. 3.51.00 CodeGear Edition and kbmMemTable v. 7.00.01 CodeGear Edition for
Delphi XE!
The keywords for this release are:
- Delphi XE support
- Highly optimized performance in master/detail and ranges in kbmMemTable.
- New GroupBy function in kbmMemTable.
- Improved support for fielddefinitions with data, even in master/detail
relations
- Performance enhancements
- Multithreading enhancements
- Dataset enhancements
- Stability enhancements and bugfixes
Remember the free kbmMemTable CodeGear Edition ...
ANN: ICARUS 3.5.3Find unnecessary units in Delphi uses lists
Peganza Software has released version 3.5.3 of ICARUS, a free Windows
program that helps Delphi developers remove
unnecessary units in uses lists. Removing unneeded units from the uses lists
gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes unused code, but
code in initialization and finalization sections remains
- Removes dependencies on other units, and makes the intent of your code
clearer
- Smaller executable modules (EXE, DLL, BPL)
ICARUS can also tell which units that can...
ANN: ICARUS 3.3.1ICARUS - USES LIST ANALYZER FOR DELPHI
Find unnecessary units in Delphi uses lists
-----------------------------------------------
Peganza Software has released version 3.3.1 of ICARUS - Uses List Analyzer
for Delphi,
a free Windows program that helps Delphi developers remove unnecessary
units in uses lists. Removing unneeded units from the uses lists
gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes unused code,
but code in initialization and finalization sections remains
- Removes dependencies on other units, and makes the ...
ANN: ICARUS 3.3.2ICARUS - USES LIST ANALYZER FOR DELPHI
Find unnecessary units in Delphi uses lists
-----------------------------------------------
Peganza Software has released version 3.3.2 of ICARUS,
a free Windows program that helps Delphi developers remove
unnecessary units in uses lists. Removing unneeded units from
the uses lists gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes
unused code, but code in initialization and finalization
sections remains
- Removes dependencies on other units, and makes the intent of
your code clearer
...
ANN: ICARUS 3.4.3ICARUS - USES LIST ANALYZER FOR DELPHI
Find unnecessary units in Delphi uses lists
Peganza Software has released version 3.4.3 of ICARUS, a free Windows
program that helps Delphi developers remove unnecessary units in uses lists.
Removing unneeded units from the uses lists
gives many benefits, including the following:
- Unused code is not linked in. The Delphi linker removes unused code, but
code in initialization and finalization sections remains
- Removes dependencies on other units, and makes the intent of your code
clearer
- Smaller executable modules (EXE, DLL, BPL)
ICAR...