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
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
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