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 ...
Delphi 7 to Delphi XEHave been using Delphi 7 for many moons ( have got later versions but never
upgraded to )
My first problem is:
Component Palette. in XE it is a small toolbar docked in top right
in Delphi 7 it gives a large view of all the components.
I am struggling to be able to cope/access my components.in Delphi XE.
Can I make the component pallette tool bar the same size as Delphi 7, or is
there a fast way to view/choose all available components in XE, that I have
not spotted yet?
Kind Regards,
Robert.
Hi,
What I know is that in Delphi 2010 and XE you can choose
between t...
Delphi XE / Delphi 2010Hello!
I noticed that Embarcadero® Delphi® 2010 Version is not on the list of products on
Embarcadero page.
Or is it still possible to buy it?
Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
Thanks.
Am 13.09.2010 09:04, schrieb Petra Nemec:
> Will RAD Studio XE compile programs written in Delphi 2010 without problems.?
As always you will probably have to recreate the projects as the import
is still a bit -- special.
Christian
Hello!
Does anybody know if it is still possible to get a Delphi2010 trial version
(if yes where)?
...
How to use C++ Builder form in Delphi form ?Dear all,
I can call a Delphi form in C++ Builder project, but I can not call a C++ Builder form in a Delphi form?
Help me please!
Thank you very much!
Nguyen Duy Tuan
Hi Tuan,
> I can call a Delphi form in C++ Builder project, but I can not call a C++ Builder form in a Delphi form?
That's correct...
> Nguyen Duy Tuan
Groetjes,
Bob Swart
--
Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi
CodeGear Technology Partner -- CodeGear RAD Studio Reseller (BeNeLux)
Delphi Win32 & .NET books on Lulu.com: http://stores....
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...
How to use AppModeler to generate Delphi forms using Cached Updates<HTML>
<TT>A beginner's question regarding AppModeler 6.1, Delphi 3, and Interbase
5.x...</TT>
<P><TT>While I am impressed with the amount of thought and work that has
gone into AppModeler, I have nonetheless been surprised to discover that
the Delphi application generated by AppModeler is not suitable for real-world
situations because of the "fly-away" problem afflicting newly-entered records.</TT>
<P><TT>When I enter a record on an AppModeler-generated Delphi form, the
record disappears ("flies away") immedia...
Error on Delphi 6 but not on Delphi Xe for FtpI am Experimenting with get a file from our webside server via Ftp. I have 2 Machines 1 a laptop runing XP Delphi 6 Indy 10.5.8.0 An a machine runing Window 7 Delphi XE2 with Indy 10.5.8.0. I am using the Same Code on Both.
procedure TFrmMain.ProcessItemDalySpecial;
var
PathDest : String;
FileName : String;
begin
with FrmTb2 do
begin
if ReadIniBoolean(IniCfg,'FTP','UseFtpDaly') then
begin
Ftp.Host := ReadIniStr(IniCfg,'FTP','HostDaly');
Ftp.Port := ReadIniInt(IniCfg,'FTP'...
Migrate from Delphi 2007 for Win32 to Delphi XEwe use Delphi 2007 for Win32 to support legacy (32Bit) OWL-based pascal applications (yes i know it was a mistake not to switch to VCL 15 years ago).
could our applications still be opened and compiled with Delphi XE?
The existing projects are all plain Pascal-Code, coming back from the times of Turbo Pascal for Windows and later on Borland Pascal.
Are there any improvements we could profit from (i.e IDE, Debugger)?
Thanks
Andrej
> {quote:title=Andrej Dimic wrote:}{quote}
> could our applications still be opened and compiled with Delphi XE?
I'm not sure, but I guess ...
Migrating to Delphi XE from Delphi 7.0Below is my code in Delphi 7.0, this is how to call another units in webmodule...
Hello All,
I create a web application in Delphi 7.0, using the Web Server Application, CGI, IntraWeb 7.0.15. And I used TIWPageProducer to view like this url "http://localhost/mcr/mcr.exe/main". I built and run. I viewed in thru IIS and it is running...
This is my code in Delphi 7.0
....
....
procedure TWebModule1.proMainGetForm(ASender: TIWPageProducer;
AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmMain.Create(AWebApplication);
end;...
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...
What pattern use? How to use these patterns in Delphi XE 3? Developing newMy firwst post here, and i REALLY need yours help...
My main objective is to create a _*standard system to register products, clients, sell items, control stock*_, and so on.
I want to use *Multi Tier, using Datasnap*, I dont want the classic client-server systems. There are several considerations I would like to discuss:
1 - I really want to do a *GOOD system, using patters* to make easier maintenance. I have read about MVC, saw some examples, but I read examples using Interfaces, and other posts in internet say Interfaces are bad. *MVC is good for this kind of system*?
2 - I wan...
Migrating to Delphi XE from Delphi 7.0Below is my code in Delphi 7.0, this is how to call another units in webmodule...
Hello All,
I create a web application in Delphi 7.0, using the Web Server Application, CGI, IntraWeb 7.0.15. And I used TIWPageProducer to view like this url "http://localhost/mcr/mcr.exe/main". I built and run. I viewed in thru IIS and it is running...
This is my code in Delphi 7.0
....
....
procedure TWebModule1.proMainGetForm(ASender: TIWPageProducer;
AWebApplication: TIWApplication; var VForm: TIWPageForm);
begin
VForm := TfrmMain.Create(AWebApplication);
end;
procedure TWebModule1....
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 ...