Hardware 3D (C++ DirectX Graphics) Tutorial 7

From Chilipedia
Revision as of 23:26, 18 January 2019 by Chili (Talk | contribs) (Video Timestamp Index)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You gotta check your goddamn error codes. Also, adding custom icons for your apps is sexy shit.

Topics Covered

  • Exception throwing/handling system for API errors
  • FormatMessage for get descriptions of HRESULTs
  • Custom window/application icons

Video Timestamp Index

Tutorial 7

Errata

The error check for the window rect adjustment function is not correct (the FAILED macro is not appropriate here). This will be addressed in a future video.

Source Code

See also