PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Christoph Embacher on November 27, 2011, 07:23:25 PM

Title: compiler error question
Post by: Christoph Embacher on November 27, 2011, 07:23:25 PM
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?
Title: Re: compiler error question
Post by: José Roca on November 27, 2011, 08:06:31 PM
Add #INCLUDE "shlobj.inc".