saleae / simple-parallel-analyzer

Saleae Simple Parallel Analyzer
MIT License
7 stars 7 forks source link

Failed to load custom analyzer (simple-parallel-analyzer\build\bin\Analyzer.dll): Loaded library does not have required functions #9

Closed ChrisIdema closed 1 year ago

ChrisIdema commented 1 year ago

I successfully build the analyzer. I get the following error when adding the bin folder to Logic2 and restarting it:

Failed to Load Custom Analyzer
Failed to load custom analyzer (simple-parallel-analyzer\build\bin\Analyzer.dll): Loaded library does not have required functions
timreyes commented 1 year ago

Sorry for the confusion! The correct dll file will be located in the "build" folder. It should be called simple_parallel_analyzer.dll. Hope that solves it!

ChrisIdema commented 1 year ago

Thanks! I looked in the wrong folder. I followed the instructions from https://support.saleae.com/faq/technical-faq/setting-up-developer-directory but they have a different location and simply say

Browse to the location where the .dll, .so, or .dylib analyzer library is stored

But in this case there are multiple locations with a dll. After renaming "Simple Parallel" in both locations I got it to work. Thanks!

timreyes commented 1 year ago

Ah, glad to hear you got that to work! Sorry about the documentation not being clear. I'll get that on the backlog to fix.