Rename the static functions so they become unique.
Alfred
On Oct 25, 2010, at 1:08 PM, Heizer, Charles wrote:

Hello,
I'm getting a error on my overloaded methods, "Overloaded function with no contextual type information". How would I go about fixing this?

static REALstring invForType( REALObject instance, REALstring SPType ); static REALstring invForType( REALObject instance, REALstring SPType, REALstring excludeFields() ); static REALstring invForType( REALObject instance, REALstring SPType, REALstring excludeFields(), REALstring separator );

REALmethodDefinition MPMethods[] = {
{ (REALproc)invForType, REALnoImplementation, "invForType( SPType as String ) as String", REALconsoleSafe }, { (REALproc)invForType, REALnoImplementation, "invForType( SPType as String, excludeFields() as String ) as String", REALconsoleSafe }, { (REALproc)invForType, REALnoImplementation, "invForType( SPType as String, excludeFields() as String, separator as String ) as String", REALconsoleSafe },
};

Thanks,

--
Charles Heizer
Systems Management Solutions Group
Lawrence Livermore National Laboratory
P: 925-422-0197 




_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to