DirectX 설치 DirectX 환경설정 – 설치 : DirectX SDK 2004 년 혹은 2005 년 버전 – 압축해제는 C:\DXSDK 로, –INCLUDE 및 LIB 파일 추가 도구 => 옵션 =>Directories 에서 INCLUDE/LIB 를 다음으로 설.

Slides:



Advertisements
Similar presentations
10 주 실습강의 XML Visualization(2) 학기, 소프트웨어 설계 및 실험 ( Ⅰ )
Advertisements

RSA library 資訊101乙 F 郭至軒.
Chapter 8: Programming the Microprocessor. Copyright ©2009 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. The Intel.
Programming The Development Environment and Your First C Program.
Computer Vision 碩二 許富量 Introduction to Intel OpenCV Library.
Introduction to DirectX Implementation. Installing DirectX SDK To write and execute DirectX 9.0 programs, you need both : DirectX 9.0 runtime and the.
Lab2 TA Notes. Set up for Visual C++ New Workspace Win32 Console Application – This runs from a command line Chose Blank Project Add your.C file Build.
LaMothe DirectX Game in Visual Studio 2008 Matthew Sable.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
Oracle webcache Installation Guide - 기본 Setting & Tunning 포함 – Version : Webcache StandAlone 전자계산소
Introduction to Logic and Computer Design Chapter 1 Introduction Definition of TERMS † Platform, BSP(Board Support Package), Common.
인터럽트의 개요 Interrupt의 처리 과정
ZONG Wen Department of Computer Science and Engineering The Chinese University of Hong Kong
Mohammadreza Asghari Oskoei University of Allameh 2012 Introduction to Visual Studio 2010.
Lecture 11 Dynamic link libraries. Differences between static libraries and DLLs In static library code is added to the executable. In DLL, the code is.
Kim, Sung-Ho School of Computer, Information and Communication Engineering Sangji Univ.
Programming with Visual C++ A short review of the process.
Visual Linker ARD presentation. slide 2  Background and Vision  Problem Domain  Stakeholders  Functional Requirements  Non Functional.
Visual Linker Prototype presentation.
The LC-3 – Chapter 7 COMP 2620 Dr. James Money COMP
1 C Programming Week 2 Variables, flow control and the Debugger.
Programming with Visual Studio.NET A short review of the process.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Writing a Run Time DLL The application loads the DLL using LoadLibrary() or LoadLibraryEx(). The standard search sequence is used by the operating system.
ARToolKit Settings The department of Computer Engineering Shin ho hwan.
9 주 실습강의 XML Visualization(1) 학기, 소프트웨어 설계 및 실험 ( Ⅰ )
Dissecting the Windows CE Build Process James Y. Wilson Principal Engineer, Windows Embedded MVP CalAmp, Inc. James Y. Wilson Principal Engineer, Windows.
영상 획득 영상 저장 카메라 파라메터 커스텀 이미지
Computer Graphics Lab 1 OpenGL.
1 How to Install OpenGL u Software running under Microsoft Windows makes extensive use of "dynamic link libraries." A dynamic link library (DLL) is a set.
Lab00-Getting Started with VC Launch VS 2005 Launch Visual Studio 2005 – Start > All Programs > Microsoft Visual Studio 2005 > Microsoft Visual.
Configuring, Managing and Maintaining Windows Server® 2008 Servers Course 6419A.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Memory & Storage Architecture Seoul National University Python Installation In PC (Window, Mac OS) Byoungjun Kim Ansu
C Programming Lecture 3 : C Introduction 1 Lecture notes : courtesy of Woo Kyun and Chang Byung-Mo.
Analog IC design 7주차 Dec.4th Multimedia Lab..
1. 2 Extending Cloud Foundry to.NET 3 OVER 6 MILLION DEVELOPERS ENTERPRISE DEVELOPERS TOP 10 ON GITHUB OVER 6 MILLION DEVELOPERS.
Tips. Iteration On a list: o group = ["Paul","Duncan","Jessica"] for person in group: print(group) On a dictionary: o stock = {'eggs':15, 'milk':3, 'sugar':28}
Apache Web Server v. 2.2 Reference Manual Chapter 2 Starting Apache.
Visual Linker ADD presentation. slide 2  Project Overview And Vision  Project System View  The System Life Cycle  Data Model and.
1 CS 192 Lecture 4 Winter 2003 December 8-9, 2003 Dr. Shafay Shamail.
Development Environment Setup
Chapter 8: Programming the Microprocessor
Chapter 5- Assembling , Linking, and Executing Programs
MODULAR PROGRAMMING Many programs are too large to be developed by one person. programs are routinely developed by teams of programmers The linker program.
Error Handling – the Debug and Trace Classes
System IC Design Lab. Dongguk University
COMP 170 – Introduction to Object Oriented Programming
Introduction to OpenGL
XINFO – Programming Languages zOS – PL1
TCL command in C, a simple example Nguyen Truong – GCS VN Aug 5, 2004
and Executing Programs
1. Open Visual Studio 2008.
ms vısual studıo 2008-Introductıon TUTORIAL
Optimizations Module #4 of 6.
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
CS 240 – Advanced Programming Concepts
Developing Java Applications with NetBeans
Developing Java Applications with NetBeans
Cppunit demo Download cppunit from VC 6.0 需完全安装
Input and Output Python3 Beginner #3.
Қош келдіңіздер!.
The Role of Command Line Compiler (csc.exe)
CSC 253 Lecture 15.
Информатика пән мұғалімі : Аитова Карима.
Libraries in Assembly 6/10/2019 TUC-N dr. Emil CEBUC.
Types of Errors And Error Analysis.
Introduction to OpenGL Programming
Presentation transcript:

DirectX 설치 DirectX 환경설정 – 설치 : DirectX SDK 2004 년 혹은 2005 년 버전 – 압축해제는 C:\DXSDK 로, –INCLUDE 및 LIB 파일 추가 도구 => 옵션 =>Directories 에서 INCLUDE/LIB 를 다음으로 설 정 C:\DXSDK\INCLUDE C:\DXSDK\LIB 학기컴퓨터애니메이션 1

DirectX 컴파일시 (Visual C++ 6.0) 여러 파일 추가시 –project => Add-to-project => Files 에서 해당 파일들 추가 빌드시 링크해야 하는 것 –project => Setting => Link 에서 d3d9.lib d3dx9.lib winmm.lib 추가 console => windows 로 변경 학기컴퓨터애니메이션 2

오류 처리 (1) LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main 오류 처리 –Project => Setting => Link 에서 –console => windows 로 바꿈 d3dx9.lib(fastftoa.obj) : error LNK2001: unresolved external symbol __aulldvrm Debug/camera.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. 오류 처리 –Project => Setting => Link 에서 –d3d9.lib d3dx9d.lib winmm.lib 추가 (d3dx9 => d3dx9d 로 변경 링크 ) 학기컴퓨터애니메이션 3

오류처리 (2) Linking... d3dx9.lib(jidctflt.obj) : error LNK2001: unresolved external symbol __ftol2 d3dx9.lib(cshaderprogram.obj) : error LNK2001: unresolved external symbol __ftol2 d3dx9.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol __ftol2 d3dx9.lib(cbaseprogram.obj) : error LNK2001: unresolved external symbol __ftol2 d3dx9.lib(cprogram.obj) : error LNK2001: unresolved external symbol __ftol2 … 등 오류 발생 시  Project=>Setting => Link => Object/Library Module 에서 –d3d9.lib d3dx9d.lib winmm.lib 으로 해야 함 학기컴퓨터애니메이션 4