I am using a book called Programming A Multiplayer FPS in DirectX to learn Directx programming. When compiling this code I get an error that searches for the LIBCP.LIB file. At:
it tells me that Visual Studio no longer uses this file. I figured that the SDK for Directx that came with the book must be outdated and not know to use the LIBCPMT.LIB instead. I then downloaded the 2006 version of the DirectX SDK and I got a different error that said it needed the D3DX9DT.LIB file. I looked and saw that this file was in the 2004 DirectX SDK but not the 2006. I think this means that my code is outdated and it is trying to program Directx in a too old of a version.
Therefore, I need to know if there is a way to get the original Platform SDK used in 2004 so that I can use the LIBCP.LIB file. Otherwise, please tell me how to fix this problem.
it tells me that Visual Studio no longer uses this file. I figured that the SDK for Directx that came with the book must be outdated and not know to use the LIBCPMT.LIB instead. I then downloaded the 2006 version of the DirectX SDK and I got a different error that said it needed the D3DX9DT.LIB file. I looked and saw that this file was in the 2004 DirectX SDK but not the 2006. I think this means that my code is outdated and it is trying to program Directx in a too old of a version.
Therefore, I need to know if there is a way to get the original Platform SDK used in 2004 so that I can use the LIBCP.LIB file. Otherwise, please tell me how to fix this problem.