August 19, 20187 yr 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?
August 20, 20187 yr Hello, create visual studio library project, add references (wmanager.dll, robotmanager.dll, ...) and compile them to create dll file.
August 20, 20187 yr Author 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
Create an account or sign in to comment