Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 25 JUN 2010 01:31:13PM Dave Hatcher wrote:

I am trying to prototype a DLL to decrypt the response coming from ICVERIFY credit card procesing software. Unfortunately all I have to work with is a sample c++ program that makes a call to the DLL.

What I did for the prototype record DLL_ENCRYPTIONMANAGER

ENCRYPTIONMANAGER

LPCHAR STDCALL DecryptThirdPartyMessage(LPCHAR,LPCHAR)

When I run my program I am getting a message that says DecryptThirdPartyMessage does not exist in EncryptionManager.dll

Here is the call from the c++ program:

strDecString=objEncryptionManager.DecryptThirdPartyMessage(csReqPreparationPath, strEncString);

Any ideas on whats wrong or how to proceed?


At 25 JUN 2010 03:18PM John Bouley wrote:

Dave,

FWIW, I wrote a custom interface to this very software using XML over TCP/IP. Works like a charm and I didn't have to prototype a dll.

John

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/4b3447fcde038f478525774d00603e3d.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1