Re: [DUG] Office Automation

2003-12-10 Thread Paul Mckenzie
We are going to start looking at MSWord Automation next year - does anyone know if there are any issues withOffice 2003. RegardsPaul McKenzieAnalyst ProgrammerSMSS Ltd. - Original Message - From: Robert martin To: NZ Borland Developers Group - Delphi List Sent:

RE: [DUG] Another debugging question

2003-12-10 Thread Myles Penlington
Correct. For these errors to be trapped, you must have these options turned on. They cause extra code to be inserted after every operation that can cause this type of error, and then if an error happens an exception will be raised. One of reasons they are turned off for production code is that

RE: [DUG] Delphi 8 Bug-Find-A-Thon Response

2003-12-10 Thread Phil Scadden
So your argument is that .NET doesn't perform as well as compiled code for Win32? In a nutshell. Reading http://msdn.microsoft.com/visualc/using/understanding/perf/default.aspx?pull=/ library/en-us/dndotnet/html/dotnetperftips.asp did not make the hype on JIT sound very compelling to me.

RE: [DUG] Delphi 8 Bug-Find-A-Thon Response

2003-12-10 Thread Phil Scadden
Hi Phil, Why can't you move to Linux platform, if you really want the performance? This is the obvious option. We use lots of Linux server-side though for development, have had quite a bit of surprising pain porting unix to Lunix. Maybe just unlucky - lots of Xwidgets. The trend though has been

[DUG] Office Automation

2003-12-10 Thread Robert martin
Hi We are using the TWordDocument and TWordApplication components from D6. This works great with Office 2000, will these components work with other versions of word i.e Office XP or Word 97 so long as the methods we call are still available? p.s I notice an email I sent yesterday has not