Problem with jpeg-8 compiling library

Hi. I am download source of library jpeg-8, but i can't not compile it in Visual Studio 2010. I have Output:

1
2
3
4
1
1>  jmemdos.c
1>lib\jmemdos.c(81): error C2061: syntax error : identifier 'forgot'
1>lib\jmemdos.c(81): error C2059: syntax error : ';'
1>lib\jmemdos.c(81): error C2061: syntax error : identifier 'define'


I use C and C++ option, but it not work.
I use and not use Precompiled Header.
Last edited on
Do you have any relevant code to provide? It's difficult to deduce what the errors are referring to.
I found my mistake, in the zip file are examples, worked when removed then.
Topic archived. No new replies allowed.