Name Date Size #Lines LOC

..18-Oct-2019-

cpnt.cxxH A D18-Oct-201970.5 KiB2,1211,696

exports.dxpH A D18-Oct-201979 33

makefile.mkH A D18-Oct-20192.5 KiB10037

readme.txtH A D18-Oct-2019839 2216

readme.txt

1cpnt.cxx contains a uno component that is uses to test the olebridge within a
2JavaScript context.  In particular it has functions using out, in/out and
3sequence parameter that have to be specifically treated in JScript because they
4are represented by IDispatch objects.  Other clients, such as VBScript, VB and
5C++ applications can also use this component for testing.
6The service name is oletest.OleTest.
7The uno types are also build in this folder. The idl file is in ..\idl. The
8types rdb is in wntmscixx.pro\bin\oletest.rdb
9
10The service is used by:
11OleTest.htm
12JScriptNewStyle.htm
13ScriptTest.html
14
15
16Prerequisites:
17
18The oletest.dll must be registered, for example in the services.rdb, using
19regcomp. Then the uno types contained in oletest.rdb (wntmscixx/bin) must be merged
20for example in the offapi.rdb. This is done with regmerge.
21
22