-
Notifications
You must be signed in to change notification settings - Fork 646
Description
Hello Everyone,
I have been facing the following problems when trying to build
Severity Code Description Project File Line Suppression State
-
Error C4996 'clCreateCommandQueue': was declared deprecated clUtil C:\Users\xxxx\Desktop\BitCrack\clUtil\clContext.cpp 18
-
Severity Code Description Project File Line Suppression State
-
Error LNK1181 cannot open input file 'C:\Users\xxxxx\Desktop\BitCrack\x64\Release\clUtil.lib' CLUnitTests C:\Users\xxxxx\Desktop\BitCrack\CLUnitTests\LINK 1
which i tried to resolve by building ClUnitTest separately and got the C4996 code.
Severity Code Description Project File Line Suppression State
Error C5208 unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes clKeyFinder C:\Users\xxxxx\Desktop\BitCrack\KeyFinder\main.cpp 23
Error LNK1181 cannot open input file 'C:\Users\xxxx\Desktop\BitCrack\x64\Release\CudaKeySearchDevice.lib' cuKeyFinder C:\Users\xxxxx\Desktop\BitCrack\KeyFinder\LINK 1
Can you please help me resolve this? Do i need to adjust to the code? unload an app...etc?
