LINK : fatal error LNK1104: cannot open file 'libcpmt.lib'
I'm setting up a CUDA development environment but it is being challenging... I installed Visual Studio Professional with x64 compiler tools, CUDA SDK and Notebook Dev Drivers, all 64bit. Also I'm using windows 7 Pro 64bit.
When I try to compile anything it gives the error on the title:
LINK : fatal error LNK1104: cannot open file 'l开发者_运维技巧ibcpmt.lib'
Already tried to put this file in the same folder as the .cu and it just asks for more libs. When I put all the libs it asks, it gives another strange error...
Any Help?
Just followed this post http://blog.cuvilib.com/2011/02/24/how-to-run-cuda-in-visual-studio-2010/
精彩评论