I got the error "error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory" and I fixed it. Then I get the error "error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_47.lib'" Which is in the folder that i included.
Oh, that is a really good tutorial, exactly that i was looking for ;) From me i want to add a little advice for people, who have problems with error MSB3073 (The command "copy "bin\Debug\\Ogre.exe"...). I spent some time to understand this (i thought that this is problem with OGRE, or Visual Studio). But this is problem with Windows (it shows in windows 7), exactly with it's overprotection ;P To bypass this you just have to open Visual Studio as administrator, than this will be albe to copy this
Hey, thanks. I was trying to follow the directions on the Ogre3d wiki (I'm completely new to Ogre, but not new to game development), and I could not get it to compile until I downloaded and ran the wizard, which I guess filled out the IDE and compiler settings just right. Anyway, thanks, this got me up and running.
Hey, thanks for the video. the only problem i have is that after downloading the app and setting up the environment and try to build it it says
1> BaseApplication.cpp
1>c:\documents and settings\kevin\my documents\visual studio 2010\projects\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory.
@jonas26a thank you and a happy new year! yes it was a wrong version off the dll I download the cg Toolkit from the nvidia developer page that works :)
after that I get the error cg.dll not found I download the cg.dll and copy it in the bin/debug folder in SDK folder now I get the error: "The procedure entry point cgGetParameterClass could not be located in the dynamic link library cg.dll." can you help me to fix the error?
heeyyy. im very new to C++, so maybe i shouldnt be trying this anyways, but i thought id give it a shot. anyways, i installed everything without a problem and i started debugging but i got an error that reads "Parameter 'basePath' cannot be a relative path." help?
@isaiahvanderhyden Are you using win7 64bit because I'm on win7 32. Yet, I'm pretty sure this is a problem with the settings in Visual Studio. Check the debugging section in project properties. Try changing 'command', in that section, to an absolute path to your exe. Try changing 'working dir' to an absolute path too. Last, you should still be able to run your exe, just find it in OGRE_HOME/bin/debug and double click it. But you won't have a debugger available which is lame.
I got the error "error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory" and I fixed it. Then I get the error "error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_47.lib'" Which is in the folder that i included.
161194 1 month ago
Hey jonas26a, I could not get through the link for the pdf... Could you please send it through again?
vikudyawer 1 month ago
Oh, that is a really good tutorial, exactly that i was looking for ;) From me i want to add a little advice for people, who have problems with error MSB3073 (The command "copy "bin\Debug\\Ogre.exe"...). I spent some time to understand this (i thought that this is problem with OGRE, or Visual Studio). But this is problem with Windows (it shows in windows 7), exactly with it's overprotection ;P To bypass this you just have to open Visual Studio as administrator, than this will be albe to copy this
TomaszRewak 2 months ago
what did i mess up when i get errors Cannot open include file: 'cassert': No such file or directory. Error also goes for other things like
cstdio, cstdlib, ctime, cstring....
vydraf 4 months ago
the pong tutorial link doesn't work
courtez121 5 months ago
I can't download the tutorial :( ... I need that
Gyo15 8 months ago
Hey, thanks. I was trying to follow the directions on the Ogre3d wiki (I'm completely new to Ogre, but not new to game development), and I could not get it to compile until I downloaded and ran the wizard, which I guess filled out the IDE and compiler settings just right. Anyway, thanks, this got me up and running.
SGTS3XY 9 months ago
could you like mabe make a series of tutorials on basics of makeing a ogre 3d game???
vampirewolfeh 11 months ago
Hey, thanks for the video. the only problem i have is that after downloading the app and setting up the environment and try to build it it says
1> BaseApplication.cpp
1>c:\documents and settings\kevin\my documents\visual studio 2010\projects\ogreapp1\ogreapp1\include\baseapplication.h(21): fatal error C1083: Cannot open include file: 'OgreCamera.h': No such file or directory.
If you could help me id appreciate it!
momentofan53 1 year ago
@jonas26a thank you and a happy new year! yes it was a wrong version off the dll I download the cg Toolkit from the nvidia developer page that works :)
GsCLexo 1 year ago
after that I get the error cg.dll not found I download the cg.dll and copy it in the bin/debug folder in SDK folder now I get the error: "The procedure entry point cgGetParameterClass could not be located in the dynamic link library cg.dll." can you help me to fix the error?
GsCLexo 1 year ago
@GsCLexo It sounds like you have the wrong version of the dll but I'll see what I can find out.
jonas26a 1 year ago
heeyyy. im very new to C++, so maybe i shouldnt be trying this anyways, but i thought id give it a shot. anyways, i installed everything without a problem and i started debugging but i got an error that reads "Parameter 'basePath' cannot be a relative path." help?
isaiahvanderhyden 1 year ago
@isaiahvanderhyden Are you using win7 64bit because I'm on win7 32. Yet, I'm pretty sure this is a problem with the settings in Visual Studio. Check the debugging section in project properties. Try changing 'command', in that section, to an absolute path to your exe. Try changing 'working dir' to an absolute path too. Last, you should still be able to run your exe, just find it in OGRE_HOME/bin/debug and double click it. But you won't have a debugger available which is lame.
jonas26a 1 year ago