On 12 Jun 2007, at 22:45, Contestcen@aol.com wrote:
Maybe you should be looking into the bit-packing macros provided with the Pascal Macro Compiler. This will give you bit-packing which is independent of the particular Pascal compiler you happen to be using. See www.mastersoftware.biz/pasbit.htm
Thanks, but I want to implement bit packing which is compatible with what gcc and other compilers use so data exchange is possible.
Jonas