I am calling vcLinkText from my application, and the routine is compiling fine, but I get a link error. After some investigation, including assuring that my calls and declarations match the available examples, I tried building the Solution5 under .NET examples, and I get the same result - a Link error message, as follows:
LINK : error - Attempt to call Void LinkText(Salford.VisualClearWin.Dialog ByRef, Byte*, Byte*, Int32) as if it were LinkText(Salford.VisualClearWin.Dialog*, Salford.Fortran.Character*, System.Single*, System.Int32)
I don't know why I am getting this error, with example Solution5 provided. Any help would be appreciated.