Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can anyone help to run it from scratch in VS2012 #95

Open
nitinmaru opened this issue Dec 17, 2015 · 12 comments
Open

Can anyone help to run it from scratch in VS2012 #95

nitinmaru opened this issue Dec 17, 2015 · 12 comments

Comments

@nitinmaru
Copy link

Hello all
First i need to say thank you to JHerico
I need to run it from Scratch i my windows PC
But i am unable to compile using Cmake so I request you to kindly provide steps for compile this project and make it compatible with my computer
this will be very helpful for all the seekers who are got stuck like me (I hope i am not only one who get stuck)
Thank you
Looking forward to hear from you

@nitinmaru
Copy link
Author

After cloning whole repository from OculusRiftInAction i am unable to run it in VS 11 2012
everything is fine till cloning no errors and still problems with initialize and build
need suggestion to make it working

@jherico
Copy link
Member

jherico commented Dec 17, 2015

The readme on the main page here: https://github.com/OculusRiftInAction/OculusRiftInAction should include all the steps you need. I'm not sure Visual Studio 2012 will work, but I haven't tested it.

@nitinmaru
Copy link
Author

Tell me which stable version you used for this project
by d way here is errors for my solution build

Error 16 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_2_2_Tracker
Error 17 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_2_3_Display
Error 18 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_2_4_HelloRift
Error 19 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_2_1_SDK
Error 20 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_4_3_0_Undistorted
Error 21 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_3_3_Tracker
Error 22 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_3_5_TrackerPrediction
Error 23 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_4_3_1_Distorted
Error 24 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_5_1_Monoscopic
Error 25 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_5_2_Stereoscopic
Error 26 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_5_3_RiftRendered
Error 27 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_5_4_RiftSensors
Error 28 error C1083: Cannot open include file: 'cinttypes': No such file or directory E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 Example_6_TextureSize
Error 9 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\glfw\GlfwApp.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 10 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\glfw\GlfwUtils.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 7 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\opengl\Font.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 6 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\opengl\GlUtils.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 8 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\opengl\Shaders.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 5 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\opengl\Textures.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 11 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\ovr\OvrUtils.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 12 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\ovr\RiftApp.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 14 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\ovr\RiftGlfwApp.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 15 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\ovr\RiftManagerApp.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 13 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\ovr\RiftRenderingApp.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 1 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Platform.cpp) e:\oculus rift\gitdir\oculusriftinaction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 2 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\rendering\Interaction.cpp) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 3 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Statics.cpp) e:\oculus rift\gitdir\oculusriftinaction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 4 error C1083: Cannot open include file: 'cinttypes': No such file or directory (E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\common\Utils.cpp) e:\oculus rift\gitdir\oculusriftinaction\examples\cpp\common\Common.h 30 1 ExampleCommon
Error 97 error C1903: unable to recover from previous error(s); stopping compilation E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 423 1 Example_SelfContained
Error 78 error C2059: syntax error : ')' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 394 1 Example_SelfContained
Error 68 error C2059: syntax error : '}' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 229 1 Example_SelfContained
Error 30 error C2059: syntax error : 'constant' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 122 1 Example_SelfContained
Error 73 error C2059: syntax error : 'nullptr' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 390 1 Example_SelfContained
Error 77 error C2059: syntax error : 'public' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 393 1 Example_SelfContained
Error 43 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 134 1 Example_SelfContained
Error 44 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 135 1 Example_SelfContained
Error 50 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 145 1 Example_SelfContained
Error 51 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 146 1 Example_SelfContained
Error 52 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 147 1 Example_SelfContained
Error 59 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 204 1 Example_SelfContained
Error 60 error C2065: 'color' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 211 1 Example_SelfContained
Error 41 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 132 1 Example_SelfContained
Error 42 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 133 1 Example_SelfContained
Error 53 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 149 1 Example_SelfContained
Error 54 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 150 1 Example_SelfContained
Error 55 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 151 1 Example_SelfContained
Error 61 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 213 1 Example_SelfContained
Error 62 error C2065: 'depth' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 216 1 Example_SelfContained
Error 45 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 136 1 Example_SelfContained
Error 46 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 137 1 Example_SelfContained
Error 47 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 141 1 Example_SelfContained
Error 48 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 142 1 Example_SelfContained
Error 49 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 143 1 Example_SelfContained
Error 58 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 202 1 Example_SelfContained
Error 63 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 225 1 Example_SelfContained
Error 64 error C2065: 'fbo' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 226 1 Example_SelfContained
Error 71 error C2065: 'NAN' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 379 1 Example_SelfContained
Error 65 error C2065: 'size' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 227 1 Example_SelfContained
Error 84 error C2065: 'window' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 403 1 Example_SelfContained
Error 85 error C2065: 'window' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 404 1 Example_SelfContained
Error 89 error C2065: 'window' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 412 1 Example_SelfContained
Error 93 error C2065: 'window' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 414 1 Example_SelfContained
Error 96 error C2065: 'window' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 423 1 Example_SelfContained
Error 91 error C2065: 'windowPosition' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 412 1 Example_SelfContained
Error 90 error C2065: 'windowSize' : undeclared identifier E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 412 1 Example_SelfContained
Error 79 error C2143: syntax error : missing ';' before '{' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 394 1 Example_SelfContained
Error 31 error C2143: syntax error : missing ';' before '}' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 122 1 Example_SelfContained
Error 69 error C2143: syntax error : missing ';' before '}' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 229 1 Example_SelfContained
Error 74 error C2143: syntax error : missing ';' before '}' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 390 1 Example_SelfContained
Error 57 error C2227: left of '->size' must point to class/struct/union/generic type E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 199 1 Example_SelfContained
Error 66 error C2228: left of '.x' must have class/struct/union E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 227 1 Example_SelfContained
Error 67 error C2228: left of '.y' must have class/struct/union E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 227 1 Example_SelfContained
Error 32 error C2238: unexpected token(s) preceding ';' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 122 1 Example_SelfContained
Error 75 error C2238: unexpected token(s) preceding ';' E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 390 1 Example_SelfContained
Error 56 error C2355: 'this' : can only be referenced inside non-static member functions E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 199 1 Example_SelfContained
Error 80 error C2447: '{' : missing function header (old-style formal list?) E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 394 1 Example_SelfContained
Error 33 error C2470: 'color' : looks like a function definition, but there is no parameter list; skipping apparent body E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 123 1 Example_SelfContained
Error 34 error C2470: 'depth' : looks like a function definition, but there is no parameter list; skipping apparent body E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 124 1 Example_SelfContained
Error 76 error C2470: 'frame' : looks like a function definition, but there is no parameter list; skipping apparent body E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 391 1 Example_SelfContained
Error 29 error C2473: 'fbo' : looks like a function definition, but there is no parameter list. E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 122 1 Example_SelfContained
Error 72 error C2473: 'window' : looks like a function definition, but there is no parameter list. E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 390 1 Example_SelfContained
Error 36 error C2575: 'FramebufferWraper' : only member functions and bases can be virtual E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 126 1 Example_SelfContained
Error 82 error C2575: 'GlfwApp' : only member functions and bases can be virtual E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 402 1 Example_SelfContained
Error 87 error C2575: 'run' : only member functions and bases can be virtual E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 409 1 Example_SelfContained
Error 35 error C2588: '::~FramebufferWraper' : illegal global destructor E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 126 1 Example_SelfContained
Error 81 error C2588: '::~GlfwApp' : illegal global destructor E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 402 1 Example_SelfContained
Error 92 error C3861: 'createRenderingTarget': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 412 1 Example_SelfContained
Error 95 error C3861: 'initGl': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 421 1 Example_SelfContained
Error 94 error C3861: 'postCreate': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 419 1 Example_SelfContained
Error 88 error C3861: 'preCreate': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 410 1 Example_SelfContained
Error 38 error C3861: 'release': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 127 1 Example_SelfContained
Error 40 error C3861: 'release': identifier not found E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 131 1 Example_SelfContained
Error 37 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 126 1 Example_SelfContained
Error 83 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 402 1 Example_SelfContained
Warning 70 warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 374 1 Example_SelfContained
Warning 39 warning C4508: 'FramebufferWraper' : function should return a value; 'void' return type assumed E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 128 1 Example_SelfContained
Warning 86 warning C4508: 'GlfwApp' : function should return a value; 'void' return type assumed E:\OCULUS RIFT\gitDir\OculusRiftInAction\examples\cpp\Example_SelfContained.cpp 407 1 Example_SelfContained

@nitinmaru
Copy link
Author

book Page 28 : This will create project files for the default build environment on your platform.
This is Xcode for OS X, Visual Studio for Windows, and Makefiles for Unix. But you can customize this by telling CMake to use a different generator. Run cmake –h to print out a list of command-line switches, as well as the list of generators supported on the current platform.

Here you mentioned that cmake files will work with Visual studio but didnt mentioned which VIsual studio
I am using Visual Studio 11 2012

@AlexBenton
Copy link
Contributor

If I recall, we tested on Visual Studio 12 2013, but not Visual Studio 11
2012.

On Fri, Dec 18, 2015 at 5:27 AM, nitin maru notifications@github.com
wrote:

book Page 28 : This will create project files for the default build
environment on your platform.
This is Xcode for OS X, Visual Studio for Windows, and Makefiles for Unix.
But you can customize this by telling CMake to use a different generator.
Run cmake –h to print out a list of command-line switches, as well as the
list of generators supported on the current platform.

Here you mentioned that cmake files will work with Visual studio but didnt
mentioned which VIsual studio
I am using Visual Studio 11 2012


Reply to this email directly or view it on GitHub
#95 (comment)
.

@nitinmaru
Copy link
Author

aah
thanks man
hope i ll get result soon

Cheers
and thanks for sharing

@nitinmaru
Copy link
Author

Hi
please tell me how to run each projects in given git
as i have already build all projects using VS 12 2013
but i am confused how to run individual examples

Thank you

@nitinmaru
Copy link
Author

Here is an error
capture

@jherico
Copy link
Member

jherico commented Dec 18, 2015

You need to right click on one of the examples and select 'Set As Startup Project' before you can run them from inside the debugger.

@nitinmaru
Copy link
Author

okay
I did but still i dont understand how we can separate each examples because each time it gives some PDB notice and i gave Example2_1SDk as a startupProject and other projects are still stuck
i Hope i am very clear to debug just missing something

@AlexBenton
Copy link
Contributor

Hi Nitin,
You've said that you've built all examples. If you select one project
and choose "Set As Startup Project", you'll be able to run that one example
inside the debugger.
You may want to browse forums online or try some of Microsoft's training
tutorials to learn how to use the Visual Studio products. While we're very
happy that you've enjoyed our book, our role as authors isn't really to
provide Visual Studio support. I would suggest that you follow Microsoft's
tutorial, "Getting Started with C++ in Visual Studio
https://msdn.microsoft.com/en-us/library/jj620919.aspx". They also have
further tutorials on debugging and profiling. StackOverflow is another
great resource, and you'll find many helpful enthusiasts there if you tell
them exactly what your error is and what actions cause it to surface.
Thanks and enjoy the Rift,
-Alex

On Sat, Dec 19, 2015 at 11:32 AM, nitin maru notifications@github.com
wrote:

okay
I did but still i dont understand how we can separate each examples
because each time it gives some PDB notice and i gave Example2_1SDk as a
startupProject and other projects are still stuck
i Hope i am very clear to debug just missing something


Reply to this email directly or view it on GitHub
#95 (comment)
.

@MilaCridlig
Copy link

Installed and ran git, then cmake. All good, only the image is shifted, see pic. Tried F12 (it triggers a breakpoint), Control + F12, 1 on the numeric pad, still shifted... How to center the image, please? Thank you!

pic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants