by Bainespal » Thu Mar 14, 2013 11:00 am
As of the latest updates to Roodylib, newmenu.h and beta.h, when I compile with both BETA and USE_EXTENSION_CREDITING set, I get these errors:
Code: Select all
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:59: Error: Unknown compiler directive: version_obj
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:60: Error: Unknown compiler directive: {
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:61: Error: Unknown compiler directive: in
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:62: Error: Unknown compiler directive: desc_detail
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:63: Error: Unknown compiler directive: " by Bert Byfield, Mike Snyder, and Roody Yogurt"
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:64: Error: Unknown compiler directive: }
When I comment out either of the lines to unset one or the other of those two settings, the game compiles. So, it appeas that the current version of Beta.h is incompatible with the code for the new extension crediting feature.
As of the latest updates to Roodylib, newmenu.h and beta.h, when I compile with both BETA and USE_EXTENSION_CREDITING set, I get these errors:
[code]C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:59: Error: Unknown compiler directive: version_obj
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:60: Error: Unknown compiler directive: {
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:61: Error: Unknown compiler directive: in
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:62: Error: Unknown compiler directive: desc_detail
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:63: Error: Unknown compiler directive: " by Bert Byfield, Mike Snyder, and Roody Yogurt"
C:\Documents and Settings\Bainespal\IF\Hugo\Library\beta.h:64: Error: Unknown compiler directive: }[/code]
When I comment out either of the lines to unset one or the other of those two settings, the game compiles. So, it appeas that the current version of Beta.h is incompatible with the code for the new extension crediting feature.