Delphi IDE on Linux / WINEHi,
I took some time to test Delphi XE3 and XE7 on Linux / WINE and was surprised that it works (with some issues).
The installation is also not straight forward, but I have written a How-to on appdb.winehq.org:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32440 (see the Installation How-to at the bottom)
I'm going to test for all Delphi versions that I have access to in the near future.
You can see the debugger in action here: :)
http://postimg.org/image/o77zhkadn/
--
Regards
Jens Mühlenhoff - ACCURATA Informationssysteme GmbH
...
Delphi IDE running on Linux / WINEHi,
I have recently retested the Delphi IDE on WINE and was surprised that it actually worked (there are issues however).
Since I'd really like to use Delphi outside a VM on my Linux system, I decided to invest some time into this and have now become the official maintainer of Delphi in the WINE appdb:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=42
Any other test results are welcome, I'm going to test all the Delphi versions I have access to in the near future.
So far I know that Delphi XE3 and Delphi XE7 work.
The installation is not straigh...
Delphi IDE running on Linux using WINEHi,
I have recently retested the Delphi IDE on WINE and was surprised that it actually worked (there are issues however).
Since I'd really like to use Delphi outside a VM on my Linux system, I decided to invest some time into this.
I have now become the official maintainer of Delphi in the WINE appdb:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=42
Any other test results are welcome, I'm going to test all the Delphi versions I have access to in the near future.
So far I know that Delphi XE3 and Delphi XE7 work.
The installation is not strai...
Delphi 64bit versus Delphi Mac/Linuxinteresting comments...
http://www.deltics.co.nz/blog/?p=452
"Ralf Stocker" <nospam@nospam.com> wrote in message
news:127800@forums.codegear.com...
> interesting comments...
> http://www.deltics.co.nz/blog/?p=452
A very small fraction of Delphi users actually need the memory access of 64
bit, and 32 bit apps will work the same on x64 anyway.
A small fraction of Delphi users actually need cross-platform support.
I'm not sure if having either first will 'save' Delphi from the
'traditional' tools for each platform (VS, Cocoa, Eclipse, et...
Is dll developed in Delphi 6 works on Delphi 2?I have a one dll, whose work is to creates a form with some normal vcl controls, print selected tables and email some reports. It was developed in Delphi 6. Can any other application which was developed in Delphi 2 use that dll.? If not, please let me know in which areas i need change. The dll work is only to print and email.
With regards,
Srikanth Varma
Srikanth varma wrote:
> I have a one dll, whose work is to creates a form with some normal
> vcl controls, print selected tables and email some reports. It was
> developed in Delphi 6. Can any other application which was d...
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...
Delphi 2006 vs Delphi 2009 IDE stabilityHello, all.
I have medium sized project which includes about 20Mb of source code (just
size of *.pas files). I use Delphi 2006. There are third party component
suites JVCL, DevExpress Bars, Pegasus Imaging. All updates applied. The main
problem is IDE stability. About four..five times a day IDE become unstable
after intensive usage of code insight functions (most often I press
Ctrl+Space key). The best outcome is that I have to save everything and
restart the IDE. The worst outcome is when IDE stalls or falls into endless
loop of error messages and any unsaved work is lost. OS...
League System compatible with Delphi 2010 or Delphi XE4 #2I am currently trying to write a league system using delphi to be used for an upcoming football tournamant I am running. However, I have encountered some difficulty in doing so.
+Does anyone have a league system they would give me the code for that is compatible with Delphi 2010 or Delphi XE4?+
...
Is there Delphi implementation (For Older Delphi also) of zlib 1.2.4Hello,
Does anyone have zlib 1.2.4 version of Delphi, with new Objects, maybe
pZLibEx (http://www.dellapasqua.com/delphizlib/) port with compiled Objects?
-TP-
> {quote:title=Tommi Prami wrote:}{quote}
> Hello,
>
> Does anyone have zlib 1.2.4 version of Delphi, with new Objects, maybe
> pZLibEx (http://www.dellapasqua.com/delphizlib/) port with compiled Objects?
>
> -TP-
\zlib-1.2.4\contrib\delphi\zlib.pas
On 4.4.2010 13:43, Ralf Stocker wrote:
>> {quote:title=Tommi Prami wrote:}{quote}
>> Hello,
>>
>> Does anyone have zl...
Re: Where is data form wizard in Delphi 2009? [pubic.delphi.ide]This message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
Sample picture showing drag and drop from persistent fields edit window.
(Any TField in any TDataset should work, TSomeKindofTable, or
TSomeKindofQuery.
Warren
--JivePart=_21560.zeB8CwDOH5aMJzMl
Content-Type: image/jpeg;
name="drag_and_drop_from_persistent_fields_editor.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
...
Is it posible to configure Delphi XE3 IDE to use Delphi 7 compiler/debugerHi!
Like many other developer out there I have several project which has been developed with older version of Delphi (Delphi 7). Since theese projects rely on some components which are not compatible with newer versions of Delphi (no newer versions available) I'm forced to do any maintnance on theese projects using Delphi 7.
Another solution would be to find replacment components which would provide me with same capabilities and work with latest versions of Delphi. But this would probbably require compleete rewritings of my projects (lots and lots of work).
So currently I'm using...
Delphi XE5Hi,
While I'm overly satisfied with Delphi XE5 (beside a few weird things), there is 1 thing that is really annoying: the non stop hourglass in the IDE. When I double click a word to select: hourglass. When I move the cursor 2 spaces: hourglass. Scrolling: hourglass. When typing a few characters: hourglass. And this is really all the time. The IDE freezes and I'm losing a lot of time always waiting to continue. I'm wondering why Embarcadero doesn't fix issues like this. I discovered that turning off "Code par
ameters", "Tooltip expression evaluation", &q...
Running Delphi SoapServer on Linux using WineHas anyone managed to run a Delphi SoapServer on a Linux using wine?
Last time I tried I was getting some OLE errors.
Sandeep
...
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...