Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to use Linked resource in a include path: (3 Items)
   
How to use Linked resource in a include path  
Hi

I work on Momentics IDE 4.7.0
I create a linked resource containing a path:
REPERTOIREMATLAB c:\my path

I want to use this variable in a include path. I tried
"${env:REPERTOIREMATLAB}"
"${REPERTOIREMATLAB}"
But it doesnt work

"${env_var:REPERTOIREMATLAB}"
work with REPERTOIREMATLAB as a Windows environment variable, but it is not what i aim

So what is the syntax to use use linked resource in a include path?

Thank for your answer
Re: How to use Linked resource in a include path  
I think you just type

REPERTOIREMATLAB/bla/bla

without brackets (ugly I know)

On 12-11-06 08:25 AM, Gervot Olivier wrote:
> Hi
>
> I work on Momentics IDE 4.7.0
> I create a linked resource containing a path:
> REPERTOIREMATLAB c:\my path
>
> I want to use this variable in a include path. I tried
> "${env:REPERTOIREMATLAB}"
> "${REPERTOIREMATLAB}"
> But it doesnt work
>
> "${env_var:REPERTOIREMATLAB}"
> work with REPERTOIREMATLAB as a Windows environment variable, but it is not what i aim
>
> So what is the syntax to use use linked resource in a include path?
>
> Thank for your answer
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post96884
> To cancel your subscription to this discussion, please e-mail general-ide-unsubscribe@community.qnx.com

Re: How to use Linked resource in a include path  
Thank for your answer

I tried this, but it dosn't work.

May be that what i intend is not possible