Activity for chas whitley

  • chas whitley chas whitley posted a comment on discussion Help

    Hi Daniel, Sorry, I meant which revision. I don't have VS 2022, but I have VS 2010, 2013, 2015 and 2017. I think I can reproduce your linker error with 2015 and 2017. To resolve the issue Open the Solution Explorer, Right Click on HEmuDrv, Select Properties. Select "Linker|Input|Additional Dependencies", remove libcmt.lib. Then Select "Linker|Input|Ignore All Default Libraries", clear/delete this option. Chas

  • chas whitley chas whitley posted a comment on discussion Help

    Good afternoon Daniel, I've been handling configuration management for HEmu 4.0. What version of HEmu are you using? FYI, I'll be away from a computer until Sunday afternoon. I'll take a look at your issue and try to get you a response by COB Monday evening. Standing by... Thanks Chas

  • chas whitley chas whitley posted a comment on discussion Open Discussion

    Good morning, The following 4.0 CCL errors were reported by Elliot Catalano (DiamondVisionics). I will forward the updated files asap. CigiBaseSymbolTexturedPolygonDef.cpp: • Copy Constructor: • SymbolID = BaseIn.TextureID; changed to TextureID = BaseIn.TextureID; Reason: The copy constructor was incorrectly copying in TextureID into SymbolID rather than TextureID • Copy Operator: • SymbolID = BaseIn.TextureID; changed to TextureID = BaseIn.TextureID; Reason: The copy constructor was incorrectly...

1