Главная страница | назад





Article #16168: Using DirectX with BC5.x

Question and Answer Database FAQ1168C.txt Using DirectX with BC5.x
Category : Windows API
Platform : Win95/NT
Product : All32Bit

Question: What do I need to do to get the C++ compiler to work with DirectX?

Answer: There are no problems at all to use 5.0 for DirectX development. All you need to do is create import libraries for the DirectX DLLs ( i.e. ddraw.dll ). You do that by running implib.exe. Once the import lib. is created, you add it to the project.

Last Modified: 10-MAY-00