About Store Forum Documentation Contact



Post Reply 
Help with the installation on visual studio 2010
Author Message
FadeToBlack Offline
Member

Post: #1
Help with the installation on visual studio 2010
There is anyone that can help me with the installation? I have installed esenthel in another pc sucessfully, but i have problems in my new pc... I'll give you the id and password of team viewer to speed up...

Sorry for my english pfft
11-10-2010 06:50 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Help with the installation on visual studio 2010
Look here http://www.esenthel.com/wiki/index.php?t...on_Windows

Since the latest SDK release, there's VS 2010 solution files available - use Autoupdate tool if you didn't update yet.
11-10-2010 07:04 PM
Find all posts by this user Quote this message in a reply
FadeToBlack Offline
Member

Post: #3
RE: Help with the installation on visual studio 2010
I followed the guide 3 times, but I do not understand where am I wrong ...
11-10-2010 07:07 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Help with the installation on visual studio 2010
please post what errors do you have (messages/screenshots)
11-10-2010 07:08 PM
Find all posts by this user Quote this message in a reply
FadeToBlack Offline
Member

Post: #5
RE: Help with the installation on visual studio 2010
[Image: errory.png]
tranlated = file not found.
(This post was last modified: 11-10-2010 07:12 PM by FadeToBlack.)
11-10-2010 07:11 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Help with the installation on visual studio 2010
do you have VS 2010 express or pro?
if express then you cant build 64bit builds, you need to switch to 32bit. (X64->Win32)
11-10-2010 07:13 PM
Find all posts by this user Quote this message in a reply
FadeToBlack Offline
Member

Post: #7
RE: Help with the installation on visual studio 2010
I have Visual Studio 2010 Ultimate...
if i debug the project under Win32, the error remains
(This post was last modified: 11-10-2010 07:18 PM by FadeToBlack.)
11-10-2010 07:14 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Help with the installation on visual studio 2010
Are you using the "Tutorials VS 2010.sln" and "Tutorials.vcxproj" project configuration from sdk?
11-10-2010 07:25 PM
Find all posts by this user Quote this message in a reply
FadeToBlack Offline
Member

Post: #9
RE: Help with the installation on visual studio 2010
I have convert the Totorials.vcproj to visual studio 2010,
this is an warning that gave me the compiler:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\...\EsenthelEngineSDK\Tutorials\Debug\Tutorials.exe) does not match the Linker's OutputFile property value (C:\...\EsenthelEngineSDK\Tutorials\Tutorials.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).
11-10-2010 07:29 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Help with the installation on visual studio 2010
please use "Tutorials VS 2010.sln" and "Tutorials.vcxproj"
from latest SDK
11-10-2010 07:45 PM
Find all posts by this user Quote this message in a reply
FadeToBlack Offline
Member

Post: #11
RE: Help with the installation on visual studio 2010
okey, thanks for the answers...
11-10-2010 07:56 PM
Find all posts by this user Quote this message in a reply
Masterxilo Offline
Member

Post: #12
RE: Help with the installation on visual studio 2010
VS 2010 express can build x64, try it.
11-11-2010 11:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
McTomas Offline
Member

Post: #13
RE: Help with the installation on visual studio 2010
for those getting some errors when changin the name from Tutorials to your project name, and adding specifc folders to the project, and getting "fatal error C1010:", just:

go to Project->Properties->C/C++->Precompiled Headers and change Precompiled Header to Not Using Precompiled Headers

I should work fine.

Dunno why the projects work fine with the tutorials but not with the custom name sorganization :S

Hope that it helped wink
12-04-2010 01:50 AM
Find all posts by this user Quote this message in a reply
Post Reply