Am 25.10.2010 um 19:08 schrieb Heizer, Charles: > 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 );
you need to use different names in C for the functions. Greetings Christian -- See you in Atlanta (USA) at the REAL Studio Summit 2011 Registration and details here: http://arbpmembers.org/real-studio-summit-2011/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
