Bug Report: runtime error R6002

//in a *.cu file

#include<stdio.h>

int main()
{
float a;
scanf(“%f”,&a);
return 0;
}

//end of file

The compile and link stage is ok. Run it.
When you input any float in console, you will get the following message:
runtime error R6002
- floating point support not loaded

window Xp sp3+visual studio 2008
Under EmuDebug mode

That is a Microsoft C library runtime error. I very much doubt it has anything to do with CUDA.

yeah, I think maybe cudafe.exe don’t work well.