View Single Post
Old 10-19-2005, 07:30 AM  
PaRaNoiD_JaCK
Senior Member
 
Join Date: Mar 2005
Posts: 101
Default #define post_stats problem

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.
PaRaNoiD_JaCK is offline   Reply With Quote