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. Build boost lib without VS

Build boost lib without VS

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiocsharpcsstoolshelp
4 Posts 4 Posters 6 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.
  • E Offline
    E Offline
    ernst maurer
    wrote on last edited by
    #1

    Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?

    J C CPalliniC 3 Replies Last reply
    0
    • E ernst maurer

      Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #2

      As a note there is a boost forum at the boost site. But possible solutions 1. You do have the library. So find it and then set the lib path. 2. You do not have the library but there is a MS source for it. Find it, download it, set the lib path. 3. It only exists in Visual Studio. a. So buy Visual Studio b. Find the code that uses that library, and use a macro to remove it. Remove the lib dependency.

      1 Reply Last reply
      0
      • E ernst maurer

        Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?

        C Offline
        C Offline
        Code o mat
        wrote on last edited by
        #3

        Additionally to jschell's 3a point: you can try with Visual Studio Express[^], it is free but has limitations (like no MFC).

        > The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<

        1 Reply Last reply
        0
        • E ernst maurer

          Hello, I'm using Windows SDK for building an applications without Visual Studio I've tried to build boost lib using "bootstrap.bat" from installation folder but got an error: "program can't start because mspdb100.dll is missing..." I see that dll is from VS installation. do you how I can build boost without VS but using WinSDK free commandline compiler tools only?

          CPalliniC Offline
          CPalliniC Offline
          CPallini
          wrote on last edited by
          #4

          You could install Visual C++ Express Edition (it's free) for getting such library. See: "[FFmpeg-user] where to get mspdb100.dll file"[^].

          Veni, vidi, vici.

          In testa che avete, signor di Ceprano?

          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