Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name Already Exists?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00669461
Message ID:
00669712
Vues:
8
I think it's because I did an early bind in my setup.prg (a program that runs at IDE load to set my environment for the current project) and the same early bind was in my main.prg:
Public oConfigDoc
oConfigDoc = CreateObjectEx("Msxml2.FreeThreadedDOMDocument.4.0","","")
Thanks.

By the way, that is the correct syntax for early binding, right?

>Hi Steve,
>
>>OLE eerror code 0x8002802d: Name already exists in the library.
>
>This error (TYPE_E_NAMECONFLICT)is raised while creating the type library when a duplicate name was detected. Maybe you have two OLEPUBLIC classes with the same name or a class that has two methods of the same name.
>
>Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform