The following sample

FUNCTION MAIN()

   LOCAL oWord

   oWord = CREATEOBJECT( "Word.Application" )

   oWord:Documents:Add()

   oWord:Visible = .T.

   RETURN NIL

stops with

Error TOleAuto/65535  : TOLEAUTO:NEW
Called from THROW(0)
Called from TOLEAUTO:NEW(0)
Called from CREATEOBJECT(0)
Called from MAIN(5)

It works fine using xHarbour. What am I missing?

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to