Robert I have a question since you seem to be pretty
good at delphi.. I have written this automated
program(client) which uses Excel the problem that I am
having is that the server that needs to run the .exe
does not have MS products on it except SQL2000 do you
know how I can utlize the Oleautomation of MS without
having to install Excell or Access on the sercer.

I am using TExcelApplication. 
if anyone has experience in this please feel free to
jump in and advise.. 

Thanks

MC

--- Rob Kennedy <[EMAIL PROTECTED]> wrote:

> Thomas Hruska wrote:
> > I am getting a "Runtime error 204" at the end of
> my program.
> > 
> > According to some website I found, that means:
> > "204 Invalid pointer operation"
> > 
> > I'm looking for a short example program on how to
> generate this 
> > particular error at the end of program execution.
> 
> You can get that error when you try to free
> something that the memory 
> manager doesn't own -- either because it's never
> been under control of 
> the memory manager, or because it's already been
> freed.
> 
> Normally, you'd get an exception, but when your
> program shuts down, the 
> SysUtils unit will unlink its exception-handling
> functions from the 
> System unit, so sun-time errors don't get wrapped
> into exception objects 
> anymore. Whether you get an exception or a run-time
> error depends on 
> whether SysUtils has run its finalization section
> yet.
> 
> -- 
> Rob
> 



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to