InterviewSolution
| 1. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Using Visual C++? |
|
Answer» Accessing Virtual Server USING Visual C++: Accessing the Virtual Server COM object using VC++ requires a few MANUAL STEPS to set up the development environment PROPERLY. TWO files are included with Virtual Server: "VSComInterfaces.h" and "VSComInterfaces.lib". These two files are located in the "Program FilesMicrosoft Virtual ServerDocumentation" directory after installation. Accessing Virtual Server using Visual C++: Accessing the Virtual Server COM object using VC++ requires a few manual steps to set up the development environment properly. Two files are included with Virtual Server: "VSComInterfaces.h" and "VSComInterfaces.lib". These two files are located in the "Program FilesMicrosoft Virtual ServerDocumentation" directory after installation. |
|