Hi all, I'm using MSVC++ 2008 compiler, and i writing code in c++. I face a problem when i declare a struct in Sequence. Look at the code below : Code: Sequence< ::com::
sun::star::beans::PropertyValue > loadProps( 1 ); As the example shown in website, after declare this i can use the loadProps[0] with a dot then i will get some element...