Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macrovision's Mettering Software
Message
From
27/11/2001 04:05:11
 
 
To
26/11/2001 15:25:13
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00585648
Message ID:
00586173
Views:
27
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform