From: Setting up your C++ development environment

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).

On Fri, Aug 6, 2010 at 9:25 AM, Andrew Scott <andr...@andyscott.id.au>wrote:

>
> What are you asking as it mentions nothing about Global Include paths on
> that page.
>
> Regards,
> Andrew Scott
> http://www.andyscott.id.au/
>
>
> > -----Original Message-----
> > From: Byte Me [mailto:byteme...@verizon.net]
> > Sent: Friday, 6 August 2010 10:17 PM
> > To: cf-talk
> > Subject: Global Include Paths
> >
> >
> > 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?
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > ~~~~~~~~~~~|
> > 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:336058
> > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
> > Unsubscribe: http://www.houseoffusion.com/groups/cf-
> > talk/unsubscribe.cfm
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:336062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to