RE: [dev] Runtime error for DocumentLoader

2009-08-12 Thread Wei Min Teo
I think i missed out some stuff that i've tried to troubleshoot. Hope this helps in understanding my problem. Thanks. Reference XComponent xComponent = xComponentLoader-loadComponentFromURL(sAbsoluteDocUrl, OUString( RTL_CONSTASCII_STRINGPARAM(_blank),0,Sequence

Re: [dev] Runtime error for DocumentLoader

2009-08-12 Thread Stephan Bergmann
On 08/12/09 07:52, Wei Min Teo wrote: I've only recently managed to get the sdk to be configured to the VS2008 environment. I tried to get the document loader example to work but it returns the following error: Unhandled expcetion at 0x00b8.. Access violation reading location.. at

RE: [dev] Runtime error for DocumentLoader

2009-08-12 Thread Wei Min Teo
] Runtime error for DocumentLoader On 08/12/09 07:52, Wei Min Teo wrote: I've only recently managed to get the sdk to be configured to the VS2008 environment. I tried to get the document loader example to work but it returns the following error: Unhandled expcetion at 0x00b8

Re: [dev] Runtime error for DocumentLoader

2009-08-12 Thread Stephan Bergmann
On 08/12/09 09:23, Wei Min Teo wrote: I'm using Openoffice 3.1 and sdk 3.1 as well. However, it seems like the connection is fine... the code seems to run well passed that part once i call WSAStartup(). I see. Than I have no idea what causes your second problem. -Stephan