//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