pauljwhi
05-04-2005, 09:00 AM
I am trying to use Splus inside a C++ program. Along with that, I am using NR.
My compile error is that I have a double definition of DP due to the lines of code,
LibExtern void S_STDCALL DP(s_object *ent); //in Splus's S_extern.h
typedef double DP; //in nrutil_nr.h
Thanks for the help!
My compile error is that I have a double definition of DP due to the lines of code,
LibExtern void S_STDCALL DP(s_object *ent); //in Splus's S_extern.h
typedef double DP; //in nrutil_nr.h
Thanks for the help!