[vtkusers] vfw32.dll / Borland C++ Builder 6
Dean Inglis
dean.inglis at sympatico.ca
Wed May 16 12:30:50 EDT 2007
Hi Isidro,
vfw32.dll should be in your system path.
The Borland library that links to the
corresponding vfw32.lib is in your
Borland install dir under
..\lib\pdsk
In your install ..\bin dir, there
are two text config files:
bcc32.cfg
and
ilink32.cfg
in bcc32.cfg, add the full path to
the pdsk directory on the line starting
with -L, for example (this is for Borland Developer studio: BDS,
but is similar for Builder 6):
-L"C:\Program Files\Borland\BDS\4.0\lib";"C:\Program
Files\Borland\BDS\4.0\lib\obj";"C:\Program
Files\Borland\BDS\4.0\lib\release";"C:\Program
Files\Borland\BDS\4.0\lib\PSDK";"C:\Program
Files\Borland\BDS\4.0\lib\Indy10"
Dean
More information about the vtkusers
mailing list