The project compiles fine in Debug x64, but when trying to compile in Release, x64 the linker throus the following fatal error:
2>LINK : fatal error C1047: The object or library file 'HexControl\HexControl.lib' was created by a different version of the compiler than other objects like 'E:\Code\Tools\PEExplorerV2-master\x64\Release\PEParser.lib'; rebuild all objects and libraries with the same compiler
Yeah, I need to add the source code for the Hex Control so that it compiles with the same compiler.
I recommend you switch to the TotalPE project, which is my "current" PE Viewer project.
The project compiles fine in Debug x64, but when trying to compile in Release, x64 the linker throus the following fatal error:
2>LINK : fatal error C1047: The object or library file 'HexControl\HexControl.lib' was created by a different version of the compiler than other objects like 'E:\Code\Tools\PEExplorerV2-master\x64\Release\PEParser.lib'; rebuild all objects and libraries with the same compiler