Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: pivit80 on March 29, 2007, 08:34:49 pm

Title: [possible bug] code-completion incomplete parsing...
Post by: pivit80 on March 29, 2007, 08:34:49 pm
Hi,
I want to report some bad operation of code-completion plugin;

I've used in a project OpenCV libraries for Computer Vision;
in particular, graphics functions whose prototipies are in header file highgui.h (I've attached it)

Now, I've added opencv include folders in codeblocks search directories window.

When I try code-completion on highgui.h functions, I obtain only a part of these functions, but many of these one aren't showed.

As ex. the following aren't showed:

cvLoadImage(...)
cvShowImage(...)

cNamedWindow(...)
...
...

also the struct IplImage isn't showed.

I think code-completion plugin doesn't mange in elaborate prototypes of these functions;
as example prototype of cvLoadImage, is, like the other ones:

Code
CVAPI(IplImage*) cvLoadImage( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));

where CVAPI(IplImage*) is a macro, defined by other macro, an so on.

I thikn the bug/mistake can be on this.

Is it possible?
or it's a my own mistake?

Thank you in advance.
pv

[attachment deleted by admin]
Title: Re: [possible bug] code-completion incomplete parsing...
Post by: giuliopulina on July 07, 2008, 04:43:43 pm
no news?
I'm experiencing the same problem :(
Title: Re: [possible bug] code-completion incomplete parsing...
Post by: ollydbg on February 23, 2009, 02:21:52 pm
no news?
I'm experiencing the same problem :(

I solved this problem. see my post here:

http://forums.codeblocks.org/index.php/topic,10162.msg70404.html#msg70404