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

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

2010-04-09 Thread Stefan Manegold
On Fri, Apr 09, 2010 at 04:18:32PM +0800, Ken Kao wrote: > 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 hm, in my case (late

[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