I got a snippet of c# code from Koders and all the code greyed up after
#if CONFIG_CRYPTO && CONFIG_FRAMEWORK_1_2
What I am suppose to do to match the condition?
(I use Visual Studio)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Suggestions :
put a little more information in your question : a link to the source on Koders.com ? Maybe tell us, in general terms, what the library this is part of is doing ?
Go back to Koders, and examine the complete code for the library (assuming it’s not obfuscated), and figure out the role of the Boolean variables CONFIG_CRYPTO and CONFIG_FRAMEWORK_1_2 : what code sets them; what is their function.
Experiment : comment out the #if block enclosure out, and see if the code will work on your machine.