GithubHelp home page GithubHelp logo

Comments (5)

codecat avatar codecat commented on May 27, 2024 1

Sure, I'll take a look late tonight.

from clawsearch.

codecat avatar codecat commented on May 27, 2024

Hey, I've uploaded prebuilt binaries here. Let me know if they work, I haven't had much time to try it yet today.

I've also fixed a few building errors and committed those, so if you want to compile it yourself, maybe it will work now.

from clawsearch.

prolium avatar prolium commented on May 27, 2024

Thanks a lot, the 32-bit version worked (tested on Sonic Mania), but the 64-bit version didn't, log tab says failed to load plugin.

As for compiling the project, i found that the linking problem was because of the libraries IUP and CD since they're built with static linking to Visual C++ 14.0 (2015) as stated here in the download tips page.
After replacing all .lib files of IUP and CD with the ones built for Visual C++ 12.0 (2013) , the project was successfully compiled!

But comes another problem, if the plugin was compiled with the static version of both libraries, then the 64-bit version fails to be loaded in the debugger, but if the project was built with the dynamic version of the libraries then it works! but then of course you have to copy/paste the .dll files along the with the .dp64 file.

Debugger version: snapshot_2017-10-24_01-20
OS: Windows 10 x64 v1607 (build 14393, aka Anniversary Update )

from clawsearch.

codecat avatar codecat commented on May 27, 2024

That's interesting. I don't really understand why that would be a problem. Maybe it's linking with the wrong static lib files or something?

Since this issue is solved, I'll close it now. Perhaps open a new issue for the static libs?

from clawsearch.

prolium avatar prolium commented on May 27, 2024

Sure, will do, i'll try to figure out what's wrong (if i could) before opening a new issue.

from clawsearch.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.