Question and Answer Database
FAQ1168C.txt Using DirectX with BC5.x 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