Data Translation
Data Translation Knowledge Base
Home / All Categories / Imaging Software / Development
KB HomeKnowledge Base Home | SearchSearch | GlossaryGlossary

Debug Console App, Machine Vision

Question:  MSVC++ tries to create library Debug/demo.lib and object Debug/demo.exp, and produces link errors 2001 on the CFilter object, all methods and constructor.  Is there anything to stop me from creating a debug console app?
 
Answer:  Under project settings - LINK - GENERAL - Object/library modules you need: ToolLibD.lib DTApiD.lib DTCryptD.lib Vfw32.lib.  Under project settings - LINK - INPUT - Additional library path put a path pointing to where the above libraries were placed (depends on where VF was installed) You can do a system search for ToolLibD.lib  If this does not help, then you should look into the filter tool example included on the CD and examine other project settings.   *Dated 06/12/01.Under project settings ->

Copyright © 2013 Data Translation, Inc. All rights reserved.