Jan 18, 2012 #1 uniglass Programmer Jul 21, 2010 27 PL Hi I have project in multiple dlls that share the same equates. Is there a way to create one file with equates only and use it in every dll. I use C7.
Hi I have project in multiple dlls that share the same equates. Is there a way to create one file with equates only and use it in every dll. I use C7.
Jan 18, 2012 1 #2 cagiv Programmer Mar 5, 2009 56 DE Hi, you can declare the equates in a *.inc - File and include this file in Global Embeds - After Global Includes: INCLUDE('Test.inc') The Path to the Inc-File must added in Tools/Options/Clarion/Versions/Directories scann... Now you can use the equates. cagiv Upvote 0 Downvote
Hi, you can declare the equates in a *.inc - File and include this file in Global Embeds - After Global Includes: INCLUDE('Test.inc') The Path to the Inc-File must added in Tools/Options/Clarion/Versions/Directories scann... Now you can use the equates. cagiv