Re: [Monetdb-developers] load runtime incorrectly

2008-02-27 Thread mobigital-nbl
FYI, this issue turned out to be due to the linking to non-debug MSVCR90.lib in: 1. iconv project. - had to make sure that MDFlags in iconv makefile also changed to /MDd when debug was requested. 2. pthreads - changed /MD to /MDd in flags to each .c compilation to .obj, also added /MDd in final

Re: [Monetdb-developers] load runtime incorrectly

2008-02-26 Thread mobigital-nbl
additional info: it seems even after DEBUG build, my executable is looking for non-DEBUG version of MSVCR90.dll --- mserver5.exe - Unable To Locate Component --- This application has failed to start because MSVCR90.dll was not found. Re-installing

[Monetdb-developers] load runtime incorrectly

2008-02-26 Thread mobigital-nbl
Does anyone know why i may be getting this error: Runtime Error! Program: C:\monetdb\build\bin\mserver5.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information. --- also is there a 'clea