PaRaNoiD_JaCK
10-19-2005, 07:30 AM
When ever i have the setting below to TRUE i get an Error:
#define post_stats
Error:
E:\Io\ioftpd\scripts\ProjectZS\Source\main.cpp(307 ) : error C2664: 'convert' : cannot convert parameter 4 from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Io\ioftpd\scripts\ProjectZS\Source\main.cpp(343 ) : error C2664: 'convert' : cannot convert parameter 4 from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
I`m using MS free C compiler.
#define post_stats
Error:
E:\Io\ioftpd\scripts\ProjectZS\Source\main.cpp(307 ) : error C2664: 'convert' : cannot convert parameter 4 from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Io\ioftpd\scripts\ProjectZS\Source\main.cpp(343 ) : error C2664: 'convert' : cannot convert parameter 4 from 'int' to 'char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
I`m using MS free C compiler.