I am trying to convert a C++ console program over to API.
I am almost done, all that is left is the password.
I have an edit box that stores the password, and *need?* to convert it it chars.
Why does this code crash?
unsigned char pass[255];
if(usePass)
{
for(passCs=0;passCs<255;passCs++)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.