Hi,
... ... ... Allah Is Here... I use the Visual Studio 2005 Standard Edition, with Visual C+++ and DirectX 8... I get this kind of error from the compiler, as below...
1>------ Build started: Project: Chapter 9_Project, Configuration: Debug Win32 ------
1>Compiling...
1>Crap___1.cpp
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(116) : warning C4005: 'D3DFVF_SIMPLEVERTEX' : macro redefinition
1> c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(64) : see previous definition of 'D3DFVF_SIMPLEVERTEX'
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(130) : warning C4005: 'NUM_VERTICES' : macro redefinition
1> c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(65) : see previous definition of 'NUM_VERTICES'
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(179) : warning C4101: 'buffer' : unreferenced local variable
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(288) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\headercrap1.h(289) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\crap___1.cpp(84) : warning C4244: 'return' : conversion from 'WPARAM' to 'int', possible loss of data
1>c:\documents and settings\ly heu\my documents\c++ codes\chapter 9_project\chapter 9_project\crap___1.cpp(14) : warning C4101: 'hdc' : unreferenced local variable
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'libci.lib'
1>Build log was saved at "file://c:\Documents and Settings\Ly Heu\My Documents\C++ Codes\Chapter 9_Project\Chapter 9_Project\Debug\BuildLog.htm"
1>Chapter 9_Project - 1 error(s), 7 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
_________The error seems to be with this below...
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'libci.lib'
_________What does it mean... What is compiler saying that went wrong... What seems to be the cause... How do I fix this problem... Any help...
Hey, Everybody... There must be one or two #include file to include to fix this problem with the Visual Studio 2005 Standard Edition, don't you think... Do you know which ones...