1*cdf0e10cSrcweirRuns a test written in VisualBasic. If no error message appears then the test was ok.
2*cdf0e10cSrcweir
3*cdf0e10cSrcweirRequirements:
4*cdf0e10cSrcweirInstalled office
5*cdf0e10cSrcweirComponent oletest.Oletest (extensions/test/ole/cpnt)
6*cdf0e10cSrcweirComponent VBasicEventListener.VBEventListener (extensions/test/ole/EventListenerSample/VBEventListener
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir
9*cdf0e10cSrcweirOleTest is a UNO component. It needs to be registered with the office rdb. Also there are additional
10*cdf0e10cSrcweirtypes (oletest.rdb in wntmsci7/bin/) which must be merged with the rdb.
11*cdf0e10cSrcweirVBEventListener is an ActiveX component. The directory contains a Visual Basic Project and also
12*cdf0e10cSrcweirthe binary VBasicEventListener.dll. This is necessary because the dll contains the type library
13*cdf0e10cSrcweirwhich is needed by VB. Otherwise VB would generate a new CLSID on a new build.
14*cdf0e10cSrcweirThe dll must be registered on the system. This is done by
15*cdf0e10cSrcweirregsvr32 VBasicEventListener.dll
16*cdf0e10cSrcweiror
17*cdf0e10cSrcweirby a rebuild of the project.
18*cdf0e10cSrcweir
19