In creating a custom pre-processor function extension, I've run into trouble
getting it to evaluate other variables.
For example:

<?define MyCustomValue = $(myPrefix.Foo($(var.Project.TargetPath)) ?>

Instead of passing the target path of the project, my Foo function gets
"$(var.project.TargetPath)", on which it fails.

Is there a static method or other recommended way of pre-evaluating a
parameter for a pre-processor function?

Stryder
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to