1>c:\users\karin finn\desktop\orge\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory
1> BaseApplication.cpp
1>c:\users\karin finn\desktop\orge\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory
Great vid, as it turns out nothing has really changed since you made this video! However, My project complies and runs like in your video, but the "output" window goes crazy saying ogre is trying to load and unload the same DLL over and over, although the head still appears etc. should I simply ignore the warnings and carry on as usual?
@vydraf There should be no difference, although this video is pretty outdated now and the process of setting everything up MIGHT have changed along with newer versions of Ogre. Try following the video and if something does not worth then check the official OGRE wiki.
@bsbsbspl Yes I can see that all videos on youtube are out of date and even worse on ogre web page there is a big confusion for me. When I go to download and want to download OGRE 1.7.3 SDK for Visual C++ .Net 2010 (32-bit) there is written in description "Sample compilation not working. Please use 1.7.2 version for this particular task instead." so i was looking for 1.7.2. for Visual Studio 10 and did not see it anywhere. should i use OGRE 1.7.2 SDK for Visual C++ .Net 2008 (32-bit) instead?
Please help! My environment variables don't work. I have Windows 7 and I typed this in the cmd setx OGRE_HOME C:\Ogre. That was my ogre path and when I made an Ogre project it got errors of not finding any of the Ogre include files.
Err whenever i try to type in the command, "setx OGRE_HOME" it says setx is not a recognized internal or external command, operable program or batchfile. How do i create the environment variable?
@ChrisOwnz42 i had the same problem , just go into cmd and paste this, setx OGRE_HOME D:\OgreSDK\OgreSDK_vc10_v1-7-1 that should do it but youve probably figured it out or given up by now :)
@ChrisOwnz42 Your probablt on Windows XP. To do it on XP click start and right click on My Computer then press properties. In the properties go to advanced then Environment Variables then add it.
Thank you! that really helped. Just for the record, I followed your tutorial using Visual Express 2008 (downloading the apropiate files) and at the end i Had to Click:
Tools>Options>Projects n' Solutions> VC++ Directories ; and add "C:\OgreSDK\OgreSDK_vc9_v1-7-2\boost_1_44" to my Include files,
and "C:\OgreSDK\OgreSDK_vc9_v1-7-2\boost_1_44\lib" to my lib files.
I have a problem under windows xp sp3... I've installed Visual studio succesfully. Then i downloaded ogre... Then i set the variables under my computer as the command setx doesn't work on windows xp... but still i can't see the ogre icon template in visual studio 'new project' menu...
Hey thanks for the video man. A LOT of help. I had a problem with the cg.dll file found out i had forgot to install cg toolkit and add the cg.dll file to the bin folder in OgreSDK. Hope this helps if anyone has the same problem.
All went well up until the end. The Ogre Application icon was not available when opening a new file. Did I install one of the applications to the wrong directory? I have installed vC++ 2010e, Ogre for vC++2010e, and the AppWizard to the same folder. Thanks.
-Try to speak with more enthusiasm. How am I supposed to stay interested if you can't?
-Explain WHY you're doing specified steps (why set path in command prompt, what is the appwizard for? "A lot of stuff" isn't a very clear explanation)
-Finally, don't make the viewer wait while it loads. Either pause your recording program while you wait, and resuming when it's finished, or simply edit the video to skip the waiting.
Thanks for the suggestions. This is my first real youtube video, so couldn't really avoid all mistakes, especially because english isn't my native language. I was focusing on speaking as understandable as possible, Some of the sentences took me up to 20 tries to record properly because my tounge was getting twisted. I still think i sound like a... uhm... twat in this video, because that's nowhere close to what I sound IRL.
Huge thanks for Your tips, ill keep them in mind :)
I cant see what you are fucking typing right before OGRE_HOME!!
161194 1 month ago
@161194 you must type setx
1082705 1 week ago
Can i use this with Visual C++, not Visual Studio
Veiko96 2 months ago
I get this error:
1>c:\users\karin finn\desktop\orge\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory
1> BaseApplication.cpp
1>c:\users\karin finn\desktop\orge\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
pumbaacat123 2 months ago
Which path would you use now for SDK? 1.7.2 right? because there are some problems with 1.7.3.
vydraf 4 months ago
Great vid, as it turns out nothing has really changed since you made this video! However, My project complies and runs like in your video, but the "output" window goes crazy saying ogre is trying to load and unload the same DLL over and over, although the head still appears etc. should I simply ignore the warnings and carry on as usual?
Smithyards 4 months ago
Is there a difference in setting up ogre3d when i have Visual Studio 10 Profesional? Because u use Express
vydraf 5 months ago
@vydraf There should be no difference, although this video is pretty outdated now and the process of setting everything up MIGHT have changed along with newer versions of Ogre. Try following the video and if something does not worth then check the official OGRE wiki.
bsbsbspl 5 months ago
@bsbsbspl Yes I can see that all videos on youtube are out of date and even worse on ogre web page there is a big confusion for me. When I go to download and want to download OGRE 1.7.3 SDK for Visual C++ .Net 2010 (32-bit) there is written in description "Sample compilation not working. Please use 1.7.2 version for this particular task instead." so i was looking for 1.7.2. for Visual Studio 10 and did not see it anywhere. should i use OGRE 1.7.2 SDK for Visual C++ .Net 2008 (32-bit) instead?
vydraf 5 months ago
This has been flagged as spam show
Ogre3d.org
MKerror 5 months ago
Comment removed
MKerror 5 months ago
Comment removed
MKerror 5 months ago
Thanx for this tutorial! It really helped me!
Alve1980elf 6 months ago in playlist game programming
express isnt avalible anymore.. :(
ridinghorse123345666 6 months ago
Download the one for visual studio, it instead of visual studio express, took me about 2 hours to figure it out... like a pro
kingjulianhird123 7 months ago
Good tutorial, Wow i'm a year late :P
Haha Most English people talk worse English than you.
CurlyCrew12 7 months ago
Please help! My environment variables don't work. I have Windows 7 and I typed this in the cmd setx OGRE_HOME C:\Ogre. That was my ogre path and when I made an Ogre project it got errors of not finding any of the Ogre include files.
ChaseandDonny 7 months ago
Dzieki za filmiki
6littleMERMAIDS 9 months ago
@6littleMERMAIDS
:)
bsbsbspl 9 months ago
Err whenever i try to type in the command, "setx OGRE_HOME" it says setx is not a recognized internal or external command, operable program or batchfile. How do i create the environment variable?
ChrisOwnz42 1 year ago
@ChrisOwnz42 i had the same problem , just go into cmd and paste this, setx OGRE_HOME D:\OgreSDK\OgreSDK_vc10_v1-7-1 that should do it but youve probably figured it out or given up by now :)
themarlowinator 9 months ago
@ChrisOwnz42 Your probablt on Windows XP. To do it on XP click start and right click on My Computer then press properties. In the properties go to advanced then Environment Variables then add it.
ChaseandDonny 7 months ago
Really nice tutorial ^^ Keep up the good work.
ssp1342 1 year ago
Thank you very much, this video helped me
juriosan 1 year ago
Thank you! that really helped. Just for the record, I followed your tutorial using Visual Express 2008 (downloading the apropiate files) and at the end i Had to Click:
Tools>Options>Projects n' Solutions> VC++ Directories ; and add "C:\OgreSDK\OgreSDK_vc9_v1-7-2\boost_1_44" to my Include files,
and "C:\OgreSDK\OgreSDK_vc9_v1-7-2\boost_1_44\lib" to my lib files.
Anyway great job! ;)
patowlmc2 1 year ago
I have a problem it says that im missing d3dx9_42.dll any ideas oh and when it goes past that it says there was an exception and it dosent load
tmaninsa 1 year ago
I have a problem under windows xp sp3... I've installed Visual studio succesfully. Then i downloaded ogre... Then i set the variables under my computer as the command setx doesn't work on windows xp... but still i can't see the ogre icon template in visual studio 'new project' menu...
psychobobek 1 year ago
Sorry about that here is the link that will tell all windows xp users how to set up their enviromental variable which is what set x does
support(dot)microsoft(dot)com/kb/310519
goku21060 1 year ago
@goku21060 doesnt work
silentbutdeadly333 8 months ago
For all windows xp users go to this link which will tell you how to set the environmental variable which is what set x does
goku21060 1 year ago
@goku21060 wheres the link....
xXxDiukexXx 1 year ago
Hey thanks for the video man. A LOT of help. I had a problem with the cg.dll file found out i had forgot to install cg toolkit and add the cg.dll file to the bin folder in OgreSDK. Hope this helps if anyone has the same problem.
mitchyd89 1 year ago
Comment removed
bemereo 1 year ago
C:\Documents and Settings\User>setx OGRE_HOME C:\Ogre\OgreSDK_vc10_v1-7-2
'setx' is not recognized as an internal or external command,
operable program or batch file.
bemereo 1 year ago
All went well up until the end. The Ogre Application icon was not available when opening a new file. Did I install one of the applications to the wrong directory? I have installed vC++ 2010e, Ogre for vC++2010e, and the AppWizard to the same folder. Thanks.
guitar115 1 year ago
do it worke wit viual studio c++ express to?
xXChinesXx 1 year ago
@xXChinesXx
This tutorial is for Visual Studio c++ express 2010.
guitar115 1 year ago
Comment removed
felixdabayer 1 year ago
This helped me out a bunch, Great video, thanks.
imurbanninja 1 year ago
Few suggestions:
-Try to speak with more enthusiasm. How am I supposed to stay interested if you can't?
-Explain WHY you're doing specified steps (why set path in command prompt, what is the appwizard for? "A lot of stuff" isn't a very clear explanation)
-Finally, don't make the viewer wait while it loads. Either pause your recording program while you wait, and resuming when it's finished, or simply edit the video to skip the waiting.
MentalTeryn 1 year ago 2
@MentalTeryn
Thanks for the suggestions. This is my first real youtube video, so couldn't really avoid all mistakes, especially because english isn't my native language. I was focusing on speaking as understandable as possible, Some of the sentences took me up to 20 tries to record properly because my tounge was getting twisted. I still think i sound like a... uhm... twat in this video, because that's nowhere close to what I sound IRL.
Huge thanks for Your tips, ill keep them in mind :)
bsbsbspl 1 year ago 9
"1>LINK : fatal error LNK1000: Internal error during IncrBuildImage"
Great.
Fucking Windows.
trecool9992 1 year ago
@trecool9992
Try this. I'm not sure if it's going to help because I've never experianced such error.
htt ps: // connect .microsoft. co m/ VisualStudio /Downloads/DownloadDetails. aspx?DownloadID =11399
bsbsbspl 1 year ago
Dont forget to remove all the whitespace characters from the link... YouTube doesnt like links in comments ;(
bsbsbspl 1 year ago