-
It can not create |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@Roker2 |
Beta Was this translation helpful? Give feedback.
-
A lot of information missing from your post. For example, which version of Visual Studio? What is the output of the console? Did you run setup? A few assumptions: 1 - You've already set up as per these instructions: https://github.com/axmolengine/axmol/blob/dev/docs/DevSetup.md#prerequisites In the cpp-tests folder, run this to build: Or, if you want to create the solution/project and build it within VS, then run this: |
Beta Was this translation helpful? Give feedback.
-
So. I tried to use ValueMap dict = FileUtils::getInstance()->getValueMapFromFile(filename);
AXASSERT(!dict.empty(), "cannot create dictionary"); |
Beta Was this translation helpful? Give feedback.
@Roker2 You shouldn't need to edit the
PATH
env variable if you had runsetup.ps1
, nor should you be creating theContent
folder yourself. It may be best if you delete the Axmol folder you have at the moment, re-download version, and then runsetup.ps1
. Everything should work after you do this.