Skip to content
Prev 46852 / 63424 Next

C++ debugging help needed

Le 02/10/13 17:05, Duncan Murdoch a ?crit :
That is weird indeed and should not happen. But I don't know much 
linkers ...

I'd advise to scope code in some rgl namespace. At the moment (reading 
the code on r-forge) it's all in the global namespace.

This might be more involved than the macro trick you used above but this 
will be safer. It would have been more problematic if other packages 
needed to compile code against rgl headers, but apparently that is not 
what happens (you don't have inst/include and I don't see 
R_RegisterCCallable either) ...

Romain