Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare DLL's
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01464409
Message ID:
01464435
Views:
47
>>>DECLARE DLL is used for Win32 DLLs ONLY. Your's is probably a COM DLL. You use it with CREATEOBJECT()
>>>
>>
>>I tried this...
>>
>>
>>loclsEncrypt = CREATEOBJECT("clsEncryption.clsEncrypt")
>>*Convert encrypted file to unencrypted string of memory data
>>lcUnencryptedStringofData = loclsEncrypt.DecryptDataFromFile(lcFile, lnLength, lcNABP)
>>
>>
>>And got an error...
>>
>>"OLE Error code 0x80020010: Invalid callee
>>
>>??
>
>
>Did you have:
>lcFile, lnLength, lcNABP declared AND filled before you call the method?
>Also what is NABP?

lcFile = '\POS\PDA\PDADATA_20100513_123401.TXT'

lnLength = 16001

lcNABP = '7871801'

Thanks!
Tommy Tillman A+ NetWork+ MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform