My C++ extension does not work with LO4 anymore

2013-10-31 Thread Christophe Devalland
Hi, The problem occurs on LO4 windows (installation or update of my extension with extension manager) : Runtime Error ! c:\Program Files\LibreOffice 4\URE\bin\uno.exe R6034 An application has made an attenpt to load the C runtime library incorrectly. My extension for windows is compiled on MSVC20

Re: My C++ extension does not work with LO4 anymore

2013-10-31 Thread Stephan Bergmann
On 10/31/2013 10:40 AM, Christophe Devalland wrote: The problem occurs on LO4 windows (installation or update of my extension with extension manager) : Runtime Error ! c:\Program Files\LibreOffice 4\URE\bin\uno.exe R6034 An application has made an attenpt to load the C runtime library incorrectl

Re: My C++ extension does not work with LO4 anymore

2013-10-31 Thread Christophe Devalland
2013/10/31 Stephan Bergmann > That's a consequence of < > http://www.libreoffice.org/download/4-0-new-features-and-fixes/#C.2B.2B_UNO_language_binding_and_URE_libraries> > "Base-line Windows / C++ compiler upgraded to Visual Studio 2010 [...] > runtime libraries for Visual Studio 2008 (msvcr90.dl

Re: My C++ extension does not work with LO4 anymore

2013-10-31 Thread Michael Stahl
On 31/10/13 14:44, Christophe Devalland wrote: > 2013/10/31 Stephan Bergmann > > > That's a consequence of > > > "Base-line Windows / C++ compi