Thread: pthread library

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    99

    pthread library

    Dear Experts,

    I am struck very badly since from 3 days please help me actually i have project which i have

    built in linux and unix for both 32 bit and 64 bit it was succesfull, now i am building on

    windows which i use Visual studio, initially for 32 bit i used VS2003 which was successfull and

    i got the dll but for 64 bit i am using VS2008 for which i am searching for a pthread all libraries
    and header file of 64 bit for which i am not getting relavent sites,

    please update me, please provide me a proper URLS for the same.

    Thanks in advance.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    As you've probably already found out, the pthreads-win32 implementation currently isn't Win64 ready.

    However, people have posted patches to get it to compile under Win64, though not for VS2008:
    Kai Tietz - [patch] Support for x64 Windows

    gg

  3. #3
    Registered User
    Join Date
    Nov 2007
    Posts
    99
    thank you for the reply,

    but is it available for x64 bit on win32 please inform,

    if not available what is the solution other developers are using as x64 is used now a days,

    x64 bit on win32 is am using for VS2008 please guide me.

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I don't know of a ready-to-use pthreads implementation for WIN64.

    The Boost threading library is cross-platform and supports 32/64, *nix/Windows.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C problem - Create a Personal Library
    By Harliqueen in forum C Programming
    Replies: 33
    Last Post: 04-20-2010, 11:27 PM
  2. how to create an Import Library in Vs2008
    By khumayun in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2010, 10:49 AM
  3. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  4. pthread safe library functions?
    By mynickmynick in forum C Programming
    Replies: 0
    Last Post: 05-05-2008, 08:03 AM
  5. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM