Digital and Interactive Games - Week 6, Session 1

Mar 18, 2015 19:18



Digital and Interactive Games 2015, Week 6, Session 1
Boost: www.boost.org

Create empty class - save as library

Use exact same name (A Microsoft quirk - with other IDEs, you don't need to)

Configuration Properties
. Linker
. General
. . Configuration type
. . . Static Library
. . Target Extension
. . . (.lib)

Test - Create New Project
Include it
Configuration Properties
. General
. . Additional Include Directories
. . Use Project level folder - not solution level
. Linker
. . Additional library directory
. . Solution level Debug

#pragma comment (lib, “libraryName, lib”)

game programming, tafe, microsoft quirks, programming, game design, c++

Previous post Next post
Up