Concurrent number cruncher crash

Have anybody tried to compile http://alice.loria.fr/index.php/publicatio…?Paper=CNC@2008 ?
On my system it works fine in debug but crashed well before main function in release
After some exploration I figured out that during the initialization of the static variables __cudaRegisterFunction doesn’t remove one of the parameters from the stack.
What can it it be? Maybe some problems with CUDA version?

P.S nvcc 2.0 V 0.2.1221, VC++ 2005 , WinXP SP2, GeForce 8800GT

Just replace the dll files in the CNC folder with the ones in your native installed CUDA…

Sorry for bumping this thread, but I ran into this problem a while ago, and figured some others might have the same problem here.