[Mangos]Programming

Newbie Spellweaver
Joined
May 1, 2006
Messages
7
Reaction score
0
I noticed sometimes they say complided with microsoft visual studio C++ or c#

Does that mean i can edit in C++ or C# ?
I mean, i can look up the code of the server client and change it, of course i need to change also in sql, but that isn't a problem for me.

If it is true, how can I open the project in C++ or C# ?
 
you can edit the .cpp files all you want with just notepad. But if you want to compile it into the .exe files so you can use it... you should have Visual Studio. The C++ files are no good without being compiled.
 
Back