Romain LAUMONIER
Romain LAUMONIER
Hi Retrieving session token is not the problem. The problem is to retrieve iksm session token with https://api-lp1.znc.srv.nintendo.net/v1/Account/GetToken (or https://api-lp1.znc.srv.nintendo.net/v1/Account/Login). The ressource was updated and now needs a new parameter...
I made a tutorial to set up Qt and build the projet : https://www.eliboa.com/NxNandManager_Set_up_and_build_project_with_Qt.pdf @OrGoN3 what errors ?
Did you copy the dokan1.dll inside the release build folder (in my case build-NxNandManager-Desktop_Qt_5_13_0_MinGW64_Dynamic-Release) ? As you did for the debug folder when you followed the guide. Also, you'll need...
Also, don't forget to ALWAYS run Qt Creator as an administrator because NxNandManager will try to elevate rights at startup.
You don't need to care about warnings. Your build is fine, you should be able to run it anyway.
Yes, you would have to make a static build of Qt to get rid of all these dlls, but it's no piece of cake believe me! DLLs are dynamic libraries...
I'm glad it worked out for you both 👍 @OrGoN3 I'm guessing the reason you had to add ".../OpenSSL/bin" to your environment variable $PATH is because "libcrypto-1_1-x64.dll" was missing from...
I updated the [guide](https://github.com/eliboa/NxNandManager/blob/master/doc/NxNandManager_Set_up_and_build_project_with_Qt.pdf). Cf. the "Static build" part at the end. Let me know if something is missing or not working.
@sofakng you're not doing anything wrong, Qt Tools also have some libs to be built statically, I just forgot to add them in archive. dl & extract this archive into...
@Simzy Did you manage to build a static version after all ? From your first screenshot It look's like your "Static 64" kit is using a dynamic Qt Version. Can...