About Store Forum Documentation Contact



Post Reply 
Bloody Massacre failing to build?
Author Message
Ireheart Offline
Member

Post: #1
Bloody Massacre failing to build?
Esenthel 2.0, can build other games but not this. Fresh install, no edits made.

Quote:1>------ Build started: Project: Bloody Massacre, Configuration: Debug Win32 ------
1> stdafx.cpp
1> AI.cpp
1> Blood.cpp
1> Bullet.cpp
1> Character.cpp
1> Game.cpp
1> Intro.cpp
1> Inventory.cpp
1> Inventory Gui.cpp
1>c:\game development\engines\esenthel 2.0\projects\_build_\bloody massacre\source\inventory gui.cpp(107): error C2039: 'x' : is not a member of 'EE::Image'
1> c:\game development\engines\esenthel 2.0\bin\esenthelengine\graphics\image.h(102) : see declaration of 'EE::Image'
1>c:\game development\engines\esenthel 2.0\projects\_build_\bloody massacre\source\inventory gui.cpp(107): error C2039: 'y' : is not a member of 'EE::Image'
1> c:\game development\engines\esenthel 2.0\bin\esenthelengine\graphics\image.h(102) : see declaration of 'EE::Image'
1> Item.cpp
1>c:\game development\engines\esenthel 2.0\projects\_build_\bloody massacre\source\item.cpp(35): error C2039: 'x' : is not a member of 'EE::Image'
1> c:\game development\engines\esenthel 2.0\bin\esenthelengine\graphics\image.h(102) : see declaration of 'EE::Image'
1>c:\game development\engines\esenthel 2.0\projects\_build_\bloody massacre\source\item.cpp(35): error C2039: 'y' : is not a member of 'EE::Image'
1> c:\game development\engines\esenthel 2.0\bin\esenthelengine\graphics\image.h(102) : see declaration of 'EE::Image'
1> Light.cpp
1> Main.cpp
1> Messages.cpp
1> Options.cpp
1> Player.cpp
1> Auto.cpp
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
01-02-2014 08:36 PM
Find all posts by this user Quote this message in a reply
candam Offline
Member

Post: #2
RE: Bloody Massacre failing to build?
Search for those images classes and change their properties from "Image.x,y,z -> w,h,d (width, height, depth) "
this was changed days ago or something I don't remember
01-02-2014 08:44 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Bloody Massacre failing to build?
@Ireheart: I don't think you're using latest BM sources.
01-02-2014 10:01 PM
Find all posts by this user Quote this message in a reply
Ireheart Offline
Member

Post: #4
RE: Bloody Massacre failing to build?
(01-02-2014 10:01 PM)Esenthel Wrote:  @Ireheart: I don't think you're using latest BM sources.

You might be right, I might have used a older BM resource, i'll verify that tonight.
(This post was last modified: 01-03-2014 02:31 PM by Ireheart.)
01-03-2014 02:31 PM
Find all posts by this user Quote this message in a reply
Post Reply