Hello,
I just started trying to use Cilk++ with VS2008 and I am trying to make it work within my existing code. I have started by trying to replace the sorting routines in a custom array type that I have with the demo qsort program. It all appears to work okay but when I tried to test the cilkscreen with it it came back with a message that there was no Cilk code found.
"Warning: Instrumentation never enabled - no Cilk++ code found"
Is it even possible to use Cilkscreen with mixed code?
Shawn

