Results 17 comments of Klaas Gadeyne

Agree, AFAICT only the following files are affected pdf/analyticconditionalgaussian.cpp: exit(-BFL_ERRMISUSE); pdf/filterproposaldensity.cpp: exit(-BFL_ERRMISUSE); pdf/pdf.h: exit(-BFL_ERRMISUSE); pdf/pdf.h: exit(-BFL_ERRMISUSE); pdf/pdf.h: exit(-BFL_ERRMISUSE); pdf/pdf.h: exit(-BFL_ERRMISUSE);

Adding the help wanted, as I don't have a Microsoft environment at my disposal (and I'm not really interested in having one too :-) )

Hmm, That's a difficult one. Right now the examples seem (i.e. I'm not the original author) to have been created for 2 main purposes: - They are used in some...

Hi Marc, (my C++ skills are a bit rusty, so please correct me if I got it wrong) Thx for your input! However, your suggestion leads to a memory leak...

First of all, no need for apologies ;-) (orocos stands for open real-time control software) Currently, _post is freed in the destructor, but that's one reason why this bug exist....

AFAICS, the RTT uses boost::intrusive_ptr ( see http://www.orocos.org/stable/documentation/rtt/v2.x/api/html/classRTT_1_1base_1_1DataSourceBase.html#af764490461a162f4a62c63770535fb7b ), probably due to its real-time suitedness (but I didn't check it). Are you guys using BFL as standalone, or together with...

Hi Needrom, without complete code, it is hard to help you out... Did you start from one of the BFL examples? Which 'main' did you use?