[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] Re: Version 1.11-rc4 of lzip released
From: |
Antonio Diaz Diaz |
Subject: |
[Lzip-bug] Re: Version 1.11-rc4 of lzip released |
Date: |
Tue, 10 Aug 2010 17:57:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Elbert Pol wrote:
Succesfully ported rc4 to OS2 from the scratch !! :)
Din't have to change a byte...
Excellent!
JonY, I am trying to adapt ocrad to Visual Studio 2010, but Tilman
Hausherr says STDIN_FILENO and __MSVCRT__ don't exist on VS2010[1]. Is
_MSC_VER defined by your compiler?
[1] http://lists.gnu.org/archive/html/bug-ocrad/2010-08/msg00002.html
Could you three please, try the following code (or propose alternatives
combining what we have tried already):
#if defined(_MSC_VER) || defined(__OS2__)
setmode( fileno( stdin ), O_BINARY );
setmode( fileno( stdout ), O_BINARY );
#endif
Thankz for all the good work :)
Thank you for your help,
Antonio.
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, (continued)
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, Antonio Diaz Diaz, 2010/08/01
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, JonY, 2010/08/01
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, Elbert Pol, 2010/08/02
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, Antonio Diaz Diaz, 2010/08/02
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, Elbert Pol, 2010/08/02
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, JonY, 2010/08/02
- Re: [Lzip-bug] Re: Version 1.11-rc2 of lzip released, Antonio Diaz Diaz, 2010/08/03
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, Elbert Pol, 2010/08/09
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released,
Antonio Diaz Diaz <=
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, JonY, 2010/08/10
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, Antonio Diaz Diaz, 2010/08/10
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, JonY, 2010/08/11
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, Tilman Hausherr, 2010/08/10
- [Lzip-bug] Re: Version 1.11-rc4 of lzip released, JonY, 2010/08/10