Download presentation
Presentation is loading. Please wait.
Published byBeatrice Ramsey Modified over 9 years ago
2
Open project in Microsoft Visual Studio → build program in “Release” mode
3
If running x64 GWB, you need to build as a x64 program. Install Visual Studio x64 tools on your computer then select x64 project configuration.
4
To check, right-click on project → Properties Make sure the correct directories point to GWB’s install location.
5
To find your GWB files, add GWB installation directory to your “Path” environment variable... … or add the installation directory to your Visual Studio project.
6
Tell Visual Studio where to locate the library and its header file by adding the path to the “src” folder in the GWB installation directory. C/C++ → General
7
Linker → General
8
Add GWB library to list of libraries your project is dependent on (“Linker” → “Input” options).
9
Build your project by clicking on “Build” menu → Build solution.
10
To run, click Debug → Start Without Debugging Note: You cannot run the GWB library with the debugger attached. To use the debugging option, attach debugger after the program has started.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.