Board index » kylix » Wine with Delphi 6 apps?
Sergio Samayoa
![]() kylix Developer |
Sergio Samayoa
![]() kylix Developer |
Wine with Delphi 6 apps?2003-11-24 12:04:08 AM kylix2 Hi everybody. Is someone using Wine with Delphi 6 applications? I will try some time in the near future. I just compile wine a few days ago but havent time to play with it. Maybe there is the way we should go? Opinions... |
pNichols
![]() kylix Developer |
2003-11-24 02:32:09 AM
Re:Wine with Delphi 6 apps?
Sergio Samayoa wrote:
QuoteHi everybody. At any rate for in house apps, this may work, but I would not wish to depend upon a Wine app for a mass distributed applications. What version of Wine, would you certify on, what Winelibs does the user have loaded, etc. It will require a lot of testing, and I could see the Help Desk calls arising <G>. In house, where you control the machines (or a Network engineering group would), might be OK. |
Samuel Herzog
![]() kylix Developer |
2003-11-24 04:49:23 PM
Re:Wine with Delphi 6 apps?
Hi,
here some things you should consider when writing delphi apps which shall be working on wine as well. If possible: - aviod registry stuff. - do not take the components from <Dialogs>tab. - do not use BDE. - of course no OLE stuff. Thats it. My apps work fine in wine. Even third party components like DBISAM are ok. Also components which are using dlls (tzip) work fine. For installation setup I recommend InnoSetup. Runs prefect in wine. "Sergio Samayoa" < XXXX@XXXXX.COM >wrote in message QuoteHi everybody. {smallsort} |
Bernhard Geyer
![]() kylix Developer |
2003-11-24 10:34:13 PM
Re:Wine with Delphi 6 apps?
Our app works with the newest Wine-Version.
We use Unicode (ElPack), DB-Access (ADS Local Server), IE-Integration (IE 4 musst be installed unter WINE), Print Preview, ... "Sergio Samayoa" < XXXX@XXXXX.COM >schrieb im Newsbeitrag QuoteHi everybody. |
dk_sz
![]() kylix Developer |
2003-11-28 11:56:06 PM
Re:Wine with Delphi 6 apps?Quote- do not take the components from <Dialogs>tab. mine 1 - 1?years ago: www.micro-sys.dk/products/multibatcher/screenshots.php (3rd screenshot). best regards Thomas |