Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM, using in Visual FoxPro: HOW?
Message
De
18/07/2003 16:19:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
COM, using in Visual FoxPro: HOW?
Divers
Thread ID:
00811666
Message ID:
00811666
Vues:
42
The example given in VFP8 Help Topic "COM, using in Visual FoxPro" works if you leave the created MYSERVER.DLL in your folder, but what about putting it in Windows system/system32 folder?
It doesn't work.
How do a set my (created from VFP8) .dll runing (as services) in a W2000 and access them from my VFP clients?

Example:

I add this code to the myclass definition:

FUNCTION addinteger(par1 as integer,par2 as integer)
RETURN par1+par2

It works fine this way:
o=CREATEOBJECT('myserver.myclass')
?o.addinteger(1,2)

BUT:
DECLARE integer addinteger IN myserver integer,integer

ok but when I issue

?addinteger(1,2)

I get Cannot find entry point addinteger in the DLL

What is wrong?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform