Re: [R] Problems with F77_CALL and Visual C++

2007-10-16 Thread Prof Brian Ripley
On Tue, 16 Oct 2007, dario nappa wrote: > I am working on a DLL and I use Visual C++. > > > In the Visual c++ code I use F77_CALL(dcopy)(.); > > Visual C++ gives the error 'daxpy_' identifier not found. > > > Do you know hot to solve this problem? Link against the BLAS library, as described

[R] Problems with F77_CALL and Visual C++

2007-10-15 Thread dario nappa
I am working on a DLL and I use Visual C++. In the Visual c++ code I use F77_CALL(dcopy)(.); Visual C++ gives the error 'daxpy_' identifier not found. Do you know hot to solve this problem? Thanks in adavnce [[alternative HTML version deleted]] _