First of all thanks for 2.1. There arent too many changes. Makes my life easier.
I have successfully migrated to Visual Studio 2008.
So far, there are 2 things that trouble me in 2.1 -
- How to detect that there is ‘no cuda hardware’. Check my other post for detailed description of this problem.
- How to stop the ‘Wp64 deprecated’ warning.
Whenever I build under 2.1 I get the following warning:
cl: option Wp64 has been deprecated and will be removed in future release
I HAVE removed the /Wp64 option from ALL my .cu files from all the configurations - debug, release and emulator.
What else do I need to change to stop showing the warning?
Thanks for the answer in advance!