I am trying to convert a FF31/PB9 project to FF35/PB10 and I am getting a compiler error message.
Error Message is: "Error 460 UNDEFINED EQUATE" regarding to %CSIDL_FLAG_CREATE but this equate is part of the ShFolder.inc of Jose Roca's include files and the settings of the environment options (Jose Roca's Include Path) are correct.
What do I need to do?
Add #INCLUDE "shlobj.inc".