diff --git a/Blocks3D.dsp b/Blocks3D.dsp index f387ffc..027933d 100644 --- a/Blocks3D.dsp +++ b/Blocks3D.dsp @@ -1,105 +1,827 @@ -# Microsoft Developer Studio Project File - Name="Blocks3D" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=Blocks3D - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "Blocks3D.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Blocks3D.mak" CFG="Blocks3D - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Blocks3D - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "Blocks3D - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Blocks3D - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x1009 /d "NDEBUG" -# ADD RSC /l 0x1009 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 - -!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x1009 /d "_DEBUG" -# ADD RSC /l 0x1009 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "Blocks3D - Win32 Release" -# Name "Blocks3D - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\main.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="Blocks3D" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=Blocks3D - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "Blocks3D.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "Blocks3D.mak" CFG="Blocks3D - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "Blocks3D - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "Blocks3D - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "Blocks3D - Win32 Release" +# Name "Blocks3D - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Group "DataModelV2" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\source\DataModelV2\BaseButtonInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\BaseGuiInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\DataModelInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\GroupInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\GuiRootInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\ImageButtonInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\Instance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\LevelInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\LightingInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\PartInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\PVInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\SelectionService.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\SoundInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\SoundService.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\TextButtonInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\ToggleImageButtonInstance.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\DataModelV2\WorkspaceInstance.cpp +# End Source File +# End Group +# Begin Group "Listener" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\source\Listener\ButtonListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\CameraButtonListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\DeleteListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\GUDButtonListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\MenuButtonListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\ModeSelectionListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\RotateButtonListener.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Listener\ToolbarListener.cpp +# End Source File +# End Group +# Begin Group "Tool" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\source\Tool\ArrowTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Tool\DraggerTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Tool\SurfaceTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Tool\Tool.cpp +# End Source File +# End Group +# Begin Group "Reflection" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\source\Reflection\ReflectionDataTable.cpp +# End Source File +# Begin Source File + +SOURCE=.\src\source\Reflection\ReflectionProperty.cpp +# End Source File +# End Group +# Begin Group "XplicitNgine" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\source\XplicitNgine\XplicitNgine.cpp +# End Source File +# End Group +# Begin Source File + +SOURCE=.\src\source\Application.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\AudioPlayer.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\ax.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\base64.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\BrowserCallHandler.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\CameraController.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\ErrorFunctions.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\Globals.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\IEBrowser.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\IEDispatcher.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\main.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\Mouse.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\propertyGrid.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\PropertyWindow.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\Renderer.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\StringFunctions.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\TextureHandler.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\source\WindowFunctions.cpp + +!IF "$(CFG)" == "Blocks3D - Win32 Release" + +# ADD CPP /I ".\src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ELSEIF "$(CFG)" == "Blocks3D - Win32 Debug" + +# ADD CPP /I "src\include" /D "NO_SDL_MAIN" +# SUBTRACT CPP /X + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Group "DataModelV2_h" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\DataModelV2\BaseButtonInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\BaseGuiInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\DataModelInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\GroupInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\GuiRootInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\ImageButtonInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\Instance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\LevelInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\LightingInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\PartInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\PVInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\SelectionService.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\SoundInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\SoundService.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\TextButtonInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\ThumbnailGeneratorInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\ToggleImageButtonInstance.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\DataModelV2\WorkspaceInstance.h +# End Source File +# End Group +# Begin Group "Listener_h" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\Listener\ButtonListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\CameraButtonListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\DeleteListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\GUDButtonListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\MenuButtonListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\ModeSelectionListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\RotateButtonListener.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Listener\ToolbarListener.h +# End Source File +# End Group +# Begin Group "Tool_h" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\Tool\ArrowTool.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Tool\DraggerTool.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Tool\SurfaceTool.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Tool\Tool.h +# End Source File +# End Group +# Begin Group "Reflection_h" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\Reflection\Reflection.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Reflection\ReflectionDataTable.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Reflection\ReflectionProperty.h +# End Source File +# End Group +# Begin Group "XplicitNgine_h" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\XplicitNgine\XplicitNgine.h +# End Source File +# End Group +# Begin Group "rapidxml" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\src\include\rapidxml\rapidxml.hpp +# End Source File +# Begin Source File + +SOURCE=.\src\include\rapidxml\rapidxml_iterators.hpp +# End Source File +# Begin Source File + +SOURCE=.\src\include\rapidxml\rapidxml_print.hpp +# End Source File +# Begin Source File + +SOURCE=.\src\include\rapidxml\rapidxml_utils.hpp +# End Source File +# End Group +# Begin Source File + +SOURCE=.\src\include\Application.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\AudioPlayer.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\ax.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\base64.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\BrowserCallHandler.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\CameraController.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Enum.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\ErrorFunctions.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Faces.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Globals.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\IEBrowser.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\IEDispatcher.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Mouse.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\propertyGrid.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\PropertyWindow.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\Renderer.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\resource.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\StringFunctions.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\TextureHandler.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\ToolEnum.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\versioning.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\VS2005CompatShim.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\win32Defines.h +# End Source File +# Begin Source File + +SOURCE=.\src\include\WindowFunctions.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/Blocks3D.dsw b/Blocks3D.dsw index b9e739d..5791f0b 100644 --- a/Blocks3D.dsw +++ b/Blocks3D.dsw @@ -1,29 +1,29 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "Blocks3D"=.\Blocks3D.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "Blocks3D"=".\Blocks3D.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/Blocks3D.opt b/Blocks3D.opt new file mode 100644 index 0000000..c864345 Binary files /dev/null and b/Blocks3D.opt differ diff --git a/Blocks3D.plg b/Blocks3D.plg new file mode 100644 index 0000000..e4e34d0 --- /dev/null +++ b/Blocks3D.plg @@ -0,0 +1,1317 @@ + +
++Build Log
++--------------------Configuration: Blocks3D - Win32 Debug-------------------- +
+Command Lines
+Creating temporary file "E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP7E.tmp" with contents +[ +/nologo /MLd /W3 /Gm /GX /ZI /Od /I "src\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "NO_SDL_MAIN" /Fp"Debug/Blocks3D.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Application.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\AudioPlayer.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\ax.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\base64.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\BrowserCallHandler.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\CameraController.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\ErrorFunctions.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Globals.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\IEBrowser.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\IEDispatcher.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\main.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Mouse.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\propertyGrid.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\PropertyWindow.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Renderer.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\StringFunctions.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\TextureHandler.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\WindowFunctions.cpp" +] +Creating command line "cl.exe @E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP7E.tmp" +Creating temporary file "E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP7F.tmp" with contents +[ +/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/Blocks3D.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\BaseButtonInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\DataModelInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\GroupInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\GuiRootInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\ImageButtonInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\Instance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\LevelInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\PartInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\PVInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\TextButtonInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\ToggleImageButtonInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\DataModelV2\WorkspaceInstance.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Tool\DraggerTool.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Reflection\ReflectionDataTable.cpp" +"E:\Documents and Settings\Andreja\git\Blocks3D\src\source\Reflection\ReflectionProperty.cpp" +] +Creating command line "cl.exe @E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP7F.tmp" +Creating temporary file "E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP80.tmp" with contents +[ +kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Blocks3D.pdb" /debug /machine:I386 /out:"Debug/Blocks3D.exe" /pdbtype:sept +".\Debug\Application.obj" +".\Debug\AudioPlayer.obj" +".\Debug\ax.obj" +".\Debug\base64.obj" +".\Debug\BrowserCallHandler.obj" +".\Debug\CameraController.obj" +".\Debug\ErrorFunctions.obj" +".\Debug\Globals.obj" +".\Debug\IEBrowser.obj" +".\Debug\IEDispatcher.obj" +".\Debug\main.obj" +".\Debug\Mouse.obj" +".\Debug\propertyGrid.obj" +".\Debug\PropertyWindow.obj" +".\Debug\Renderer.obj" +".\Debug\StringFunctions.obj" +".\Debug\TextureHandler.obj" +".\Debug\WindowFunctions.obj" +".\Debug\BaseButtonInstance.obj" +".\Debug\BaseGuiInstance.obj" +".\Debug\DataModelInstance.obj" +".\Debug\GroupInstance.obj" +".\Debug\GuiRootInstance.obj" +".\Debug\ImageButtonInstance.obj" +".\Debug\Instance.obj" +".\Debug\LevelInstance.obj" +".\Debug\LightingInstance.obj" +".\Debug\PartInstance.obj" +".\Debug\PVInstance.obj" +".\Debug\SelectionService.obj" +".\Debug\SoundInstance.obj" +".\Debug\SoundService.obj" +".\Debug\TextButtonInstance.obj" +".\Debug\ToggleImageButtonInstance.obj" +".\Debug\WorkspaceInstance.obj" +".\Debug\XplicitNgine.obj" +".\Debug\ArrowTool.obj" +".\Debug\DraggerTool.obj" +".\Debug\SurfaceTool.obj" +".\Debug\Tool.obj" +".\Debug\ReflectionDataTable.obj" +".\Debug\ReflectionProperty.obj" +".\Debug\ButtonListener.obj" +".\Debug\CameraButtonListener.obj" +".\Debug\DeleteListener.obj" +".\Debug\GUDButtonListener.obj" +".\Debug\MenuButtonListener.obj" +".\Debug\ModeSelectionListener.obj" +".\Debug\RotateButtonListener.obj" +".\Debug\ToolbarListener.obj" +] +Creating command line "link.exe @E:\DOCUME~1\Andreja\LOCALS~1\Temp\RSP80.tmp" +Output Window
+Compiling... +Application.cpp +e:\program files\microsoft visual studio\vc98\include\initguid.h(19) : fatal error C1189: #error : initguid: must include objbase.h first. +AudioPlayer.cpp +ax.cpp +e:\program files\microsoft visual studio\vc98\include\utility(26) : error C2079: 'second' uses undefined class 'Instance' + e:\program files\microsoft visual studio\vc98\include\xtree(28) : see reference to class template instantiation 'std::pair,class std::allocator > const ,class Instance>' being compiled + e:\program files\microsoft visual studio\vc98\include\map(46) : see reference to class template instantiation 'std::_Tree ,class std::allocator >,struct std::pair ,class std::allocator > const ,class Instance>,struct std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >::_Kfn,struct std::less ,class std::allocator > >,class std::allocator >' being compiled + e:\documents and settings\andreja\git\blocks3d\src\include\datamodelv2\instance.h(37) : see reference to class template instantiation 'std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(310) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(385) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(476) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(579) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(599) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(681) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(700) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(721) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(751) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(771) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(786) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(787) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2501: 'xml_document' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(820) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(836) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(856) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1345) : error C2989: 'xml_node' : template class has already been defined as a non-template class + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : see declaration of 'xml_node' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2143: syntax error : missing ',' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1738) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1774) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1814) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1881) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1999) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2037) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2082) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2238) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2039: 'lookup_whitespace' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2331) : error C2039: 'lookup_node_name' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2332) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2332) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2353) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2039: 'lookup_text' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2378) : error C2039: 'lookup_text_pure_no_ws' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2379) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2379) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2401) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2039: 'lookup_text_pure_with_ws' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2425) : error C2039: 'lookup_attribute_name' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2426) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2426) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2447) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : fatal error C1003: error count exceeds 100; stopping compilation +base64.cpp +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(134) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(137) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(140) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(141) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(144) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(145) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(150) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(151) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +e:\documents and settings\andreja\git\blocks3d\src\source\base64.cpp(152) : error C2039: 'push_back' : is not a member of 'basic_string ,class std::allocator >' +BrowserCallHandler.cpp +CameraController.cpp +e:\program files\microsoft visual studio\vc98\include\utility(26) : error C2079: 'second' uses undefined class 'Instance' + e:\program files\microsoft visual studio\vc98\include\xtree(28) : see reference to class template instantiation 'std::pair ,class std::allocator > const ,class Instance>' being compiled + e:\program files\microsoft visual studio\vc98\include\map(46) : see reference to class template instantiation 'std::_Tree ,class std::allocator >,struct std::pair ,class std::allocator > const ,class Instance>,struct std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >::_Kfn,struct std::less ,class std::allocator > >,class std::allocator >' being compiled + e:\documents and settings\andreja\git\blocks3d\src\include\datamodelv2\instance.h(37) : see reference to class template instantiation 'std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(310) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(385) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(476) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(579) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(599) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(681) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(700) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(721) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(751) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(771) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(786) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(787) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2501: 'xml_document' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(820) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(836) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(856) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1345) : error C2989: 'xml_node' : template class has already been defined as a non-template class + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : see declaration of 'xml_node' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2143: syntax error : missing ',' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1738) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1774) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1814) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1881) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1999) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2037) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2082) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2238) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2308) : error C2039: 'lookup_whitespace' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2331) : error C2039: 'lookup_node_name' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2332) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2332) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2353) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2354) : error C2039: 'lookup_text' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2378) : error C2039: 'lookup_text_pure_no_ws' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2379) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2379) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2401) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2059: syntax error : ';' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2059: syntax error : '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2402) : error C2039: 'lookup_text_pure_with_ws' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2425) : error C2039: 'lookup_attribute_name' : is not a member of '`global namespace'' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2426) : error C2143: syntax error : missing ';' before '{' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2426) : error C2447: missing function header (old-style formal list?) +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2447) : error C2954: template definitions cannot nest +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2143: syntax error : missing ';' before '<' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2734: 'lookup_tables' : const object must be initialized if not extern +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : error C2086: 'lookup_tables' : redefinition +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2448) : fatal error C1003: error count exceeds 100; stopping compilation +ErrorFunctions.cpp +e:\program files\microsoft visual studio\vc98\include\utility(26) : error C2079: 'second' uses undefined class 'Instance' + e:\program files\microsoft visual studio\vc98\include\xtree(28) : see reference to class template instantiation 'std::pair ,class std::allocator > const ,class Instance>' being compiled + e:\program files\microsoft visual studio\vc98\include\map(46) : see reference to class template instantiation 'std::_Tree ,class std::allocator >,struct std::pair ,class std::allocator > const ,class Instance>,struct std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >::_Kfn,struct std::less ,class std::allocator > >,class std::allocator >' being compiled + e:\documents and settings\andreja\git\blocks3d\src\include\datamodelv2\instance.h(37) : see reference to class template instantiation 'std::map ,class std::allocator >,class Instance,struct std::less ,class std::allocator > >,class std::allocator >' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(310) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(320) : error C2039: 'size_t' : is not a member of 'std' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(385) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(417) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(448) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(476) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(579) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(599) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(639) : see reference to class template instantiation 'memory_pool ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(681) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(700) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(721) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(751) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(770) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(771) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(786) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(787) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2501: 'xml_node' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(788) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(790) : see reference to class template instantiation 'xml_base ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2501: 'xml_document' : missing storage-class or type specifiers + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(819) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(820) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(836) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(856) : error C2039: 'size_t' : is not a member of 'std' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(876) : see reference to class template instantiation 'xml_attribute ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1345) : error C2989: 'xml_node' : template class has already been defined as a non-template class + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(801) : see declaration of 'xml_node' +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2143: syntax error : missing ',' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1358) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1738) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1774) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1813) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1814) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1881) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1939) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1940) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(1999) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2036) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2037) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2082) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2954: template definitions cannot nest + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2166) : error C2951: template declarations are only permitted at global or namespace scope + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ')' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2143: syntax error : missing ';' before '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2238: unexpected token(s) preceding ';' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : '<' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2167) : error C2059: syntax error : ')' + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document ' being compiled +e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2238) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body + e:\documents and settings\andreja\git\blocks3d\src\include\rapidxml\rapidxml.hpp(2300) : see reference to class template instantiation 'xml_document