Re: [Monetdb-developers] Visual Studio Solution/Project

2008-03-02 Thread mobigital1
I did that, however, when I break into code, VS shows an original .mx file from which .c and .h were extracted. do I need to compile differently to have VS show .c and .h files? (just to make code more readable) Sjoerd Mullender-2 wrote: > > On 2008-02-22 20:07, mobigital1 wrote: &

[Monetdb-developers] libxml2 LINK error on win64.

2008-02-24 Thread mobigital1
Hi, I am trying to build on windows 2003 x64, and was able to build a few prerequisites, however, libxml2 is not linking due to this error: nanohttp.obj : error LNK2019: unresolved external symbol __imp_freeaddrinfo referenced in function xmlNanoHTTPConnectHost nanohttp.obj : error LNK2019: unre

[Monetdb-developers] Visual Studio Solution/Project

2008-02-22 Thread mobigital1
Does anyone know if it's possible to include a capability to generate a set of Visual Studio (2005 or 2008) project files for all components, together with solution file it would be really great to have. Because it would make it much easier to debug it on windows. perhaps someone already made suc