Web Connection
Unable to find Unknown HASHMD5
Gravatar is a globally recognized avatar based on your email address. Unable to find Unknown HASHMD5
  Keith Hackett
  All
  Jul 22, 2019 @ 09:54am

Hi all,

I'm upgrading a WC app from 4.x to the latest 7.x. I used the Console to create a new 7.x project and then created a VFP project and added the new *main program to it and tried to compile. It came back with a "Unable to find Unknown HASHMD5" message.

I see that the HashMD5 function is defined in wwAPI.prg and this file is included in my project. What am I missing here?

TIA

Gravatar is a globally recognized avatar based on your email address. re: Unable to find Unknown HASHMD5
  Tore Bleken
  Keith Hackett
  Jul 22, 2019 @ 10:07am

Make sure that you have this line in your startup program:

Set Procedure to wwAPI Additive
Gravatar is a globally recognized avatar based on your email address. re: Unable to find Unknown HASHMD5
  Keith Hackett
  Tore Bleken
  Jul 22, 2019 @ 10:33am

Thanks for the reply, Tore, but that doesn't help on the compile which is where the error is occurring.

Ah, I just remembered to click on "recompile all files" and that got me around the issue.

Thanks.

Gravatar is a globally recognized avatar based on your email address. re: Unable to find Unknown HASHMD5
  Rick Strahl
  Keith Hackett
  Jul 22, 2019 @ 10:54am

Oh, SET PROCEDURE TO definitely will matter if it's not otherwise called. Make sure wwAPI.prg gets pulled into your project, and that it's the right version you are expecting and not something else on your path.

IOW, open the project and open wwAPI.prg and make sure the function is there and check the path inside of the project.

+++ Rick ---

© 1996-2024