REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.41k stars 389 forks source link

Added Compat.cpp and Compat.h for IDA 9.0 in HexRaysCodeXplorer.vcxproj #122

Open herosi opened 1 month ago

blue-devil commented 4 weeks 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
herosi commented 4 weeks ago

Oh, I forgot to upload the changes. You can just comment out the lines for struc_t and member_t.