General info | Getting started | Samples | Components reference | FAQ | Solutions

Getting started


Adding library to the project

Before you can start writing first application with VCX, you need to add VCX library into your development environment. Refer to the table below for installation details

VS.NET 1. Open "Customize Toolbox" dialog (right-click on Toolbox).
2. Select "COM Components" tab.



3. Check components that belong to "VCProX Library" and press OK. You will see new components in the toolbox.

VB 6.0 1. Open "Components" dialog (Project\Components menu)



2. Check "VCProX library" and press OK. You will see new components in the toolbox

VC++ We recommend using C++ #import directive:
#import "VCProX.ocx"
using namespace VCProX;

...

IvcproWaveInDeviceXPtr wavein;
wavein.CreateInstance(__uuidof(vcproWaveInDeviceX));
wavein->Active = true;
		


See also...

Providers & consumers


VCX Library 3.0
Copyright © 2002-2008 Lake of Soft, Ltd
All rights reserved.