Wont work on windows?
I did everything it says, I have .net 3.5 and stuff but I cant find the programm anywhere, I can open the prebuild.bat thing and the compile.bat but when I open the compile it says error somewhere in the end... Please help :)
same here
Ran into the same problem.
Edited the compile.bad file, added a pause.
i.e
C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild MineEdit.sln pause
Found the following error:
Build FAILED.
"C:\Users\Cuthbertson\Desktop\N3X15-MineEdit-29cebda\N3X15-MineEdit-29cebda\MineEdit.sln" (default target) (1) -> "C:\Users\Cuthbertson\DesktopN3X15-MineEdit-29cebda\N3X15-MineEdit-29cebda\OpenMinecraft.Core\OpenMinecraft.Core.csproj" (default target) (4) ->(CoreCompile target) -> IMapHandler.cs(139,57): error CS0241: Default parameter specifiers are not permitted IMapHandler.cs(472,96): error CS0241: Default parameter specifiers are not permitted IMapHandler.cs(542,86): error CS0241: Default parameter specifiers are not permitted Vector3d.cs(25,64): error CS0241: Default parameter specifiers are not permitted MapHandlers\InfdevHandler.cs(1954,93): error CS0241: Default parameter specifiers are not permitted MapHandlers\InfdevHandler.cs(2098,57): error CS0241: Default parameter specifiers are not permitted
0 Warning(s)
6 Error(s)
--- that being said..
I opened the MineEdit.sln file using VS2010...
I right-clicked the MineEdit project (within the project explorer panel)...
I selected 'Set as Startup Project' from the context menu provided...
At this point I was able to rebuild and run the project in debug mode...
I haven't tried it yet... just came here when I was looking for a quick fix..