About Store Forum Documentation Contact



Post Reply 
[Solved] BYR Tree build fails on last update
Author Message
rstralberg Offline
Member

Post: #1
[Solved] BYR Tree build fails on last update
Sorry. Posted this at wrong place. Should have been in Tools wink

   

First compile gives

stdafx.cpp
f:\ee\_build_\byr tree\source\@GUIBase.h(4): error C2059: syntax error: 'nullptr' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
f:\ee\_build_\byr tree\source\@GUIBase.h(4): error C2238: unexpected token(s) preceding ';' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
f:\ee\_build_\byr tree\source\@BaseTreeElem.h(6): error C2059: syntax error: 'nullptr' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
f:\ee\_build_\byr tree\source\@BaseTreeElem.h(6): error C2238: unexpected token(s) preceding ';' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
f:\ee\_build_\byr tree\source\@CoreGroup.h(4): error C2059: syntax error: 'nullptr' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
f:\ee\_build_\byr tree\source\@CoreGroup.h(4): error C2238: unexpected token(s) preceding ';' [F:\EE\_Build_\BYR Tree\Project.vcxproj]


After have correcting this the list grows to
stdafx.cpp
Trunk.cpp
Tree.cpp
Source\Tree.cpp(6): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(6): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(12): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(17): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(17): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(18): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(27): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(27): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tree.cpp(28): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
ToolSlope.cpp
ToolSelector.cpp
ToolRotate.cpp
ToolResize.cpp
ToolPosition.cpp
ToolCamera.cpp
ToolBend.cpp
ToolBase.cpp
ToolArch.cpp
Tamplate Leaf.cpp
Tamplate Core.cpp
Tamplate.cpp
Source\Tamplate.cpp(6): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tamplate.cpp(6): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tamplate.cpp(12): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tamplate.cpp(17): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tamplate.cpp(17): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\Tamplate.cpp(18): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Roots.cpp
Multitool.cpp
Mask.cpp
Main.cpp
Leaf.cpp
GuiMenager.cpp
Generating Code...
Compiling...
GUI Trunk.cpp
GUI Tree Proporties.cpp
GUI Tree.cpp
GUI Toolbar.cpp
GUI TextureMenager.cpp
Source\GUI\GUI TextureMenager.cpp(35): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(35): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(36): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(56): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(56): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(62): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(89): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(89): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI TextureMenager.cpp(90): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
GUI Texture.cpp
GUI Tamplate Library.cpp
Source\GUI\GUI Tamplate Library.cpp(55): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(55): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(56): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(68): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(68): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(69): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(98): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(98): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(99): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(111): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(111): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(112): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(155): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(155): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(156): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(168): error C2065: 'Secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(168): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Tamplate Library.cpp(174): error C2065: 'secure': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
GUI Snap Photo.cpp
GUI Shading.cpp
GUI Segments Edit.cpp
GUI Search Image.cpp
GUI Scene.cpp
Source\GUI\GUI Scene.cpp(45): error C2039: 'ObjParamsPtr': is not a member of 'EE::Game' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
e:\program files\esenthel\bin\esenthelengine\_/inline.h(1514): note: see declaration of 'EE::Game'
Source\GUI\GUI Scene.cpp(45): error C2065: 'ObjParamsPtr': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Scene.cpp(45): error C2146: syntax error: missing ';' before identifier 'obj' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Scene.cpp(45): error C2065: 'obj': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Scene.cpp(46): error C2065: 'obj': undeclared identifier [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Scene.cpp(46): error C2227: left of '->mesh' must point to class/struct/union/generic type [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Scene.cpp(46): note: type is 'unknown-type'
GUI Roots.cpp
GUI Rename.cpp
GUI Mask Menager.cpp
GUI Mask.cpp
GUI LODs Properties.cpp
GUI LODs.cpp
GUI Leaf.cpp
GUI Info.cpp
Generating Code...
Compiling...
GUI Generator.cpp
GUI Draft.cpp
GUI ContextMenu3.cpp
GUI ContextMenu2.cpp
GUI ContextMenu.cpp
GUI Branches.cpp
GUI Billboard.cpp
GUI Base.cpp
GUI Background Window.cpp
Source\GUI\GUI Background Window.cpp(156): error C2440: '=': cannot convert from 'nullptr' to 'Byte' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
Source\GUI\GUI Background Window.cpp(156): note: A native nullptr can only be converted to bool or, using reinterpret_cast, to an integral type
GUI About.cpp
GlobalSettings.cpp
FullTree.cpp
e:\program files\esenthel\bin\esenthelengine\_/inline.h(789): error C2171: '!': illegal on operands of type 'void' [F:\EE\_Build_\BYR Tree\Project.vcxproj]
e:\program files\esenthel\bin\esenthelengine\_/inline.h(789): note: while compiling class template member function 'Bool EE::Memx<TYPE>::save(EE::File &)'
with
[
TYPE=Tree
]
Source\FullTree.cpp(50): note: see reference to function template instantiation 'Bool EE::Memx<TYPE>::save(EE::File &)' being compiled
with
[
TYPE=Tree
]
e:\program files\esenthel\bin\esenthelengine\_/inline.h(789): error C2451: conditional expression of type 'void' is illegal [F:\EE\_Build_\BYR Tree\Project.vcxproj]
e:\program files\esenthel\bin\esenthelengine\_/inline.h(789): note: Expressions of type void cannot be converted to other types
fastTree.cpp
Export.cpp
Drop.cpp
Drafts.cpp
Displacment.cpp
Core.cpp
BYR Material.cpp
Branch.cpp
Generating Code...
Compiling...
BaseTreeElem.cpp
Auto.cpp
Generating Code...
(This post was last modified: 10-23-2015 05:55 AM by rstralberg.)
10-21-2015 07:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pherael Offline
Member

Post: #2
RE: BYR Tree build fails on last update
I'm uploading fixed version, should be soon in store.
(This post was last modified: 10-21-2015 09:38 PM by Pherael.)
10-21-2015 09:37 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #3
RE: BYR Tree build fails on last update
Thanks grin
10-21-2015 09:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: BYR Tree build fails on last update
update now avaialble
10-21-2015 10:21 PM
Find all posts by this user Quote this message in a reply
Post Reply