On Fri, Aug 6, 2010 at 8:16 AM, Byte Me <byteme...@verizon.net> wrote:

>
> Is the term "Global Include Paths" as used here:
> http://www.houseoffusion.com/cfdocs1/cfmx/Developing_ColdFusion_MX_Applications_with_CFML/CFXTags7.html,
> actually referring to the Environment Varibles?
>
>
Before you can use your C++ compiler to build custom tags, you must enable
the compiler to locate the CFX API header file, cfx.h. In Windows, you do
this by adding the CFX API include directory to your list of global include
paths. In Windows, this directory is \cfusion\cfx\include. On UNIX this
directory is /opt/coldfusion/cfx/include. On UNIX, you will need -I <*
includepath*> on your compile line (see the Makefile for the directory list
example in the cfx/examples directory).


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336059
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to