cedced30 1 Posted August 19, 2018 Share Posted August 19, 2018 Hi, i looked at some tutorials on how to build your class into a .dll but for some reason, i can't manage to do it. Whenever i try, it won't compile and displays a ton or errors (800+), but the fight class itself works pretty smooth on wRobot and doesn't display any errors. I think i have some issues with the procedure, from the start. Basically, i created a class library on visual studio, didnt write anything on the text editor, then i created a new class by rightclicking the solution explorer, i copied the dll from wRobot in a subfolder in the project, added the references and filled up the new class. Did i miss something? Link to comment https://wrobot.eu/forums/topic/9958-how-to-turn-my-c-fight-class-into-a-dll/ Share on other sites More sharing options...
Droidz 2738 Posted August 20, 2018 Share Posted August 20, 2018 Hello, create visual studio library project, add references (wmanager.dll, robotmanager.dll, ...) and compile them to create dll file. Link to comment https://wrobot.eu/forums/topic/9958-how-to-turn-my-c-fight-class-into-a-dll/#findComment-46742 Share on other sites More sharing options...
cedced30 1 Posted August 20, 2018 Author Share Posted August 20, 2018 Thank you for your response, it turns out my problem was, i kept different versions of my fight class in the same folder while working on the projet.. bad idea Link to comment https://wrobot.eu/forums/topic/9958-how-to-turn-my-c-fight-class-into-a-dll/#findComment-46748 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