August 2, 20223 yr 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
August 2, 20223 yr 4 hours ago, zzzar said: And how to do that? https://stackoverflow.com/questions/19728943/dynamically-loading-dll-referencing-other-dlls
August 3, 20223 yr 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).
Create an account or sign in to comment