search for: yaxpah

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

2008 Jul 30
1
Rprintf will not build in my C++ compiler
...for( i = 0 ; i < *n ; i++ ) { Rprintf( "Hello, world!\n" ) ; } } ---------------------- When I try to build this code, I recieve 2 error massages, "error LNK2019: unresolved external symbol _Rprintf referenced in function "void _cdecl hello(int *n)" (?hello@@YAXPAH at Z)" "fatal error LNK1120: 1 unresolved externals" To be honest, I'm not exactly sure what these errors mean, I'm still learning C++. Any thoughts would be appreciated. -- View this message in context: http://www.nabble.com/Rprintf-will-not-build-in-my-C%2B%2B-compiler-tp...