nr3 and visual c++ 2008 express edition


maday
04-21-2009, 01:22 PM
I recently purchased the code NR3 and the electronic version of the book. But I am having problems to obtain a runtime version of my program. In MSVS 2008 express edition I can compile and run program. But when I run the executable file separately, I get an error of the type:
ERROR: locate size error
in file C:\Program Files\Numerical Receipe\nr3_Code\interp_1d.h at line 24

My experience in compilation is limited and I'd like your help to properly install NR3
Thank you

davekw7x
04-21-2009, 09:26 PM
...
My experience in compilation is limited...I'm thinking that your problem Is not about 'installing NR3' since there's nothing to install (other than copying the source code from the CDROM). It's about compiling.

So...

If you show us your main program file, maybe someone can help you learn how to compile and execute from a command line. I think it's better to start with a specific example (of your choosing) rather than waste a lot of bandwidth on generalities.


Regards,

Dave