[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SPTK SVN: 32/64bit compatibility.
- To: "SPTK discussion" <sptk@total-knowledge.com>
- Subject: SPTK SVN: 32/64bit compatibility.
- From: "Alexey Parshin" <alexeyp@gmail.com>
- Date: Tue, 13 Feb 2007 15:52:45 +1100
- Delivered-to: mailing list sptk@total-knowledge.com
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JTmQNeDQhYs4RhrOivAwlzJrMbUI5gQOLhgR8ng2nQzQzUCbj8XzrrHuUHhrPUZ/KLsnMA7juPg4C22nyVOOkSf9g9aaa7u3xW56W4rYfcf0L7RSKvP24aZ8g2KqFRK1LQr/+8quInOYtUtnO0i1zV5247vR4ZB0s6bmXnhJAV8=
- Mailing-list: contact sptk-help@total-knowledge.com; run by ezmlm
Hello,
SPTK SVN version got a major update. We finally decided to make everything
32bit/64bit compatible.
The way it's done now is - we replaced the most popular types like
short,int, unsigned, long, size_t with int16_t, int32_t, int64_t, uint16_t,
uint32_t, uint64_t. On different platforms, these types still have the same
size.
The testing is currently conducted with GCC4 on Linux 32 and 64 bit,
GCC 3.4(Cygwin) and MSVC7 on Windows 32 bit. When the basic testing
and debugging
is finished, this version becomes 3.4.
--
Alexey Parshin,
http://www.sptk.net
List hosted by Total Knowledge
Authoright © Total Knowledge: 2005