Page 1 of 1

doxypress confused by RogueWave collectables

Posted: Sun Nov 01 2015 8:38 pm
by marlowa
Here is a small simple class that makes doxypress fall over:

class Myclass : public RWCollectable
{
public:
RWDECLARE_COLLECTABLE(Myclass)
};

The error doxypress gives is:
Parse input files
Assertion failed!

Program: C:\Program Files\DoxyPress\doxypress.exe
File: ../src/doxy_work.cpp, Line 9380

Expression: fd != 0

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Now I can see that if doxypress isn't given the opportunity to find the RogueWave macro definition RWDECLARE_COLLECTABLE then it might have a parsing problem but should it really give this error?

Re: doxypress confused by RogueWave collectables

Posted: Sun Nov 01 2015 9:57 pm
by barbara
Thanks for submitting this, I agree it should not crash and we will check this out.

Barbara

Re: doxypress confused by RogueWave collectables

Posted: Sat Nov 12 2016 4:21 am
by ansel
Just for reference, this issue was resolved earlier this year.