09-10-2012 02:48 AM
Question:When I insert your code in my application and build it, the wrong information from the said is like figure followed:
I insert your code like in this figure:
How can I figure out this problem?
09-10-2012 10:55 AM
Where did you get this code? If this error is in sample code, it needs to be fixed.
Are you familiar with C++?
I would start by looking at the red x in the UI, and if it's not then obvious how to fix the issue, I would look at the error message from the compiler.
Then I would initialize the variable correctly.
Stuart