Delphi
Delphi is a software development package created by Borland.
Application
Any
Platform
Any
License
Any
Hi!
Does any body know of a freeware driver for mssql/dbexpress.
Thanx.
Thank you I take a look into all of these.
: : : Can anybody direct me to the download of
: : : Delphi 7 Personal Edition
: : : Delphi 2005 Personal Edition ?
: : There are probably no such...
Can someone please tell me how to specify/assign a FileSubType value to my delphi executable. Thanks very much!
It is very easy to set the FileSubType value for a EXE file in Visual C++, however, I...
Hello everybody!
I just woundering if somebody knows how to secure delete a file with delphi code??? So it can't be undeleted. I'm very happy for a answear...
Hello everybody!
I just woundering if somebody knows how to secure delete a file with delphi code??? So it can't be undeleted. I'm very happy for a answear...
: : Sorry if this is somewhat off topic, but could not find a Mac forum.
: :
: : I have a Delphi Windows application, that is doing great. Now I am thinking of porting this application to other...
: I seem to remember a free Delphi-like IDE, though not made by Borland. I think I found it on SourceForge.net
Any Chance you're referring to Lazarus?
http://www.lazarus.freepascal.org/...
: : Can anybody direct me to the download of
: : Delphi 7 Personal Edition
: : Delphi 2005 Personal Edition ?
: There are probably no such sites, because those are two of the newest
: versions....
: Sorry if this is somewhat off topic, but could not find a Mac forum.
:
: I have a Delphi Windows application, that is doing great. Now I am thinking of porting this application to other...
Sorry if this is somewhat off topic, but could not find a Mac forum.
I have a Delphi Windows application, that is doing great. Now I am thinking of porting this application to other platforms....
I seem to remember a free Delphi-like IDE, though not made by Borland. I think I found it on SourceForge.net
I never tried it, but you might try something like that.
: : Can anybody direct me...
: Can anybody direct me to the download of
: Delphi 7 Personal Edition
: Delphi 2005 Personal Edition ?
:
:
: Zapperon
: ewu@webmail.co.za
:
There are probably no such sites, because...
Can anybody direct me to the download of
Delphi 7 Personal Edition
Delphi 2005 Personal Edition ?
Zapperon
ewu@webmail.co.za
You'll need a client/server architecture.
Clients will have to connect to a Server using IP adress : port of the machine where server is running.
Server will receive the messege from the source...
: : : Hi all,
: : :
: : : Does someone know how to paste a bitmap into an rtf?
: : : That would be very helpful for many people.
: : :
: : : Thanks in advance.
: : : Marcelo Miorelli
: : :...
: : Hi all,
: :
: : Does someone know how to paste a bitmap into an rtf?
: : That would be very helpful for many people.
: :
: : Thanks in advance.
: : Marcelo Miorelli
: :
: The easiest...
: would anybody be kind to give me a simple fractal graphic listing
: program/source code for delphi??pliss i need it badly, thx b4
If you look online for the SWAG archive, you'll have lots of...
: Assume that you want to display f(x) values of x : StarVal...EndVal
: where is a subset of the function domain...
:
:
: begin
: Form1.Canvas.MoveTo(StartVal, f(StartVal));
:
: for i...
would anybody be kind to give me a simple fractal graphic listing program/source code for delphi??pliss i need it badly, thx b4
: Come on, please pay attention for this case man,this is very urgent
: and need a favor soon.
: Here the situation, i want to use hough transforms method for line
: detection and would give me...