| | Compiling...
stdafx.cpp
XVertexBuffer.cpp
XTexture.cpp
XResourceManager.cpp
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(7) : warning C4251: 'XResourceManager::m_arTextures' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XTexture *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(8) : warning C4251: 'XResourceManager::m_arMeshes' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XMesh *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(9) : warning C4251: 'XResourceManager::m_arVB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XVertexBuffer *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(10) : warning C4251: 'XResourceManager::m_arIB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XIndexBuffer *,
_Ax=std::allocator
]
XMesh.cpp
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(7) : warning C4251: 'XResourceManager::m_arTextures' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XTexture *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(8) : warning C4251: 'XResourceManager::m_arMeshes' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XMesh *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(9) : warning C4251: 'XResourceManager::m_arVB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XVertexBuffer *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(10) : warning C4251: 'XResourceManager::m_arIB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XIndexBuffer *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XMesh.cpp(254) : warning C4101: 'pD3DXMtrlBuffer' : unreferenced local variable
XIndexBuffer.cpp
XDisplay.cpp
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(7) : warning C4251: 'XResourceManager::m_arTextures' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XTexture *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(8) : warning C4251: 'XResourceManager::m_arMeshes' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XMesh *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(9) : warning C4251: 'XResourceManager::m_arVB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XVertexBuffer *,
_Ax=std::allocator
]
p:\Projects\WithOUT VSS\D3DEngine1\Display\XResourceManager.h(10) : warning C4251: 'XResourceManager::m_arIB' : class 'std::vector<_Ty,_Ax>' needs to have dll-interface to be used by clients of class 'XResourceManager'
with
[
_Ty=XIndexBuffer *,
_Ax=std::allocator
]
Display.cpp
Linking...
Creating library .\Debug/Display.lib and object .\Debug/Display.exp
|