Board index » delphi » anybody written any serious apps in delphi?
Bob Williams
![]() Delphi Developer |
Thu, 28 May 1998 03:00:00 GMT
|
Bob Williams
![]() Delphi Developer |
Thu, 28 May 1998 03:00:00 GMT
anybody written any serious apps in delphi?
I am rather new to delphi, although I think I took pascal in college.
It is a struggle to learn non-linear type programming, any suggestions? Also I was curious, Alll the posts in the delphi groups talk about .......................Bob Williamson..................................... |
Eric Meye
![]() Delphi Developer |
Thu, 28 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quoteb...@halcyon.com (Bob Williamson) wrote: groups than in the VB group. Most of the problems discussed here turn out not to be problems at all. |
Ron Loe
![]() Delphi Developer |
Thu, 28 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Hi, Our catalog maker product is written in Delphi, it is a very easy to use OzCIS - A Compuserve offline reader is written in Delphi. HREF's WebHub is written in Delphi. I'm sure you will get more information about other applications. Ron. P.S. - If you want to take a look at the Catalog Maker you can downloada In article <4af6vl$...@news.halcyon.com>, QuoteBob Williamson <b...@halcyon.com> wrote: Ron Loewy, HyperAct, Inc. +1 (319) 351 8413 | rlo...@hyperact.com Author of HLPDK/PA, CatMake, Interactive Help and HyperTerp. Visit our home page at http://www.hyperact.com . |
Roger Brown
![]() Delphi Developer |
Fri, 29 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?QuoteBob Williamson writes: there for help with their problems. Quote> But has anyone written or seen any multimedia HTML-based browser in Delphi. It was written quickly and painlessly - Delphi was a real delight to use and not too hard to learn. If we wrote it in C++ it would have run just as fast but would have taken ten times longer to code. If we wrote it in Visual Basic it would never have run fast enough because there's a lot of low-level stuff in the application. Quote> Alot of the shareware Regards, |
Jim Ki
![]() Delphi Developer |
Fri, 29 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?I am currently using Delphi to write a program that tracks, charts, analyzes, and graphs real-time financial data from a live satellite hookup. We currently have only a DOS version of our software, and I have been given the task of creating a new Windows front-end for it. The program is Candlestick Forecaster for Windows 3.1 (and a 32-bit Jim Kirk QuoteBob Williamson (b...@halcyon.com) wrote: : It is a struggle to learn non-linear type programming, any : suggestions? : Also I was curious, Alll the posts in the delphi groups talk about : .......................Bob Williamson..................................... -- |
Michael R. Johnsto
![]() Delphi Developer |
Fri, 29 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?QuoteBob Williamson wrote: Toolbox, was written in Delphi. It consists of two parts. The first is a fairly beefy engine to parse and index tens of thousands of USENET articles. Although the BDE seemed to get in the way a bit, reordering some database procedures produced enormous performance increases. The application currently is able to process 10,000 to 20,000 news articles per hour and generates fully searchable indices. Performance obviously is tied to the CPU and disk hardware especially. However, the numbers I quote are for a standard Pentium 75 with 16M of Ram and a not-so-fast hard drive. Part two of this is the end-user application which takes keywords input -- |
Jim Tyso
![]() Delphi Developer |
Sat, 30 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?QuoteRoger Browne writes: for Windows (along with their respective administation/installation programs) in the past few weeks. Total development time for both projects came in under 5 months, working nights and weekends (gotta real job, dontchaknow). Also included in that time is NWLib, our popular Netware library. If I did not have to write this piece, I probably could have had both products out within 2-2.5 months. Note that I did _NOT_ use the BDE. I used Rocket instead to avoid the Ain't delphi great! Jim Tyson |
Bengt Richt
![]() Delphi Developer |
Sat, 30 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quoteb...@halcyon.com (Bob Williamson) wrote: Pretty "beefie" app, no? Regards, |
Michael Chap
![]() Delphi Developer |
Sat, 30 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?In article <4af6vl$...@news.halcyon.com>, b...@halcyon.com (Bob Williamson) wrote: Quote>Also I was curious, Alll the posts in the delphi groups talk about archiver in Delphi. They are not huge, a few hundred K apiece, but they are not small or trivial either. I usually don't look at any shareware that requires VBRUNXX. I know it ----------------------------------------------- |
Peter K
![]() Delphi Developer |
Sun, 31 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quoteb...@halcyon.com (Bob Williamson) wrote: exist. Delphi is still very young though. Speaking for myself, I've just completed my third 'big' application. My first was for a large building company. That application has to deal with masses of 'paper-work', such as standard letters like offer-sheets, contract-sheets, legal-papers dealing with permissions etc., drawings. It should report very detailed the progression of projects in different stages and a lot more. The application has about 30 different forms, storing information in about 60 databases. It can import data from other sources. My second application was a translation of a dos application written in Clipper. It's also 'big'. It's an application for opticians and hearing-aid suppliers. Besides dealing with the technical aspects it has a sofisticated mailing utility and therefor had to interface with different wordprocessors. I can add to this that I have other dos applications of which users are asking more and more to translate them to windows. My third application is not that big. It's an application that questions applicants for management jobs. About my fourth application, the one I'm dealing with at the moment I can't tell much about. You never know who's reading this forum. What I can tell though, is that it will be a medium sized. It will be used in different countries in Europe. Hope I could be of any use. Peter. |
Kyle Cord
![]() Delphi Developer |
Sun, 31 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?In article <4aicoc$...@ionews.ionet.net>, hi...@ionet.net (Thomas Hill) wrote: Quote>What do you mean by big apps? Would two projects (with two more waiting Are the databases stored on a file server (Paradox tables, etc.) or on some -Kyle ***** Kyle Cordes @ Automation Service ***** kcor...@mo.net ***** |
Paul Pott
![]() Delphi Developer |
Sun, 31 May 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?In article <4af6vl$...@news.halcyon.com>, b...@halcyon.com (Bob Williamson) wrote: But has anyone written or seen any Quote>beefie, big etc applications written in delphi? Alot of the shareware Yes, the Technical Information Manager (TIM) software was written in delphi, Cheers, |
Jim Halle
![]() Delphi Developer |
Mon, 01 Jun 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quoteb...@halcyon.com (Bob Williamson) wrote: I am an independent software developer who has been writing vertical The third party market was a major factor in my decision to use and Delphi problems? Sure, there is a lack of documentation that was I usually shy away from the first version of any development product Let me know if you have any other questions or need some help getting Jim Hallers / Programmed Computer Solutions / Houston, Texas |
Jon Jenkin
![]() Delphi Developer |
Tue, 02 Jun 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quoteb...@halcyon.com (Bob Williamson) wrote: Delphi is an excellent concept in GUI programming However as for "industral strength" development There are numerous serious bugs in both The Desktop and VCL RAD packs will set you back ---------------------------------------------------------------------- |
Dale Merric
![]() Delphi Developer |
Wed, 03 Jun 1998 03:00:00 GMT
Re:anybody written any serious apps in delphi?Quote>b...@halcyon.com (Bob Williamson) wrote: standalone graphing package. I had more trouble with the graphing engine than Delphi. The second is a secured access program (which is currently getting a new version number and improved security). It may be true that alot of shareware/freeware is written in VB or C++, I think Delphi is an excellent language and aside from some assembler now Dale |
1. Commericial Apps written in Delphi - Names anybody
2. Help!!! running other apps under Delphi -serious problem
3. Yes Delphi can do Serious Apps
4. Anybody used to write MSSQL 2000 extended stored proc in Delphi
5. Anybody doing bioinformatics apps in Delphi?
6. Networked database: anyone written a serious one?
7. Serious problem writing DLL using D3
8. Super serious, BDE5 breaking OTHER peoples apps!