xref: /aoo41x/main/extensions/test/ole/cpnt/readme.txt (revision cdf0e10c)
1*cdf0e10cSrcweircpnt.cxx contains a uno component that is uses to test the olebridge within a
2*cdf0e10cSrcweirJavaScript context.  In particular it has functions using out, in/out and
3*cdf0e10cSrcweirsequence parameter that have to be specifically treated in JScript because they
4*cdf0e10cSrcweirare represented by IDispatch objects.  Other clients, such as VBScript, VB and
5*cdf0e10cSrcweirC++ applications can also use this component for testing.
6*cdf0e10cSrcweirThe service name is oletest.OleTest.
7*cdf0e10cSrcweirThe uno types are also build in this folder. The idl file is in ..\idl. The
8*cdf0e10cSrcweirtypes rdb is in wntmscixx.pro\bin\oletest.rdb
9*cdf0e10cSrcweir
10*cdf0e10cSrcweirThe service is used by:
11*cdf0e10cSrcweirOleTest.htm
12*cdf0e10cSrcweirJScriptNewStyle.htm
13*cdf0e10cSrcweirScriptTest.html
14*cdf0e10cSrcweir
15*cdf0e10cSrcweir
16*cdf0e10cSrcweirPrerequisites:
17*cdf0e10cSrcweir
18*cdf0e10cSrcweirThe oletest.dll must be registered, for example in the services.rdb, using
19*cdf0e10cSrcweirregcomp. Then the uno types contained in oletest.rdb (wntmscixx/bin) must be merged
20*cdf0e10cSrcweirfor example in the offapi.rdb. This is done with regmerge.
21*cdf0e10cSrcweir
22