On Tuesday 08 October 2002 8:29 am, Juergen Spitzmueller wrote: > John | Edwin, > > I have tried to implement QSendto, but it does not build. I > have tried to catch the failure, but I had no success. Would > be great if one of you could have a look. The error log is > below, the files (work in progress) are attached. > Sorry if the error is obvious. > > Many thanks, > J�rgen.
No the eror is not obvious, but I have seen this before and don't understand what causes it. However, it appears that the order of the includes in QSendto.C is important. This is the top of FormCitation.C: #include <config.h> #ifdef __GNUG__ #pragma implementation #endif #include "xformsBC.h" #include "ControlCitation.h" #include "FormCitation.h" #include "forms/form_citation.h" If you mirror that, then I bet you'll be Ok. Angus
