Weird error with DXUT

Started by
-1 comments, last by xytor 13 years, 4 months ago
This is the error I get:
dxut.h(30) : error C2018: unknown character '0x40'


This is line 30 of dxut.h:
#if ( _DXSDK_PRODUCT_MAJOR < 9 || _DXSDK_BUILD_MAJOR < 1455 )


The problem seems to be that _DXSDK_BUILD_MAJOR is defined as @@BUILD_MAJOR@@, and @ signs are a problem for some reason.

What can I do to fix this?

This topic is closed to new replies.

Advertisement