Error loading type library

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to compile an ActiveX component which contains a type library
in Vista Home Premium.

It opens fine in the IDE. It's when I attempt to compile that I get the
error:
[Error] RLINK32: Error opening file "C:\...\COM\Biz\ListingsSysBiz.TLB"

Are there any special security issues that are preventing me from compiling
type libraries?

Thanks,
Doug
 
It opens fine in the IDE. It's when I attempt to compile that I get the
error:
[Error] RLINK32: Error opening file "C:\...\COM\Biz\ListingsSysBiz.TLB"

I am not sure but it seems that it is not a security-related issue. It seems
that
a file is missing or cannot be accessed (for instance, you might be required
to execute IDE as Administrator).
 
Back
Top