Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLEPublic dll can not be found by calling program
Message
De
21/10/2002 15:45:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLEPublic dll can not be found by calling program
Divers
Thread ID:
00713637
Message ID:
00713637
Vues:
52
I am using VFP 6.0 sp5, NT 4.0 sp6.

I created an OLEPublic object back in VFP 5 and am now trying to make a new one in VFP 6.
Writing and compling the program is no problem. But when I build my calling program with the following code:

local nhandleAdhocole, ncount, thearray[1], oAdhoc
dimen thearray[1,1]
thearray[1,1] = "Test"
SET OLEOBJECT ON
nhandleAdhocole = createobject("testing.test1")
oAdhoc = nhandleAdhocole
ncount = oAdhoc.ArrayDisplay(@thearray)
release oAdhoc, nhandleAdhocole
release all extended

the program comes back and says that class "testing.test1" is not found.

oh, Testing is the exe name
test1 is the class name for OLEPublic

any clues that someone can send me??

TIA,
Beth
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform