We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
"min"/"max" is not a member of std OR can't open file "libExtensions.lib"
"min"/"max" is not a member of std OR can't open file "libExtensions.lib"
Bug #3130 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8249
Pokerstar88.com Agen Texas Poker Dan Domino Online Indonesia Terpercaya
OK, I’ve updated the announcement and added a link to zipball on google code. Thank you for reminding me.
Agen Indonesia | Agen Bola | Poker Indonesia
Status: | Closed | |
---|---|---|
Start date: | 2013-11-08 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | - | |
Target version: | - |
I was following the guide to create my first ever cocos2dx project “Helloworld”.
When building the project I encountered two major problems
As written is in the title:
“max” is not a member of std / “min” is not a member of std;
can’t open file “libExtensions.lib”;
I don’t know if anyone has seen these errors before. I googled it and didn’t find the exact solution to the problem.
However I searched for “libExtensions” under the cocos2dx file, and I only find libExtensions.sln in the path of “….2d-x-2.2.0\extensions\proj.win32”.
I try to build the libExtensions.sln, and it says:
“max” is not a member of std
“min” is not a member of std***
The errors were all under the CCskeleton class, in the file like CCSkeletonAnimation.cpp and another one which I can’t remember.
I googled again and find out that I have to include <algorithm> and <iostream> to use std::min and std::max, so I added those sentences to where the error pointed at.
Then problem solved[]()[]()
I only have**Two* questions:
Is this error occured simply because the missing sentences??
Is it the reason that there is no Skeleton example in Testcpp ???
And I hope my little discovery could help some cocos2dx starters like me[]() <sup>_</sup>