
#Import adoconflict(urgent)
Hi
My client app import a com dll which implements ado function.
My client also need to import msado15.dll.
So i have conflict between these two dlls.....
#import <C:\program files\common files\system\ado\msado15.dll> \
rename_namespace("adoNamespace")\
rename( "EOF", "adoEOF" )
#import "C:\Binu\VC++Test\busPublisher\ReleaseMinSize\busPublisher.dll"\
no_namespace rename("EOF","pubEOF")
It compiles properly, but fails to instantiate ado objects at the client
Thanks
Shelly