[vtkusers] VS9 linking errors

Adriano Gagliardi agagliardi at ara.co.uk
Mon May 24 09:32:25 EDT 2010


Dear All,

I'm having trouble getting vtk libs to link using VS9 and Cmake. When trying
to compile at the linking stage I'm getting this error:

Linking...
LINK : fatal error LNK1104: cannot open file 'vtkHybrid.lib'

I checked the include and library paths and they (appear) to be pointing to
the correct place. The Cmake code I'm using is:

OPTION(VTK_REQUIRED "Set to OFF if project does not require VTK" OFF)
IF(VTK_REQUIRED)
    FIND_PACKAGE(VTK)
    IF(VTK_USE_FILE)
        INCLUDE(${VTK_USE_FILE})
        SET(VTK_COMPONENTS vtkHybrid)
	  LINK_LIBRARIES(${VTK_COMPONENTS})
        ADD_DEFINITIONS(-DUSEVTK)
    ENDIF(VTK_USE_FILE)
ENDIF(VTK_REQUIRED)

Am I missing something here? It works fine under linux.

Regards,

Adriano

===================================

Adriano Gagliardi MEng PhD
Business Sector Leader
Computational Aerodynamics
Aircraft Research Association Ltd.
Manton Lane
Bedford

Tel: 01234 32 4644
E-mail: agagliardi at ara.co.uk
Url: www.ara.co.uk 


**********************************************************************
This email contains information that is private and confidential and is intended only for the addressee.
If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.
Note: All email sent to or from this address may be accessed by someone other than the recipient, for
system management and security reasons.
Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office:
Manton Lane, Bedford MK41 7PF England VAT No GB 196351245

**********************************************************************



More information about the vtkusers mailing list