Re: [Rd] R Embedded waring and error callbacks

2009-05-26 Thread Thomas Friedrichsmeier
On Tuesday 26 May 2009, Christian Ledergerber wrote: > I would like to display error messages and warnings which are generated in > R in my own GUI. For normal output we simply had to assign a callback > function to ptr_R_WriteConsole and ptr_R_ShowMessage. According to google > there should be si

[Rd] R Embedded waring and error callbacks

2009-05-26 Thread Christian Ledergerber
Hi, I would like to display error messages and warnings which are generated in R in my own GUI. For normal output we simply had to assign a callback function to ptr_R_WriteConsole and ptr_R_ShowMessage. According to google there should be similar function pointers for error messages. Such as ptr_