Information on how to build exip using MS Visual Studio 2010.
More...
- Warning
- { The MSVS build is out-of-date since version 0.4.1 of exip! }
This build is implemented as a visual studio solution (exip.sln) with the following projects:
-
exip.vxcproj - The EXIP library
-
exipe.vxcproj - A sample that demonstrates EXI encoding using EXIP
-
exipd.vxcproj - A sample that demonstrates EXI decoding using EXIP
-
exipg.vxcproj - The exipg utility
-
exipsep2.vcxproj - A sample application for processing SEP2 messages
Compatibility tested with Visual Studio 2010 C++ compiler on Windows 7 platforms
- Note
- Visual Studio 2010 does not support C99 standard.
Porting exip to VS2010 raised the following issues:
-
stdint.h is missing and was replaced by a specific implementation of stdint.h from Alexander Chemeris.
-
inline function are not supported. Use macro instead
-
any local variables shall be declared before any other statement within a block or a function body.
-
binary literal values are not supported.
- Date
- Feb 03, 2011
- Author
- Robert Cragie
-
Samuel Guilbard
- Version
- 0.4
- [Revision] $Id: README.txt 176 2012-08-31 16:02:37Z rumen $