electronicarts / CnC_Remastered_Collection

Other
18.34k stars 4.74k forks source link

TXT_IRON_CURTAIN undeclared identifier #11

Closed xiangzhai closed 4 years ago

xiangzhai commented 4 years ago

Hi,

TXT_IRON_CURTAIN undeclared identifier for Release WIN32 Rebuild:

d:\project\xiangzhai\cnc_remastered_collection-master\redalert\bdata.cpp(270): error C2065: 'TXT_IRON_CURTAIN': undeclared identifier

Windows 10 Home edition Visual Studio Community 2017 Windows 8.1 SDK

Thanks, Leslie Zhai

sexdevil commented 4 years ago

I solved the problem by manually include "../REDALERT/CONQUER.H" in REDALERT/BDATA.CPP, it seems when REDALERT do compling ,it included the TIBERIANDAWN/CONQUER.H .

xiangzhai commented 4 years ago

@sexdevil Thanks!