About Store Forum Documentation Contact



Post Reply 
getting error message
Author Message
andrews825pc Offline
Member

Post: #1
getting error message
Hello I'm getting these error. and its for all projects do this, how do i fixs this Thank you        
08-15-2023 05:59 PM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #2
RE: getting error message
Thanks going to try when I get home thank you
08-15-2023 11:33 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: getting error message
I've just updated to VS Version 17.7.1
But everything compiles fine.
08-16-2023 04:24 AM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #4
RE: getting error message
Hello Im now getting more errors, dont know why.



Auto.cpp
Save Game.cpp
C:\Titan\Projects\_Build_\Esenthel RPG 2\Source\Save Game.cpp(94,20): error C2039: 'writeTry': is not a member of 'EE::File' [C:\Titan\Projects\_Build_\Esenthel RPG 2\Project.vcxproj]
C:\Titan\Bin\Engine\File\File.h(18,8): message : see declaration of 'EE::File' [C:\Titan\Projects\_Build_\Esenthel RPG 2\Project.vcxproj]
C:\Titan\Projects\_Build_\Esenthel RPG 2\Source\Save Game.cpp(111,20): error C2039: 'readTry': is not a member of 'EE::File' [C:\Titan\Projects\_Build_\Esenthel RPG 2\Project.vcxproj]
C:\Titan\Bin\Engine\File\File.h(18,8): message : see declaration of 'EE::File' [C:\Titan\Projects\_Build_\Esenthel RPG 2\Project.vcxproj]
C:\VISUALSTUDO23\MSBuild\Microsoft\WindowsXaml\v17.0\8.2\Microsoft.Windows.UI.Xa​ml.Common.targets(415,5): error MSB4181: The "CompileXaml" task returned false but did not log an error. [C:\Titan\Projects\_Build_\Esenthel RPG 2\Project.vcxproj]
08-17-2023 05:05 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: getting error message
Maybe ERPG2 source code has to be updated, I'll check this out tomorrow.
08-17-2023 05:57 PM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #6
RE: getting error message
ok thank you. it happens with any project I open does theses errors.
here is what I got thats not working.

Ineisis Online.EsenthelProject
Esenthel RPG 2.EsenthelProject
Esenthel MMO.EsenthelProject

Thank you very much for the help smile
08-17-2023 06:10 PM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #7
RE: getting error message
Any news about the errors. smile
08-19-2023 05:45 PM
Find all posts by this user Quote this message in a reply
jason2080m Offline
Member

Post: #8
RE: getting error message
so it is
08-20-2023 12:46 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: getting error message
So sorry! I'll check this today smile
08-20-2023 01:41 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: getting error message
Everything has been updated
08-20-2023 03:49 AM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #11
RE: getting error message
now I get these error dont know what to do( LINK : fatal error LNK1104: cannot open file 'libcmt.lib') Every time I try to use this engine I cant get it working
08-20-2023 05:30 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: getting error message
libcmt.lib is a library file inside Visual Studio, you might want to check that VS is installed correctly, and all required components have been selected:
https://esenthel.com/?id=doc#Compilers
08-20-2023 06:24 PM
Find all posts by this user Quote this message in a reply
andrews825pc Offline
Member

Post: #13
RE: getting error message
ok thank you for help smile I'm just going to reinstall visual studio smile
08-20-2023 08:11 PM
Find all posts by this user Quote this message in a reply
Post Reply