Bulunamadı build alınabilir world editör src

  • Konuyu açan Konuyu açan Tengrist
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 10
  • Gösterim Gösterim 107
Konu sahibinin aradığı materyalleri bulunamadığı için "Bulunamadı" öneki eklenmiştir. Eğer aynı materyalleri arıyorsanız yorumlara bakabilirsiniz. İstediğiniz materyallere bu konuda bulamadıysanız yeni konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

Tengrist

MT Üye
MT Üye
Mesaj
690
Çözümler
25
Beğeni
504
Puan
809
Ticaret Puanı
0
arkadaşlar world editör'ün gölge oluşturma mantıklarında değişiklik yaptım ama build alamıyorum(hiç ellemediğim hallinde de alamıyorum), visual studio 2013 ile vs. build alınabilir hali varsa paylaşabilir misiniz arşivinizde?
 
nasıl hatalar veriyor ki
2010 vs mi lazım?:
Genişlet Daralt Kopyala
1>------ Build started: Project: EterLocale, Configuration: Debug Win32 ------
2>------ Build started: Project: EterPack, Configuration: Debug Win32 ------
3>------ Build started: Project: PRTerrainLib, Configuration: Debug Win32 ------
4>------ Build started: Project: SpeedTreeLib, Configuration: Debug Win32 ------
5>------ Build started: Project: SphereLib, Configuration: Debug Win32 ------
6>------ Skipped Build: Project: WorldEditor, Configuration: MfcDebug Win32 ------
6>Project not selected to build for this solution configuration
7>------ Build started: Project: eterGrnLib, Configuration: Debug Win32 ------
8>------ Build started: Project: gamelib, Configuration: Debug Win32 ------
9>------ Build started: Project: mileslib, Configuration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
5>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
8>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
10>------ Build started: Project: eterlib, Configuration: Debug Win32 ------
10>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
11>------ Build started: Project: scriptLib, Configuration: Debug Win32 ------
11>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".
7>  StdAfx.cpp
7>  LODController.cpp
7>  Material.cpp
7>d:\client\etergrnlib\../eterbase/Filename.h(236): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7>          D:\vs2k13\VC\include\string.h(112) : see declaration of 'strcpy'
7>Material.cpp(209): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
7>          D:\vs2k13\VC\include\stdio.h(346) : see declaration of '_snprintf'
7>Material.cpp(230): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
7>          D:\vs2k13\VC\include\string.h(255) : see declaration of 'strnicmp'
7>  Mesh.cpp
7>  Model.cpp
7>  ModelInstance.cpp
7>  ModelInstanceCollisionDetection.cpp
7>  ModelInstanceModel.cpp
7>  ModelInstanceMotion.cpp
7>  ModelInstanceRender.cpp
7>  ModelInstanceUpdate.cpp
7>  Motion.cpp
7>Motion.cpp(66): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
7>          D:\vs2k13\VC\include\string.h(253) : see declaration of 'stricmp'
7>  Thing.cpp
7>  ThingInstance.cpp
7>  Util.cpp
7>  Generating Code...
7>  eterGrnLib_VC90.vcxproj -> D:\Client\EterGrnLib\.\Debug\eterGrnLib.lib
========== Build: 1 succeeded, 9 failed, 0 up-to-date, 1 skipped ==========
bu tarz kardom
 
martynin mfc released olarak derlediğini gördüm, normal released derleyince çıkması gereken bir path bulamadım kodlarda ben de mfc released olarak derleyyim dedim 13 successful 1 tane de olmamış aldığım hatayı bırakıyorum buraya:
Linkleri görebilmek için giriş yap veya kayıt ol.


yardımcı olabilirseniz çok sevinirim.
 
martynin mfc released olarak derlediğini gördüm, normal released derleyince çıkması gereken bir path bulamadım kodlarda ben de mfc released olarak derleyyim dedim 13 successful 1 tane de olmamış aldığım hatayı bırakıyorum buraya:
Linkleri görebilmek için giriş yap veya kayıt ol.


yardımcı olabilirseniz çok sevinirim.
Kod:
Genişlet Daralt Kopyala
8>d:\worldeditor\./DataCtrl/ObjectData.h(144): error C2146: syntax error : missing ';' before identifier 'strModelFileName'
8>d:\worldeditor\./DataCtrl/ObjectData.h(144): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(144): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(145): error C2146: syntax error : missing ';' before identifier 'strSourceSkinFileName'
8>d:\worldeditor\./DataCtrl/ObjectData.h(145): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(145): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(146): error C2146: syntax error : missing ';' before identifier 'strTargetSkinFileName'
8>d:\worldeditor\./DataCtrl/ObjectData.h(146): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(146): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(273): error C2146: syntax error : missing ';' before identifier 'm_strShapeDataPathName'
8>d:\worldeditor\./DataCtrl/ObjectData.h(273): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>d:\worldeditor\./DataCtrl/ObjectData.h(273): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Yazım hatası var sanırım. Bu satırı kontrol et.
 
bu hatadan sonra yaklaşık 20 tane daha düzenlemeden sonra hala hatalar geldi bir gün derlenebilir src ya da marty kendi srcsini paylaşırsa world editörle o zaman uğraşmaya devam edeceğim herkesee teşekkürler. Zaman yolcuuğu gibiydi visual sstudio 2010da çalışmak..
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Üst