Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macrovision's Mettering Software
Message
De
27/11/2001 04:05:11
 
 
À
26/11/2001 15:25:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00585648
Message ID:
00586173
Vues:
29
>>Hi there,
>>
>>
>>i was just wondering, has anyone ever used macrovision's Metering software from within Visual FoxPro. If so, Did you have any problems with accessing the DLL's as I am having some serious problems trying to link into the DLL's (entry point not found errors)
>
>It would be handy if you posted your code, but without seeing it you might have an issue with case in a DLL function call. These calls are case-sensitive and must be input exactly as expected.

i amaware that the DLL Calls are case-sensitive. I was looking at an example in VB and was trying to do the same in visual foxpro

e.g. in VB the code to declare the function is as follows

Declare Function CdaCheckInstallation% Lib "c:\windows\cdawin32.dll" Alias "#105" ()

So with this in hand I decided to declare my function call in VFP

Declare integer CdaCheckInstallation In "c:\windows\cdawin32.dll"

everything seems fine up until here.
but when I go to call the CdaCheckInstallation Function I get the error Cannot Find Entry point for CdaCheckInstallation in Dll


Any Ideas !!

Thanks
Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform