Questions on testing and exporting
#4
1. You need to set the proper startup project for the solution - rightclick on the MCServer project and select "Set as startup project":
[Image: vs2013_set_as_startup_project.png]

2. If you've changed anything in the $/src/Bindings/Bindings.cpp file, then your changes are lost, that file is auto-generated from the headers by ToLua++, the program that creates Lua bindings for C++ code.

As for those console commands - most of them are implemented in the Core plugin, which is in a Git Submodule. So if you don't do "git submodule init" and "git submodule update", then you won't have the plugin and thus no commands (but then MCS shouldn't compile either, since the PolarSSL library is in a submodule, too)
Reply
Thanks given by:


Messages In This Thread
Questions on testing and exporting - by Narroo - 02-11-2014, 06:14 AM
RE: Questions on testing and exporting - by xoft - 02-11-2014, 08:01 AM
RE: Questions on testing and exporting - by xoft - 02-11-2014, 06:04 PM



Users browsing this thread: 1 Guest(s)