I am having some issues using the sample code for the SDC2130 motor controller in Visual Studio 2010. I can connect to the controller just fine and issue commands but I receive linking errors when I insert some cin.get() statements in order to pause the program. I also have the same issue when I attempt to do some type casting.
Looking into the linking settings in the sample solution I noticed some default exclusions: MSVCPRTD.LIB and LIBCMTD.LIB. Are these the correct libraries to be excluded?