Open herosi opened 1 month ago
Can you manage to build for IDA Pro v9.0 with those changes? I am getting errors:
HexRaysCodeXplorer\src\HexRaysCodeXplorer\ReconstructableType.cpp(689,2): error C2065: 'struc_t': undeclared identifier HexRaysCodeXplorer\src\HexRaysCodeXplorer\ReconstructableType.cpp(689,11): error C2065: 'struc': undeclared identifier HexRaysCodeXplorer\src\HexRaysCodeXplorer\ReconstructableType.cpp(692,2): error C2065: 'member_t': undeclared identifier HexRaysCodeXplorer\src\HexRaysCodeXplorer\ReconstructableType.cpp(692,12): error C2065: 'member': undeclared identifier
Oh, I forgot to upload the changes. You can just comment out the lines for struc_t and member_t.
Can you manage to build for IDA Pro v9.0 with those changes? I am getting errors: