Hi all.. Im importing COM server exe which on the remote machine in my client program..But I'm not able to import..I'm getting fatal error C1083: Cannot open type library file: '\\remotemachinename\FileServer.exe':
This is the import statement:
#import "\\remotemachinename\FileServer.exe"
using namespace FILESERVERLib;


Thank u...