Un BUG (je pense)

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

alex1er
Posts: 44
Joined: Tue Sep 07, 2004 9:09 am

Un BUG (je pense)

Post by alex1er »

Bonjour,

Je pense avoir trouvé un BUG.

Quand je compile le fichier ( du C ) j'obtient l'erreur suivante:

Code: Select all

G:\USB\Dev\AlbumPhoto\Dll\GFLJAVA\GFLJAVA.cpp(287) : error C2065: 'gflBitmapRemoveMetadata' : undeclared identifier 
sur la ligne

Code: Select all

gflBitmapRemoveMetadata(GFL_bitmap)
.

Pourtant, j'inclue les fichiers suivants :

Code: Select all

#include "libgfle.h"
#include "libgfl.h"

Est ce que je me trompe?

Voilà.
User avatar
xnview
Author of XnView
Posts: 44920
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Un BUG (je pense)

Post by xnview »

alex1er wrote:Bonjour,

Je pense avoir trouvé un BUG.

Quand je compile le fichier ( du C ) j'obtient l'erreur suivante:

Code: Select all

G:\USB\Dev\AlbumPhoto\Dll\GFLJAVA\GFLJAVA.cpp(287) : error C2065: 'gflBitmapRemoveMetadata' : undeclared identifier 
sur la ligne

Code: Select all

gflBitmapRemoveMetadata(GFL_bitmap)
.

Pourtant, j'inclue les fichiers suivants :

Code: Select all

#include "libgfle.h"
#include "libgfl.h"

Est ce que je me trompe?

Voilà.
Etrange, gflBitmapRemoveMetaData est bien dans la lib
Pierre.