Hey
Im from Germany and i have a question.
I cant compile your newest version of steampwd.
Tried around to compile but it doesn't work.
I get following errors.
Code:
||=== steampwd, Debug ===|
main.cpp|71|warning C4996: 'setbuf': This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.|
main.cpp|106|error C2440: '=': 'char *' kann nicht in 'u8 *' konvertiert werden|
main.cpp|110|error C2664: 'sprintf': Konvertierung des Parameters 1 von 'u8 [1024]' in 'char *' nicht m???glich|
main.cpp|231|error C2117: 'hextable': ??berlauf der Arraygrenzen|
main.cpp|271|error C2664: 'strlen': Konvertierung des Parameters 1 von 'u8 *' in 'const char *' nicht m???glich|
main.cpp|315|error C2664: 'strlen': Konvertierung des Parameters 1 von 'u8 *' in 'const char *' nicht m???glich|
main.cpp|317|error C2440: '=': 'void *' kann nicht in 'u8 *' konvertiert werden|
main.cpp|319|error C2664: 'sprintf': Konvertierung des Parameters 1 von 'u8 *' in 'char *' nicht m???glich|
main.cpp|322|error C2664: 'strcpy': Konvertierung des Parameters 1 von 'u8 *' in 'char *' nicht m???glich|
main.cpp|327|error C2664: 'find_data': Konvertierung des Parameters 3 von 'const char [9]' in 'u8 *' nicht m???glich|
main.cpp|364|error C2664: 'fopen': Konvertierung des Parameters 1 von 'u8 *' in 'const char *' nicht m???glich|
main.cpp|367|error C2440: '=': 'void *' kann nicht in 'u8 *' konvertiert werden|
main.cpp|381|error C2664: 'strlen': Konvertierung des Parameters 1 von 'u8 *' in 'const char *' nicht m???glich|
||=== Build finished: 12 errors, 1 warnings ===|
I hope you can check my problem.
I cant convert uint8_t (u8) into other datatypes.
Does anyone know how to fix this conversion problem?
I use the IDE "Code::Blocks" and "Dev c++" and "Visual C++ 2008".
Everywhere i get different errors or i stuck at the conversion.
I hope you can read my text..
Bye