From ca1d98a7baf7d650c02e027c6c15dfc8eeeb171d Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 30 Oct 2011 11:41:18 +0000 Subject: Changed long to long long so it works fine on 32bit systems Added printing for Byte array tags (the length is incorrect though) Structured the tags enums a bit more In cConvert.cpp the correct compounds are opened before accessing data Added VS2010 project so the converter can be compiled through VS2010 git-svn-id: http://mc-server.googlecode.com/svn/trunk@27 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/Converter.vcxproj.user | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 VC2010/Converter.vcxproj.user (limited to 'VC2010/Converter.vcxproj.user') diff --git a/VC2010/Converter.vcxproj.user b/VC2010/Converter.vcxproj.user new file mode 100644 index 000000000..90d00fb58 --- /dev/null +++ b/VC2010/Converter.vcxproj.user @@ -0,0 +1,11 @@ + + + + $(TargetDir) + WindowsLocalDebugger + + + $(TargetDir) + WindowsLocalDebugger + + \ No newline at end of file -- cgit v1.2.3