วันอังคารที่ 13 กรกฎาคม พ.ศ. 2553

error: extra qualification ‘Item::’ on member ‘Item’

Today I download some fp growth source code from some site.

and compile them and got this error.

error: extra qualification ‘Item::’ on member ‘Item’.

I think it may cause by new compiler didn't want Item:: (class meaning)ahead of Item (function meaning).

วันจันทร์ที่ 5 กรกฎาคม พ.ศ. 2553

CUDA in VS some variable type not found while linking

such as FILE.
right click that *.cu > Properties > General > Excluded From Build : Yes

Error result 31 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe'

It's about manifest.
Set Project property > Configuration Properties > Linker > Manifest File > Generate Manifest : Select No.