search for: fvs_code

Displaying 1 result from an estimated 1 matches for "fvs_code".

Did you mean: f_code
2019 Dec 03
1
Dynamic load library problem using R 4.0.0
...on of the Toes" after dynamically loading ../../bin/qFVSie.so: > getLoadedDLLs()$qFVSie DLL name: qFVSie Filename: /Users/ncrookston/open-fvs/branches/NickDev/tests/APIviaR/../../bin/qFVSie.so Dynamic lookup: TRUE # expected output is correct: > i=1 > .C("CfvsSpeciesCode",fvs_code="",fia_code="",plant_code="", indx=as.integer(i)) $fvs_code [1] "WP" $fia_code [1] "119" $plant_code [1] "PIMO3" $indx [1] 1 ----- from the nm command: $ nm ../../bin/qFVSie.so | grep -i cfvsspeciescode 00000000000a7980 T _CfvsSpeciesCode...