12-12-2012, 06:19 AM
lol i managed to get my configuration program into MC-Server. it works perfect exept that it crashes when the configuration if done.
Learning C++/lua
|
12-12-2012, 06:19 AM
lol i managed to get my configuration program into MC-Server. it works perfect exept that it crashes when the configuration if done.
12-12-2012, 07:39 PM
It says "failed to start server" right after finishing your configurator, so I'd expect that you either wrote something bad into the settings files, or you forgot to close the files before finishing the configurator, and MCServer thus can't open the files.
Still, I don't understand why you would want the configurator inside MCServer. So it runs everytime you run the server??
12-12-2012, 09:32 PM
Nice keep going, I see you're learning pretty fast
12-12-2012, 10:08 PM
(12-12-2012, 07:39 PM)xoft Wrote: It says "failed to start server" right after finishing your configurator, so I'd expect that you either wrote something bad into the settings files, or you forgot to close the files before finishing the configurator, and MCServer thus can't open the files. Its just to practise.
I made a small console calculator i also finaly know how to include my own library in a project. i kept doing
#include <Calculateplus.h>but it had to be #include "Calculateplus.h"
01-22-2013, 06:03 AM
Quote:............................................________it doesn't compile in Visual C++
01-22-2013, 06:42 AM
What's the error? Why don't you put the code on github or something.
01-22-2013, 07:32 AM
source + error here:
https://github.com/STRWarrior/Little-Console-Calculator
01-22-2013, 09:54 AM
#include "Calculateplus.h"Is using the relative path to the file from the file you included it. #include <Calculateplus.h>Is using the additional "include folders" to locate the file
01-23-2013, 04:35 AM
is there a easy way to clear the screen with Microsoft visual? becouse i tried something in dev c++ but then i tried it in Microsoft visual c++ but then i got an error.
|
« Next Oldest | Next Newest »
|