Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-May-2021 | - | ||||
cpnt.cxx | H A D | 22-May-2021 | 70.5 KiB | 2,121 | 1,696 | |
exports.dxp | H A D | 22-May-2021 | 79 | 3 | 3 | |
makefile.mk | H A D | 22-May-2021 | 2.5 KiB | 100 | 37 | |
readme.txt | H A D | 22-May-2021 | 839 | 22 | 16 |
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