Multi dll project and equates
Multi dll project and equates
(OP)
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.
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.
RE: Multi dll project and equates
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
RE: Multi dll project and equates