-----Messaggio Originale----- Da: "Viktor Szakáts" <harbour...@syenar.hu>
A: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Data invio: lunedì 15 giugno 2009 13.41
Oggetto: Re: [Harbour] A problem in TOleAuto?


Try either:
- o := CreateObject( "Word.Application" ) // o will be win_oleauto class
- o := TOleAuto():New( "Word.Application" ) // o will be TOleAuto class

It seems to work both ways, thank you. Although the first prints

WIN_OLEAUTO

instead of

TOLEAUTO

Or rather this:
- o := win_oleCreateObject( "Word.Application" ) // o will be win_oleauto class

Both work and print

WIN_OLEAUTO

I'll commit compatibility patch for this, pls
try it because this will be a blind patch.

Thank you.

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