一个比较基础的有关问题,但由于小弟我是新手,所以不会

一个比较基础的问题,但由于我是新手,所以不会,
创建了一个WIN32的空项目,然后按照教程新建了个SampleApp.cpp,代码也写进去了,并且编译成功了
1>------ Rebuild All started: Project: Test1, Configuration: Debug Win32 ------
1>Build started 2011/12/13 16:29:12.
1>_PrepareForClean:
1> Deleting file "Debug\Test1.lastbuildstate".
1>InitializeBuildStatus:
1> Creating "Debug\Test1.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> SampleApp.cpp
1>e:\opengl\ogresdk_vc10_v1-7-3\include\ogre\exampleframelistener.h(343): warning C4244: '+=' : conversion from 'double' to 'Ogre::Real', possible loss of data
1>e:\opengl\ogresdk_vc10_v1-7-3\include\ogre\exampleframelistener.h(344): warning C4244: '-=' : conversion from 'double' to 'Ogre::Real', possible loss of data
1>e:\opengl\ogresdk_vc10_v1-7-3\include\ogre\exampleframelistener.h(348): warning C4244: 'argument' : conversion from 'double' to 'Ogre::Real', possible loss of data
1>e:\opengl\ogresdk_vc10_v1-7-3\include\ogre\exampleframelistener.h(349): warning C4244: 'argument' : conversion from 'double' to 'Ogre::Real', possible loss of data
1>e:\opengl\ogresdk_vc10_v1-7-3\include\ogre\exampleframelistener.h(454): warning C4244: '-=' : conversion from 'double' to 'Ogre::Real', possible loss of data
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(E:\OPENGL\GameDevelop\Test1\Debug\Test1.exe) does not match the Linker's OutputFile property value (E:\OPENGL\GameDevelop\Test1\bin\Debug\Test1.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>Manifest:
1> Deleting file "Debug\Test1.exe.embed.manifest".
1>LinkEmbedManifest:
1> Test1.vcxproj -> E:\OPENGL\GameDevelop\Test1\Debug\Test1.exe
1>FinalizeBuildStatus:
1> Deleting file "Debug\Test1.unsuccessfulbuild".
1> Touching "Debug\Test1.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:15.52
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

但是我点运行,却报错了....


请问怎么解决呢?

------解决方案--------------------
看这个贴图,你是从编译器,点“!”来启动的吧?试试找到程序,双击运行或以管理员权限运行下试试。如果可以起来,那是你工程设置的有问题。