summaryrefslogtreecommitdiff
path: root/extensions/test/ole/OleClient/readme.txt
blob: 26052775c982c42cabe248b3bd25238cc9194bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The program tests the OleObjectFactory service which enables to use COM components
through XInvocation.

Requirements:

applicat.rdb has to be next to the executable. 
COM component: XCallback_Impl.Simple ( extensions/test/ole/unotocomcalls/XCallback_Impl )
ActiveX controls: AxTestComponent.Basic ( extensions/test/ole/AxTestComponents)
		  MFCCONTROL.MfcControlCtrl.1 (extensions/test/ole/MfcControl)

The project cannot be build in our environment therefore it must be an MSDEV project.
Reason: ATL uses min and max macros defined in windef.h. Our stl header undef min and max.
To generate the uno header use the make file. Then Set the include path directories to
the inc directory in the build tree.