Pinyo's Programming and Software Notes

Monday, July 31, 2006

Include VTK Libraries into VC++ .Net 2003
(July 31, 2006)

Today, I try to include VTK libraries into VC++ project by using 'additional library directectories' option, but it does not work at all. Justin told me to add the all wanted libraries into the project explicitly by
  1. Right click on the project and select 'Add'
  2. Select 'Add existing item'
  3. Select all the wanted libraries
Thank you to Justin for this.

0 Comments:

Post a Comment

<< Home