Hot Door CORE Forum
VS_FFI_FILEFLAGSMASK - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: Getting started (http://hotdoorcore.com/forum/forumdisplay.php?fid=6)
+--- Thread: VS_FFI_FILEFLAGSMASK (/showthread.php?tid=13)



VS_FFI_FILEFLAGSMASK - VincentDoan - 03-13-2014

On Windows InfoAI1x.rc has this error

undefined keyword or key name: VS_FFI_FILEFLAGSMASK

Is this normal?


RE: VS_FFI_FILEFLAGSMASK - garrett - 03-13-2014

(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.