You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Microsoft® provided samples use Visual Studio projects. The vcxproj file seems to include a special <IndirectDisplayDriver>true</IndirectDisplayDriver> directive. How can I achieve the same thing with xmake?
If I just follow the standard xmake templates for UMDF drivers, iddcx.h cannot be found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I would like to use xmake to build a Microsoft® Windows Indirect Display Driver.
All Microsoft® provided samples use Visual Studio projects. The
vcxproj
file seems to include a special<IndirectDisplayDriver>true</IndirectDisplayDriver>
directive. How can I achieve the same thing with xmake?If I just follow the standard xmake templates for UMDF drivers,
iddcx.h
cannot be found.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions