About Store Forum Documentation Contact



Post Reply 
Bloody Massacre error
Author Message
flim Offline
Member

Post: #1
Bloody Massacre error
Anyone successfully compile Bloody Massacre in EE 2.0?

I got error when I try to run:

Code:
1>------ Build started: Project: Bloody Massacre, Configuration: Debug Win32 ------
1>  Player.cpp
1>  Options.cpp
1>  Messages.cpp
1>  Main.cpp
1>c:\esenthel\projects\_build_\bloody massacre\source\main.cpp(20): error C2039: 'color' : is not a member of 'EE::FixedElm<TYPE>'
1>          with
1>          [
1>              TYPE=EE::Button
1>          ]
1>c:\esenthel\projects\_build_\bloody massacre\source\main.cpp(20): error C2228: left of '.set' must have class/struct/union
1>  Light.cpp
1>  Item.cpp
1>  Inventory.cpp
1>  Inventory Gui.cpp
1>  Intro.cpp
1>  Game.cpp
1>  Character.cpp
1>  Bullet.cpp
1>  Blood.cpp
1>  AI.cpp
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
04-25-2013 06:56 AM
Find all posts by this user Quote this message in a reply
Nito Vermilion Offline
Member

Post: #2
RE: Bloody Massacre error
(04-25-2013 06:56 AM)flim Wrote:  Anyone successfully compile Bloody Massacre in EE 2.0?

I got error when I try to run:

Code:
1>------ Build started: Project: Bloody Massacre, Configuration: Debug Win32 ------
1>  Player.cpp
1>  Options.cpp
1>  Messages.cpp
1>  Main.cpp
1>c:\esenthel\projects\_build_\bloody massacre\source\main.cpp(20): error C2039: 'color' : is not a member of 'EE::FixedElm<TYPE>'
1>          with
1>          [
1>              TYPE=EE::Button
1>          ]
1>c:\esenthel\projects\_build_\bloody massacre\source\main.cpp(20): error C2228: left of '.set' must have class/struct/union
1>  Light.cpp
1>  Item.cpp
1>  Inventory.cpp
1>  Inventory Gui.cpp
1>  Intro.cpp
1>  Game.cpp
1>  Character.cpp
1>  Bullet.cpp
1>  Blood.cpp
1>  AI.cpp
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

you can comment line 20 from main.cpp out or delete it then it runs successfully. Isn`t a nice option but it runs then. I`m on it this weekend
04-25-2013 07:18 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Bloody Massacre error
Many thanks for reporting this issue.
The codes should be "->" instead of "." due to latest changes.
I'm uploading fixed package for BM
04-25-2013 12:55 PM
Find all posts by this user Quote this message in a reply
flim Offline
Member

Post: #4
RE: Bloody Massacre error
Thanks for quick support, I can build the game now.
04-25-2013 05:55 PM
Find all posts by this user Quote this message in a reply
Post Reply