<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - Constants</title>
 <link>http://www.oehive.org/taxonomy/term/161/0</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>Generate include files for Windows constants</title>
 <link>http://www.oehive.org/project/TypeLibConstants</link>
 <description>&lt;p&gt;The included program allows the generation of include files containing pre-processor definition for all of the constants within any type library. Type libraries may either be specific type library files (.olb,.tlb) or can be contained within .exe,.dll or .ocx files.&lt;br /&gt;
I typically need to know constants when working with COM or ActiveX objects in the 4GL. Often, the documentation for such objects refers to various property values by the name of the constant. This is because most documentation is geared towards development environments where the constant values will automatically be made available to the developer. Such is not the case for Progress.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/TypeLibConstants&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/165">ActiveX</category>
 <category domain="http://www.oehive.org/taxonomy/term/162">COM</category>
 <category domain="http://www.oehive.org/taxonomy/term/161">Constants</category>
 <category domain="http://www.oehive.org/taxonomy/term/163">PRE-Processor</category>
 <category domain="http://www.oehive.org/taxonomy/term/164">Type Library</category>
 <category domain="http://www.oehive.org/taxonomy/term/134">Operating System and Application Interfaces</category>
 <category domain="http://www.oehive.org/taxonomy/term/150">All Projects</category>
 <enclosure url="http://www.oehive.org/files/TypeLibrary.zip" length="63353" type="application/x-zip-compressed" />
 <pubDate>Fri, 06 Oct 2006 09:51:53 +0000</pubDate>
 <dc:creator>tbergman</dc:creator>
 <guid isPermaLink="false">580 at http://www.oehive.org</guid>
</item>
<item>
 <title>Winconst tool (search Windows Constants)</title>
 <link>http://www.oehive.org/node/466</link>
 <description>&lt;p&gt;The Win32 API contains many constants.&lt;br /&gt;
winconst.zip contains a list of more than 14000 P4GL preprocessor definitions and a utility that helps to find dependencies.&lt;br /&gt;
For example, the constant WVR_REDRAW is defined as (WVR_HREDRAW | WVR_VREDRAW).&lt;/p&gt;
&lt;p&gt;When you search for WVR_REDRAW in winconst.exe it will return &lt;/p&gt;
&lt;pre&gt;
&amp;amp;GLOBAL-DEFINE WVR_VREDRAW 512
&amp;amp;GLOBAL-DEFINE WVR_HREDRAW 256
&amp;amp;GLOBAL-DEFINE WVR_REDRAW  ({&amp;amp;WVR_HREDRAW} + {&amp;amp;WVR_VREDRAW})
&lt;/pre&gt;&lt;p&gt;
winconst.zip is freeware. So feel free to download it :-)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/win32api&quot; class=&quot;og_links&quot;&gt;Win32 API samples&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/466&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/466#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/161">Constants</category>
 <category domain="http://www.oehive.org/taxonomy/term/163">PRE-Processor</category>
 <group domain="http://www.oehive.org/win32api">Win32 API samples</group>
 <pubDate>Sat, 30 Sep 2006 11:23:46 +0000</pubDate>
 <dc:creator>jurjen</dc:creator>
 <guid isPermaLink="false">466 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
