Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

[possible bug] code-completion incomplete parsing...

(1/1)

pivit80:
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));
--- End code ---

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]

giuliopulina:
no news?
I'm experiencing the same problem :(

ollydbg:

--- Quote from: giuliopulina on July 07, 2008, 04:43:43 pm ---no news?
I'm experiencing the same problem :(

--- End quote ---

I solved this problem. see my post here:

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

Navigation

[0] Message Index

Go to full version