REhints / HexRaysCodeXplorer

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

Error: The specified procedure could not be found #77

Closed hatRiot closed 4 years ago

hatRiot commented 5 years ago

Building latest master with Visual Studio 2017 (SDK 10.0.17134.0) with IDA Pro and Hex-Rays x64 7.2. Builds fine (after adding defines as per issue #74 ) with IDA SDK 7.3, but doesn't load:

LoadLibrary(C:\Program Files\IDA 7.2\plugins\HexRaysCodeXplorer.dll) error: The specified procedure could not be found.
C:\Program Files\IDA 7.2\plugins\HexRaysCodeXplorer.dll: can't load file

Any ideas?

computerline1z commented 5 years ago

You can copy HexRaysCodeXplorer.dll to IDADIR and use dependency warlker to check if all dll load fine.