OK...still just trying to work on this DLL (that I did not write to begin with, but adding features and fixing some bugs).
When I came to work, I thought I might be able to do some work on the GUI part, but after my script runs I get this error msvcr120d.dll missing, and then my program crashes with the error "Subscript used with non-Array variable.", yet this code works find on my computer that has the IDE installed
I guess my question would be, how do I make sure that when I build my solution in Visual Studios 2013 express, meaning I get my DLL created, how do I add the files needed for the application to work outside of the computer that has the Visual Studios installed? Is there some type of include file, that I can make sure these get brought over with my DLL. What would the command look like?
Thanks in advance
EDIT,
And now I read this, Debug version of C runtime. No redistribution allowed, for the DLL in question, so I must be missing a step? How do you design an application/dll, if Microsoft does not allow you to redistribute some dll. Or is there something else I am missing, sorry noob here