Hello,
I'm doing a little clean up on my first plugin and I'm now getting a error
"error: overloaded function with no contextual type information". I'm trying to
overload the encodeString function but since I have never done this here I'm
not sure what to do to fix it.
REALmethodDefinition MPMethods[] = {
{ (REALproc)editString, REALnoImplementation, "editString( fileToEdit
as FolderItem ) as String", REALconsoleSafe },
{ (REALproc)encodeString, REALnoImplementation, "encodeString(
fileToEdit as FolderItem ) as String", REALconsoleSafe },
{ (REALproc)encodeString, REALnoImplementation, "encodeString(
stringToEdit as String ) as String", REALconsoleSafe },
{ (REALproc)verifyString, REALnoImplementation, "verifyString(
fileToEdit as FolderItem, encodeString as String ) as Boolean", REALconsoleSafe
},
};
Thanks,
Charles
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>