I am trying to use the folling function: double max(Dataset &aa)
However, I am getting the following message: compiling... hello.c Linking... C:\u\lopezgg\analysis\ORIGIN_SOURCEFILES\hello.c(59) :Error, Function max@KAKAKA was called, but its body could not be located during linking.
Here is a code segment I am trying to compile: Worksheet wks("sample"); UINT rows = wks.GetNumRows() ; out_int("Row Count = ", rows) ;
You need to add the file internal.c, found in \OriginC\System subfolder to your workspace and then your function will compile. The code for functions such as max are stored in internal.c