Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _D3D11CreateDevice@40 referenced in function "protected: bool __thiscall D3DApp::InitDirect3D(void)" (?InitDirect3D@D3DApp@@IAE_NXZ)
Direct3D 11 프로그래밍과 관련해서 LNK2019 Error 응답하지 않는 외부 심볼 D3D11CreateDevice 에 대한 해결책.
d3d11 정적 라이브러리 파일을 연결해 주어야 한다.
d3d11과 관련된 함수를 사용하는 최상위 헤더에
#pragma comment(lib, "d3d11.lib")
를 추가해줄 것.
[유니티 어필리에이트 프로그램]
아래의 링크를 통해 에셋을 구매하시거나 유니티를 구독하시면 수익의 일부가 베르에게 수수료로 지급되어 채널의 운영에 도움이 됩니다.
에셋스토어
여러분의 작업에 필요한 베스트 에셋을 찾아보세요. 유니티 에셋스토어가 2D, 3D 모델, SDK, 템플릿, 툴 등 여러분의 콘텐츠 제작에 날개를 달아줄 다양한 에셋을 제공합니다.
assetstore.unity.com
Easy 2D, 3D, VR, & AR software for cross-platform development of games and mobile apps. - Unity Store
Have a 2D, 3D, VR, or AR project that needs cross-platform functionality? We can help. Take a look at the easy-to-use Unity Plus real-time dev platform!
store.unity.com
Create 2D & 3D Experiences With Unity's Game Engine | Unity Pro - Unity Store
Unity Pro software is a real-time 3D platform for teams who want to design cross-platform, 2D, 3D, VR, AR & mobile experiences with a full suite of advanced tools.
store.unity.com
[투네이션]
-
toon.at
[Patreon]
WER's GAME DEVELOP CHANNEL님이 Game making class videos 창작 중 | Patreon
WER's GAME DEVELOP CHANNEL의 후원자가 되어보세요. 아티스트와 크리에이터를 위한 세계 최대의 멤버십 플랫폼에서 멤버십 전용 콘텐츠와 체험을 즐길 수 있습니다.
www.patreon.com
[디스코드 채널]
Join the 베르의 게임 개발 채널 Discord Server!
Check out the 베르의 게임 개발 채널 community on Discord - hang out with 399 other members and enjoy free voice and text chat.
discord.com
'Direct3D > Direct3D11 개발' 카테고리의 다른 글
[Direct3D] Windows 7,8 그리고 8.1을 위한 D3D 9.x/10.x/11.x의 D3D Debug Output과 DirectX Control Panel (0) | 2016.11.01 |
---|---|
[Direct3D] Direct3D Debug 빌드 (0) | 2016.11.01 |
[Direct3D 11] Window10 SDK로 포함되면서 사라진 DXTrace 함수 (0) | 2016.11.01 |
[Direct3D 11] Visual Studio 2015에서의 Direct3D 11 세팅 (0) | 2016.11.01 |