ientity or ientity on vs 2008
migrating a plugin from 2005 to 2008 vs, and ran into issues with the ientity used in solidworks and the one used in windows's api. this causes all sort of communication errors in the app. things like "cannot define guid for type ientity" becomes a common error.
what's the strategy here?
we're trying to use a rename in the stdafx.h and rename ientity to ientitynew to see if this solves the problem for us.
any hints or ideas about our dilemma?
this is what namespaces are invented for; to resolve the conflict replace the entries of ientity with sldworks.ientity