The following steps describe how to set up a project in Microsoft Visual Studio:
Helpers\SdkWrap
subdirectory (located in the Parallels Virtualization SDK directory) to the project:
SdkWrap.h
SdkWrap.cpp
These are the helper files that provide a set of methods for loading and unloading dynamic libraries. You can use the included source code file to customize this functionality if you wish.
include
directives to your program:
#include
"Include\Parallels.h"
#include
"Helpers\SdkWrap\SdkWrap.h"
The standard libraries used by the samples provided in this guide are:
#include
<stdio.h>
#include
<stdlib.h>