VB Sample GFL_FILE_INFORMATION problem
Posted: Thu Jun 30, 2005 3:26 pm
Hello,
I've installed the lastest GFLSDK to explore it with VB.
But I've got a problem in the first sample,
about 'getting comments from a picture'.
The line
extGetGflComments Infos.Comment, Comments, Infos.NumberOfComment
deal with 'Comment' and 'NumberOfComment'
which are not in the 'Public Type GFL_FILE_INFORMATION'
And this description is different from VB (or C) sample,
and he help file. In VB GFLLIB.BAS, you have :
Public Type GFL_FILE_INFORMATION
....
Compression As Integer
CompressionDescription As String * 64
XOffset As Long
YOffset As Long
End Type
In the help file, you have :
typedef struct (
....
GFL_COMPRESSION Compression,
char CompressionDescription[64],
GFL_UINT16 NumberOfComment,
char ** Comment,
} GFL_LOAD_PARAMS
Is anyone solve this problem ?
What is the right VB description ?
JMC
I've installed the lastest GFLSDK to explore it with VB.
But I've got a problem in the first sample,
about 'getting comments from a picture'.
The line
extGetGflComments Infos.Comment, Comments, Infos.NumberOfComment
deal with 'Comment' and 'NumberOfComment'
which are not in the 'Public Type GFL_FILE_INFORMATION'
And this description is different from VB (or C) sample,
and he help file. In VB GFLLIB.BAS, you have :
Public Type GFL_FILE_INFORMATION
....
Compression As Integer
CompressionDescription As String * 64
XOffset As Long
YOffset As Long
End Type
In the help file, you have :
typedef struct (
....
GFL_COMPRESSION Compression,
char CompressionDescription[64],
GFL_UINT16 NumberOfComment,
char ** Comment,
} GFL_LOAD_PARAMS
Is anyone solve this problem ?
What is the right VB description ?
JMC