Hi, Wai Leung, Visual Studio comes with a command line tool, it might be the easiest if you run ibis under this command line tool. On my computer, I can find the command line tool under
All Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt Once you start the tool, make sure pthreadVC2.dll is in a directory listed in the environment variable PATH. In my example attached here, the file pthreadVC2.dll is in C:\Tools\Bin. In my vcproj files, the pthread library is C:\Tools\pthread, you could have add C:\Tools\pthread\lib to PATH. If you need additional information on how to set PATH, please read http://www.itechtalk.com/thread3595.html Hope this helps. If not, please be more specific about your question. John On 12/12/11 8:38 AM, Cam Vi Luong wrote: > Hello Mr.John Wu, > > Yes, I am using Window Server 2008 R2 and compile with Visual Studio > 2008. I have checked very carefully pthread.lib and ptheard.dll in > FastBit Solutions but everything is the same. The errors still occurs. > > Best regards, > Thank you very much! > Wai Leung > > --- On *Mon, 12/12/11, K. John Wu /<[email protected]>/* wrote: > > > From: K. John Wu <[email protected]> > Subject: Re: 64bit platform with FastBit > To: "Cam Vi Luong" <[email protected]> > Cc: [email protected] > Date: Monday, December 12, 2011, 12:11 PM > > Hi, Wai Leung, > > I would guess that you are using a MS winodws OS. If that is the case > you will need the directory containing pthread.lib in your environment > variable PATH. > > Depending whether you have compiled FastBit with Visual Studio or Gnu > compiler, you might need to make sure the necessary libraries from the > compilers are in your PATH as well. > > Hope this helps. > > John > > > On 12/11/11 8:13 AM, Cam Vi Luong wrote: > > Hello Mr.John Wu, > > > > I have builded FastBit at x64 platform, build everything is okie but > > when I run ibis, an error occurs here. The error code is 0xc00007b > > (the application was unable to start correctly). I guess the error > > consider pthread.lib. But I have builded pthread.lib at x64 > platform. > > Can you help me this error? > > > > Best regards, > > Thank you very much! > > Wai Leung > > > > --- On *Sat, 12/10/11, K. John Wu /<[email protected] > </mc/[email protected]>>/* wrote: > > > > > > From: K. John Wu <[email protected] </mc/[email protected]>> > > Subject: Re: 64bit platform with FastBit > > To: "Cam Vi Luong" <[email protected] > </mc/[email protected]>> > > Date: Saturday, December 10, 2011, 1:22 AM > > > > Yes. You should be able to build FastBit on a 64-bit > platform, either > > Unix or Windows. Please let me know if you have any specific > > questions. > > > > John > > > > PS: Please consider subscribing to the FastBit mailing list > > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users > > > > > > On 12/9/11 8:13 AM, Cam Vi Luong wrote: > > > Hello Mr.John Wu, > > > > > > Can I build FastBit in 64-bit platform? Because I have a large > > > database (as least 7GB). > > > > > > Best regards, > > > Thank you very much! > > > Wai Leung > > > > > >
<<attachment: 1112-Win7-VS-CMD.png>>
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
