FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Where is TOleAuto class?
Posts: 223
Joined: Thu Dec 01, 2005 03:34 PM
Where is TOleAuto class?
Posted: Mon Oct 07, 2013 11:23 PM

I have an error from RPreview when trying to output with ConvertToWordDoc() that calls TOleAuto:Add() and I can't find the prg with this class so that I can see how it works. Anybody know where it is?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Where is TOleAuto class?
Posted: Tue Oct 08, 2013 01:57 AM

\xharbour\source\rtl\win32ole.prg

Regards



G. N. Rao.

Hyderabad, India
Posts: 223
Joined: Thu Dec 01, 2005 03:34 PM
Re: Where is TOleAuto class?
Posted: Tue Oct 08, 2013 02:56 AM

Thank you. But that is a surprise, because I didn't realize FWH used xHarbour elements. I thought it only used Harbour. I learn something new every day, or at least try to.

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Where is TOleAuto class?
Posted: Tue Oct 08, 2013 04:57 AM

When built with xHarbour, FWH uses xHarbour libraries and when built with Habour it uses Harbour libraries.

Harbour's source can be found in
harbour\contrib\xhb\xhbole.prg

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion