Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. pThread for x64 system

pThread for x64 system

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ranojay
    wrote on last edited by
    #1

    Hi friends Can someody tell me how to find pThreadVC.dll and pThreadVC.lib for x64 sytem. I mean I need 64 bit binaries to raun on 64 bit system. I have the source files and I have also managed to get the 64 Binaries from them, But they are not working If I use nmake to create 64 bit what option should I give as command line parameter so that it will create 64bit output Thanks

    S 1 Reply Last reply
    0
    • R Ranojay

      Hi friends Can someody tell me how to find pThreadVC.dll and pThreadVC.lib for x64 sytem. I mean I need 64 bit binaries to raun on 64 bit system. I have the source files and I have also managed to get the 64 Binaries from them, But they are not working If I use nmake to create 64 bit what option should I give as command line parameter so that it will create 64bit output Thanks

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      Ranojay wrote:

      If I use nmake to create 64 bit what option should I give as command line parameter so that it will create 64bit output

      You need to use the correct Visual C++ binaries. Usually you can do that by changing working directory to your VC directory (e.g. c:\Program Files\Microsoft Visual Studio 9.0\VC for VS2008) and using one of these commands:

      • If you're running 64-bit Windows

        vcvarsall x64

      • If you're running 32-bit Windows

        vcvarsall x86_amd64

      This will put the Visual C++ binaries to create 64-bit code at the head of your path. Entering the command 'cl' should now say something like this - note the for x64:

      Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
      Copyright (C) Microsoft Corporation. All rights reserved.

      usage: cl [ option... ] filename... [ /link linkoption... ]

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      R 1 Reply Last reply
      0
      • S Stuart Dootson

        Ranojay wrote:

        If I use nmake to create 64 bit what option should I give as command line parameter so that it will create 64bit output

        You need to use the correct Visual C++ binaries. Usually you can do that by changing working directory to your VC directory (e.g. c:\Program Files\Microsoft Visual Studio 9.0\VC for VS2008) and using one of these commands:

        • If you're running 64-bit Windows

          vcvarsall x64

        • If you're running 32-bit Windows

          vcvarsall x86_amd64

        This will put the Visual C++ binaries to create 64-bit code at the head of your path. Entering the command 'cl' should now say something like this - note the for x64:

        Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
        Copyright (C) Microsoft Corporation. All rights reserved.

        usage: cl [ option... ] filename... [ /link linkoption... ]

        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

        R Offline
        R Offline
        Ranojay
        wrote on last edited by
        #3

        Thanks ...can u tell me the steps for this... i will call this from the x64 commandline of MSVC 2005 ? any changes to be done in the make file ? thanks again

        S 1 Reply Last reply
        0
        • R Ranojay

          Thanks ...can u tell me the steps for this... i will call this from the x64 commandline of MSVC 2005 ? any changes to be done in the make file ? thanks again

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          Ranojay wrote:

          any changes to be done in the make file ?

          No idea - it depends on the makefile. Try it and see - you can't break anything...

          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups