bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cflow] problem using preconstructor ..


From: Adisleidys Mirabal Perez
Subject: [bug-cflow] problem using preconstructor ..
Date: Fri, 25 Mar 2011 16:00:27 -0400 (CDT)

Hi .. I'm using version 1.3-1 of the cflow program.  I want to generate a graph 
from my cflow output but when I pass it on to cflow2vcg I get a syntax error 
regarding lines using preconstructor elements.  For example:

SCADA::IceMiddleware::LongLongDatum::LongLongDatum(::SCADA::IceMiddleware::ContainedDatumType
 __ice_currentType, const ::std::string& __ice_name, ::Ice::Long __ice_integer) 
:
#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
    Datum(__ice_currentType, __ice_name)
#else
    ::SCADA::IceMiddleware::Datum(__ice_currentType, __ice_name)
#endif
,
    integer(__ice_integer)
{
}

the output generated by cflow is this:

integer() <,integer (__ice_integer) at 
../tmp/icedatatypes/code/src/MiddleTypes/DatumContainer.cpp:1153>

This is one of the lines that generate an error in cflow2vcg.  I'm also mailing 
the cflow2vcg developers to see if there's a way to change either the 
processing format of their app or the cflow output from yours ...

Any advice ??

Thanks ...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]