Hot Door CORE Forum

Full Version: VS_FFI_FILEFLAGSMASK
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On Windows InfoAI1x.rc has this error

undefined keyword or key name: VS_FFI_FILEFLAGSMASK

Is this normal?
(03-13-2014, 08:21 AM)VincentDoan Wrote: [ -> ]On Windows InfoAI1x.rc has this error

undefined keyword or key name: VS_FFI_FILEFLAGSMASK

Is this normal?

You might need to include the Winver.h or Windows.h header(s) in your *.rc file. Also, I believe those file flags aren't necessary, so you could replace them with 0 instead.