doxypress confused by RogueWave collectables

Discuss how to use DoxyPress
Post Reply
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

doxypress confused by RogueWave collectables

Post 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?
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: doxypress confused by RogueWave collectables

Post by barbara »

Thanks for submitting this, I agree it should not crash and we will check this out.

Barbara
ansel
Posts: 152
Joined: Fri Apr 10 2015 8:23 am

Re: doxypress confused by RogueWave collectables

Post by ansel »

Just for reference, this issue was resolved earlier this year.
Ansel Sermersheim
CopperSpice Cofounder
Post Reply