Skip to content
Prev 5618 / 398525 Next

dll under VC++ (c++ code)

On Wed, 10 May 2000, nicolas baurin wrote:

            
Look in the rw-FAQ (always a good idea), as commands to build that example
under VC++ are given there.  And that has been tested under VC++6.0.  I
guess you forgot to export any symbols.

(I don't think you can know that the Y variable is not constructed, as
you have no access to vars in the DLL. In particular, C++ I/O
will not work from Rgui at least (it just might from Rterm).)