zzzar 13 Posted August 2, 2022 Share Posted August 2, 2022 Hello, i create dll with navigation methods, want use them in profiles. I assume i must put dll in wrobot\bin and can use it in profiles like, for example Nav.To.Kalimdor() ? If so, for some reason it not work, even add using Nav; to profile didn't help Link to comment https://wrobot.eu/forums/topic/14690-can-we-use-custom-libraries-with-wrobot/ Share on other sites More sharing options...
TechMecca 7 Posted August 2, 2022 Share Posted August 2, 2022 Yes you can but you’d need to load the Dll into memory. Link to comment https://wrobot.eu/forums/topic/14690-can-we-use-custom-libraries-with-wrobot/#findComment-66367 Share on other sites More sharing options...
zzzar 13 Posted August 2, 2022 Author Share Posted August 2, 2022 And how to do that? Link to comment https://wrobot.eu/forums/topic/14690-can-we-use-custom-libraries-with-wrobot/#findComment-66371 Share on other sites More sharing options...
TechMecca 7 Posted August 2, 2022 Share Posted August 2, 2022 4 hours ago, zzzar said: And how to do that? https://stackoverflow.com/questions/19728943/dynamically-loading-dll-referencing-other-dlls Link to comment https://wrobot.eu/forums/topic/14690-can-we-use-custom-libraries-with-wrobot/#findComment-66372 Share on other sites More sharing options...
Droidz 2738 Posted August 3, 2022 Share Posted August 3, 2022 Hello, I think the easiest way would be to create a plugin dll that uses (therefore loads) this dll (which you can place in the bin folder). Otherwise, you can load this DLL manually (with code as mentioned before) at the beginning of your profile (but you have to load it only once, otherwise you will have conflicts). Link to comment https://wrobot.eu/forums/topic/14690-can-we-use-custom-libraries-with-wrobot/#findComment-66379 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now