if(dini_Get(file, "password") == inputtext) //Here is the error
new tmp[256]; tmp = dini_Get(file, "password"); if(!strcmp(tmp, inputtext, true)) { //stuff to do if the password is right }