From: Anitha on
Hi,
My application has to import a Advic32.dll file.An error
"fatal error C1083: Cannot open type library file: 'C:\Program
Files\Common Files\System\Advic32.dll': Error loading type
library/DLL."

My code uses #import.
Please help me.Its urgent.
Thank you,
Anitha

From: Jason Keats on
"Anitha" <anitha.reddykora(a)gmail.com> wrote in message
news:1121755870.236243.289120(a)g43g2000cwa.googlegroups.com...
> Hi,
> My application has to import a Advic32.dll file.An error
> "fatal error C1083: Cannot open type library file: 'C:\Program
> Files\Common Files\System\Advic32.dll': Error loading type
> library/DLL."
>
> My code uses #import.
> Please help me.Its urgent.
> Thank you,
> Anitha

#import does not exist in VB6.

I believe you are after a "dotnet" or "vsnet" group. For example:
microsoft.public.dotnet.languages.vb


From: Anitha on

Hi,
Sorry i have posted in wrong forum .I am using VC++6.0
Plz if you know help me.
Thank you,
Anitha
Jason Keats wrote:
> "Anitha" <anitha.reddykora(a)gmail.com> wrote in message
> news:1121755870.236243.289120(a)g43g2000cwa.googlegroups.com...
> > Hi,
> > My application has to import a Advic32.dll file.An error
> > "fatal error C1083: Cannot open type library file: 'C:\Program
> > Files\Common Files\System\Advic32.dll': Error loading type
> > library/DLL."
> >
> > My code uses #import.
> > Please help me.Its urgent.
> > Thank you,
> > Anitha
>
> #import does not exist in VB6.
>
> I believe you are after a "dotnet" or "vsnet" group. For example:
> microsoft.public.dotnet.languages.vb