| Summary: | Compile error on Window 8 (DirectX SDK) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | dakarahun |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | cdifan |
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Windows 8 | ||
|
Description
dakarahun
2013-09-07 08:28:31 UTC
You may need to set the DirectX SDK "Include directory" in the include search path. You can either hard-code this or use an environment variable, e.g. DXSDK_DIR like so: %(DXSDK_DIR)\Include. CD-i Fan has the correct solution, assuming you have the DirectX SDK installed. Cheers! |