About Store Forum Documentation Contact



Post Reply 
Compile error
Author Message
docrst Offline
Member

Post: #1
Compile error
1> Inventory Gui.cpp
1>e:\projects\_build_\client\source\inventory gui.cpp(113): error C2039: 'x' : is not a member of 'EE::Image'
1> e:\esenthelenginesdk\bin\esenthelengine\graphics\image.h(103) : see declaration of 'EE::Image'
1>e:\projects\_build_\client\source\inventory gui.cpp(113): error C2039: 'y' : is not a member of 'EE::Image'
1> e:\esenthelenginesdk\bin\esenthelengine\graphics\image.h(103) : see declaration of 'EE::Image'
1> Item.cpp
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'x' : is not a member of 'EE::Image'
1> e:\esenthelenginesdk\bin\esenthelengine\graphics\image.h(103) : see declaration of 'EE::Image'
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'y' : is not a member of 'EE::Image'
1> e:\esenthelenginesdk\bin\esenthelengine\graphics\image.h(103) : see declaration of 'EE::Image'
02-23-2014 04:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #2
RE: Compile error
02-23-2014 04:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #3
RE: Compile error
thank you.

no help.
(This post was last modified: 02-23-2014 04:27 PM by docrst.)
02-23-2014 04:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #4
RE: Compile error
(02-23-2014 04:27 PM)docrst Wrote:  thank you.

no help.

Check it more accurate (name changes):
Quote:Image.x,y,z -> w,h,d (width, height, depth)
(This post was last modified: 02-23-2014 04:30 PM by Houge.)
02-23-2014 04:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #5
RE: Compile error
same error
1> Item.cpp
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'h' : is not a member of 'EE::Vec2'
1> e:\esenthelenginesdk\bin\esenthelengine\math\vector.h(191) : see declaration of 'EE::Vec2'
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'w' : is not a member of 'EE::Vec2'
1> e:\esenthelenginesdk\bin\esenthelengine\math\vector.h(191) : see declaration of 'EE::Vec2'

so changing from x,y,z to h,w,d changed nothing.
(This post was last modified: 02-23-2014 04:50 PM by docrst.)
02-23-2014 04:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #6
RE: Compile error
(02-23-2014 04:47 PM)docrst Wrote:  same error
1> Item.cpp
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'h' : is not a member of 'EE::Vec2'
1> e:\esenthelenginesdk\bin\esenthelengine\math\vector.h(191) : see declaration of 'EE::Vec2'
1>e:\projects\_build_\client\source\item.cpp(64): error C2039: 'w' : is not a member of 'EE::Vec2'
1> e:\esenthelenginesdk\bin\esenthelengine\math\vector.h(191) : see declaration of 'EE::Vec2'

so changing from x,y,z to h,w,d changed nothing.

First error was about EE::Image. It needs to be changed to w,h,d. This error is about EE::Vec2. I don't think it needs to be changed from x,y,z.
02-23-2014 05:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #7
RE: Compile error
can some one send me the Item.cpp and Inventory Gui.cpp, no matter how i download the mmo it get corrept
02-25-2014 07:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply