As a newbie in TI community, I'm trying to communicate via USB with my Concerto device used with the experimenter kit. I have imported "usb_dev_bulk" example. First of all, when I'm trying to run it, I come across with lots of errors as you can see below:

I can understand from the above that "usblib.lib" is corrupted. How can I rebuilt "usblib.lib" to fix these errors?
Second, I know that the communication via USB with the host (in my case, my PC) is possible via MicroUSB (J2). However, my PC does not recognize this USB. It only recognizes the miniUSB used for the XD100 emulator as "USB Serial Port (COM10)". How can I recognize the MicroUSB to my computer? I know that I can find the Windows Drivers in the path "C:\ti\controlSUITE\device_support\f28m35x\v100\MWare\windows_drivers"; however, what necessary steps should I take to install these drivers? Is that any installation file somewhere?
Third, I used to use TeraTerminal to communicate via USB and check the outputs. Which Terminal is the best to use with Concerto to communicate via USB and check input/output data?
Fourth, as I eventually want to send a bulk of data from my PC to the Controller (using a circular buffer), is that the example "usb_dev_bulk" would be a good example to show me how can I do this (using a C# in VisualStudio) or should I take a look at other examples.
Really appreciate if somebody help me with all my questions,
Regards,
Kamyar