Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Version Compatibility

Status
Not open for further replies.

OldBean

Technical User
Joined
Jan 16, 2003
Messages
4
Location
US
I have created a dll which has several classes in it. The dll was compiled once and amendments were required therafter to one of the classes. I have recompiled the dll selecting no compatibility. but when the dll is called the following error is logged:
Error no 430 - Class does not support Automation or does not support expected interface.

I believe this referes to one of classes within the dll.

Do I have to change the project name before recompiling with No Compatibility, or am I missing something?
 
Hi,

if you select 'no compatibility' then you must recompile
the application using the dll ;)

Bye

LauDse
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top