docrst
Member
|
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 |
|
Houge
Member
|
|
02-23-2014 04:20 PM |
|
docrst
Member
|
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 |
|
Houge
Member
|
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 |
|
docrst
Member
|
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 |
|
Houge
Member
|
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 |
|
docrst
Member
|
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 |
|