Weicheng 0 Posted November 2, 2017 Share Posted November 2, 2017 This may be a dumb question, but I cant find any useful information for solution. I am using VS2017 Community So as I click "Add reference" to add those dlls to my project, I actually get absolute reference, If I distribute my FC/Plugin to market, I dont think others can just run it. So is there a way to add relative reference? As soon as I compile and give away my "xxxfighterclass.dll". they can just put it under their fighter class folder and good to run? Link to comment https://wrobot.eu/forums/topic/7545-how-to-add-wrobot-dll-as-relative-reference-to-my-project/ Share on other sites More sharing options...
reapler 154 Posted November 2, 2017 Share Posted November 2, 2017 (edited) Hello @Weicheng, adding the references to your visual studio project shouldn't make any problems in the end. The compiled libary can be put in the desired folder and can be run as long the referenced libraries are in "\WRobot\Bin\" or in the same folder with its executing library but this doesn't count for net framework related libraries. So, yes under normal conditions you can distribute your library and they're good to go. Edited November 2, 2017 by reapler Link to comment https://wrobot.eu/forums/topic/7545-how-to-add-wrobot-dll-as-relative-reference-to-my-project/#findComment-34439 Share on other sites More sharing options...
Weicheng 0 Posted November 3, 2017 Author Share Posted November 3, 2017 Thanks, I will try then Link to comment https://wrobot.eu/forums/topic/7545-how-to-add-wrobot-dll-as-relative-reference-to-my-project/#findComment-34447 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