]> git.sesse.net Git - vlc/commit
Improved compatibility
authorDamien Fouilleul <damienf@videolan.org>
Tue, 19 Jul 2005 17:41:16 +0000 (17:41 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Tue, 19 Jul 2005 17:41:16 +0000 (17:41 +0000)
commit35db6dd6ecab2daf4c03ccc2c0be4b25a42c092c
tree9ec9bdd863095a09125eaf35c40466cd82ee85d8
parent15c9159672a3de1e7bcba3154cf6c3f8db746b4a
Improved compatibility

tested to work with
- Visual Basic 6
- Visual C++ 6
- Microsoft Office 2003
- Internet Explorer 6

all: support for aggregation + bug fixes
dataobject.cpp, dataobject.h: initial support for embedding
27 files changed:
activex/Makefile.am
activex/connectioncontainer.cpp
activex/connectioncontainer.h
activex/dataobject.cpp [new file with mode: 0644]
activex/dataobject.h [new file with mode: 0644]
activex/main.cpp
activex/objectsafety.cpp
activex/objectsafety.h
activex/olecontrol.cpp
activex/olecontrol.h
activex/oleinplaceactiveobject.h
activex/oleinplaceobject.h
activex/oleobject.cpp
activex/oleobject.h
activex/persistpropbag.h
activex/persiststorage.cpp
activex/persiststorage.h
activex/persiststreaminit.h
activex/plugin.cpp
activex/plugin.h
activex/provideclassinfo.h
activex/utils.cpp
activex/utils.h
activex/viewobject.cpp
activex/viewobject.h
activex/vlccontrol.cpp
activex/vlccontrol.h