About Store Forum Documentation Contact



Post Reply 
Can't compile MMO files
Author Message
Ginsued Offline
Member

Post: #1
Can't compile MMO files
I downloaded the free esenthel and purchased the Esenthel mmo source files. I installed the mmo files and tried to build the project and can't for the life of me get it to build.
I get these errors.
1> stdafx.cpp
1>d:\(1)programfiles\esenthel\esenthelenginesdk\esenthel mmo\projects\esenthelengine\esenthelengine.h(10): fatal error C1083: Cannot open include file: '_/headers.h': No such file or directory
2> stdafx.cpp
2>d:\(1)programfiles\esenthel\esenthelenginesdk\esenthel mmo\projects\esenthelengine\esenthelengine.h(10): fatal error C1083: Cannot open include file: '_/headers.h': No such file or directory
I see the esenthelengine.h file so I assume it's calling to the wrong spot? Maybe?
Been messing with this for hours.
Any help would be greatly appreciated.
03-08-2013 03:46 AM
Find all posts by this user Quote this message in a reply
Palaxe Offline
Member

Post: #2
RE: Can't compile MMO files
Did you unzip mmo and place it in your projects folder?
Do you have the following installed?
Video Card supporting Shader Model 2.0 (GeForce 6, Radeon 9500, Intel GMA 900 or better)
CPU supporting SSE2 instructions
Newest Video Drivers (Ati / Nvidia / Intel)
Newest DirectX
Microsoft Visual C++ 2008 (or newer)

I'm not sure what the demo will let you all do to be honest. sorry
03-08-2013 04:10 AM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #3
RE: Can't compile MMO files
Looks like you have version 1.
If I were you I would put the sdk under C:\
In v1 you have to update the header/libs into VS, look at the wiki.

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
03-08-2013 05:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
nomax5 Offline
Member

Post: #4
RE: Can't compile MMO files
Fuzzylr helped me do it with this excellent video http://www.youtube.com/watch?v=e2uzu9IH1...e=youtu.be
03-09-2013 02:06 PM
Find all posts by this user Quote this message in a reply
Post Reply