[*****   For Example   *****]
   If users want to use two I-7565-H1 or I-7565-H2 modules simultaneously in the same VC program, please follow the below steps:

[ Necessary File for VC project ]
[1] Copy "mVCI_CAN.h" and "mVCI_CAN.lib" files in VC project folder.
[2] In Debug or Release folder of VC project, Copy these three files - "mVCI_CAN.dll", "VCI_CAN.dll", "VCI_Uart.dll" in it.

[ Progarm for VC project ]
[1] Include "mVCI_CAN.h" and "mVCI_CAN.lib" to VC project. (Without using VCI_CAN.h and VCI_CAN.lib)
[2] Declare two global objects of "CMVCI_CAN" class defined in mVCI_CAN.h (Like: CMVCI_CAN I7565H1H2_Mod[2];)
[3] Execute InitDLL() function for every object of "CMVCI_CAN" class (Like: I7565H1H2_Mod[0].InitDLL();)
[4] After InitDLL() function execute successfully, every object will be one I-7565-H1 or I-7565-H2 module. Then users can use object to operate I-7565-H1/H2 module (Like: I7565H1H2_Mod[0].mVCI_OpenCAN();)
[5] Please refer to the VC demo3 of I-7565-H1/H2 for details.

