FadeToBlack
Member
|
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
|
|
11-10-2010 06:50 PM |
|
Esenthel
Administrator
|
RE: Help with the installation on visual studio 2010
|
|
11-10-2010 07:04 PM |
|
FadeToBlack
Member
|
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 |
|
Esenthel
Administrator
|
RE: Help with the installation on visual studio 2010
please post what errors do you have (messages/screenshots)
|
|
11-10-2010 07:08 PM |
|
FadeToBlack
Member
|
RE: Help with the installation on visual studio 2010
tranlated = file not found.
(This post was last modified: 11-10-2010 07:12 PM by FadeToBlack.)
|
|
11-10-2010 07:11 PM |
|
Esenthel
Administrator
|
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 |
|
FadeToBlack
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
FadeToBlack
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
FadeToBlack
Member
|
RE: Help with the installation on visual studio 2010
okey, thanks for the answers...
|
|
11-10-2010 07:56 PM |
|
Masterxilo
Member
|
RE: Help with the installation on visual studio 2010
VS 2010 express can build x64, try it.
|
|
11-11-2010 11:30 PM |
|
McTomas
Member
|
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
|
|
12-04-2010 01:50 AM |
|