merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / test / ole / VisualBasic / readme.txt
blob0b18430fca7ebe58935daf6903bd9874220e2a59
1 Runs a test written in VisualBasic. If no error message appears then the test was ok.\r
2 \r
3 Requirements:\r
4 Installed office\r
5 Component oletest.Oletest (extensions/test/ole/cpnt)\r
6 Component VBasicEventListener.VBEventListener (extensions/test/ole/EventListenerSample/VBEventListener\r
7 \r
8 \r
9 OleTest is a UNO component. It needs to be registered with the office rdb. Also there are additional\r
10 types (oletest.rdb in wntmsci7/bin/) which must be merged with the rdb.\r
11 VBEventListener is an ActiveX component. The directory contains a Visual Basic Project and also\r
12 the binary VBasicEventListener.dll. This is necessary because the dll contains the type library\r
13 which is needed by VB. Otherwise VB would generate a new CLSID on a new build.\r
14 The dll must be registered on the system. This is done by\r
15 regsvr32 VBasicEventListener.dll\r
16 or\r
17 by a rebuild of the project.\r