Hi Felix,
Thank you for the stack. It looks like the UCB has a problem to open the
folder. To investigate the problem further please do the following:
- build ucb project with debug information ( all the files in
ucb/source/ucp/file/ should be enough )
- copy the libraries to the office installation
- make the breakpoint in ucb/source/ucp/file/filrset.cxx in contstructor
XResultSet_impl() on the line where m_aFolder.open() is called
This code could be called more than once, we are interested in result of
the last call to m_aFolder.open() method before the error message appears.
I suspect that the method will return an error. If it is so, sal library
should be debugged. In this case please build sal library with debug (
most important is sal/osl/w32/file.cxx ) and do the same investigation
as in the first step, but this time please enter the open() call and try
to investigate where the problem happens. I suspect it will happen in
osl_openFileDirectory() that is called by osl_openDirectory(), but I am
not sure and it would be interesting to know what exactly goes wrong.
Thanks and Best Reagards,
Mikhail.
Zhang Xiaofei wrote:
Hi Mikhail,
In attachment is the call stack before the error message box pops up.
Hopefully it provides enough information. Please check it and give me
further instructions to solve this problem.
Thanks and Best Regards, :-)
Felix.
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]