Giter Club home page Giter Club logo

Comments (3)

arvanus avatar arvanus commented on June 19, 2024

Fixed, for future use:

  1. At Configuration Properties>C/C++>Preprocessor:
  • Add "WINVER=0x500" to Preprocessor Definitions
  1. At Configuration Properties>C/C++>Code Generation:
  • Change Runtime Library to the same as at used at wxWidget (easier fix)
  • -in my case was: Multi-threaded Debug DLL (/MDd)

And, in Linker>Input:

  • change wxmsw30* to wxmsw31*
  • change wxbase30* to wxbase31*

Alternatively, edit makefile.vc and change WINVER=0x400 to WINVER=0x500, and wxmsw30 to wxmsw31, and wxbase30 to wxbase31

And, lastly (but first), I build boost in this way:

cd \boost_1_62_0\
cd tools\build\src\engine\
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
rem I really dont remember why I specified thread, datetime system and asio, but wharever, it worked ๐Ÿ˜„ 
build.bat vc14 link=static --with-thread --with-date_time --with-system --with-asio

cd \boost_1_62_0\
bjam toolset=msvc-14.0

from flamerobin.

 avatar commented on June 19, 2024

Hi, easy only rename files remove the char 'u' in the files in lib

from flamerobin.

 avatar commented on June 19, 2024

HI, ha ha ha another option it's set flag in compile source:

nmake /f makefile.vc BUILD=release UNICODE=0

from flamerobin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.