-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpclient: failed to resolve function #102
Comments
What is the output of Or, if you can't use dumpbin, you can type something like: |
The output
|
I don't know, it seems okay - can you share the DLL? |
Yes. I Can. The dropbox link here |
Oh - it's an x86-64 dll, support for x86-64 is still experimental. You can try it if you like! |
OK, Checking
|
But @taviso , how do i try x86-64, does this has its own brunch? I switched to x86-64 brunch and the last commit was 6 months ago. |
@Samuel-Bie here the x64 branch: https://github.com/cube0x8/loadlibrary/tree/x64 |
Trying it Today. Let u know about any issue. |
I was already running tests on that brunch https://github.com/cube0x8/loadlibrary/tree/x64 , but when running
|
Hi again. @cube0x8 and @taviso .
|
|
Hello @Samuel-Bie, first of all, thank you for reporting these issues. Please, pull the new modification I pushed on the x64 branch, clean the workspace (make clean) and try to build your target again. Meanwhile, I will try it on my machine too with the DLL you shared. |
So, I downloaded your DLL and managed to load it and link it correctly. Here some suggestions:
Please, try the points above and let me know! |
Hello @Samuel-Bie, Did you manage to get your DLL working? |
This can be considered closed, since I managed to load and link the library shared by @Samuel-Bie and there have not been other follow ups. |
HI @taviso if u can help me with this.
after running
make
and ./mpclientit says mpclient: failed to resolve function
FAIL: 1
The text was updated successfully, but these errors were encountered: