Search found 4 matches

by Alex_the_g
Tue Mar 18, 2008 1:30 pm
Forum: GFL SDK
Topic: GFLSDK - compiling examples
Replies: 6
Views: 3191

Re: GFLSDK - compiling examples

I have tried the example.dsp project with VC6, and no problem to build it

Do you have basetsd.h?

Yes, It is exist. And I may include it. Doesn't help.
Need more idea :-\
What is the value for INT8 in basestd.h?

Confused. No definition of INT8 in basestd.h. And in all the folder \include\ of ...
by Alex_the_g
Tue Mar 18, 2008 10:52 am
Forum: GFL SDK
Topic: GFLSDK - compiling examples
Replies: 6
Views: 3191

Re: GFLSDK - compiling examples

xnview wrote:I have tried the example.dsp project with VC6, and no problem to build it

Do you have basetsd.h?
Yes, It is exist. And I may include it. Doesn't help.
Need more idea :-\
by Alex_the_g
Tue Mar 18, 2008 7:34 am
Forum: GFL SDK
Topic: GFLSDK - compiling examples
Replies: 6
Views: 3191

Re: GFLSDK - compiling examples

xnview wrote:WIN32 is defined?
Yes.
At least I tried to
#define WIN32 1

to exmple.c and got the same errors.
Which compiler do you recomend to use?
I'll try to reinstall GFLSDK but I think that the problem is easy but not obvious ;(

Thanks.
by Alex_the_g
Mon Mar 17, 2008 2:12 pm
Forum: GFL SDK
Topic: GFLSDK - compiling examples
Replies: 6
Views: 3191

GFLSDK - compiling examples

Hello!

I downloades GFL SDK and tried to compile examples with MS VC++ 6.0.
But as I loaded workspace and start compiling - I got a lot off errors. Kind like that:
Compiling...
example.c
c:\gflsdk\include\libgfl.h(55) : error C2061: syntax error : identifier 'GFL_INT8'
c:\gflsdk\include\libgfl.h(55 ...