My application Im creating uses DirectX5. Ive implemented DirectX5 by replacing the LIB, H, and INC directx files with the newer versions, in my default vs97 LIB, INC folders.
It seems to work successfully, but my help content still only contains DX3 functions, because VS97 has DX3 built in.
Does anyone know how I can upgrade my VC++ 97 help content from DirectX3 (built in to the VS97 help) to a later DirectX version?
The help files are .ivt/.ivi files.
Do I need to download a patch or something?
Or do I need to refer to the DirectX5/6 SDK reference seperately when I need help/reference?