Re: [Monetdb-developers] Compiler Mapi.h on windows

2010-04-11 Thread Ken Kao
Sorry, I confuse it . Mapi.h only includes stdio.h. ( Mapi.c does indeed include more headers.) My version is latest Feb2010-SP1 release of MonetDB. The really problem for me is that I can not Compiler my code on windows after include Mapi.c . There are many headers include in Mapi.c. (

[Monetdb-developers] Compiler Mapi.h on windows

2010-04-09 Thread Ken Kao
Deal all, I have to access data in MonetDB from C++ on windows , so I try to include Mapi.h and Mapi.c in my code . But Mapi.h must include many Linux header file (ex: unistd.h) . I can not Compiler my code after include Mapi.h and Mapi.c on windows. More seriously I can not access data in

[Monetdb-developers] How can I get the libmapi.lib file

2010-04-08 Thread KEN
Hi , I have to make my application programs (MFC C++) access data in MonetDB/XQuery on windows . I try to use static link by libMapi.dll ( the file in MonetDB4-XQuery-Installer ), but I can not find libMapi.lib in any package at Download area . Please give me a hand to get libMapi.li

[Monetdb-developers] Access data in MonetDB/XQuery by MFC C++ on windows

2010-04-07 Thread KEN
Hi , I have to make my application programs (MFC C++) access data in MonetDB/XQuery on windows . I try to use static link by libMapi.dll ( the file in MonetDB4-XQuery-Installer ), but I can not find libMapi.lib in any package at Download area . Please give me a hand to get libMapi.lib o