Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » #import ProfAuto.tlb Collapse All
Subject Author Date
Svet Asenov Nov 20, 2006 - 4:55 AM

Is it possible to #import ProfAuto type library in stdafx.h without getting amiguity errors between generated files ProfAuto.TLH and ProfAuto.H ?

Technical Support Nov 21, 2006 - 3:22 AM

You should not import ProfAuto in this way. Just include the file ../Prof-UIS/ProfAuto/Prof-UIS-AutomationPack.h in your StdAfx.h. All the other files in the ../Prof-UIS/ProfAuto/ folder are used for internal implementation of ProfAuto and you should not use them.