I have a library that contains a class that references dwm. If this library is use in an XP system but the class is not used, would this cause an error?
Supposed this library was to be used on WP7 or XNA? Would this cause an error?
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.
The runtime will not try to reference the DLL until you call the function. If your program never calls the method that references the missing DLL, then there will be no error.