<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have very few clues when it comes to
C++. Particularly with things like this which appear to defy logic!
Can some one convert this to Delphi for me please.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#define
TAG_FIELD_FLAG_DATA_TYPE_TEXT_UTF8 (0 <<
1)<BR>#define
TAG_FIELD_FLAG_DATA_TYPE_BINARY
(1 << 1)</FONT></DIV>
<DIV><FONT face=Arial size=2>#define
APE_TAG_FLAG_CONTAINS_FOOTER
(1 << 30)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Or is it this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>const</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2> TAG_FIELD_FLAG_DATA_TYPE_TEXT_UTF8 = 0;
<DIV><FONT face=Arial size=2> TAG_FIELD_FLAG_DATA_TYPE_BINARY =
1;</FONT></DIV>
<DIV> APE_TAG_FLAG_CONTAINS_FOOTER = 30;</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Ross.</DIV></FONT></DIV></FONT></DIV></BODY></HTML>