On 8/31/2017 11:49 PM, J Decker wrote:
That and MinGW defines NULL as 0 if C++ and not void(*)

I don't see how this is relevant. The OP isn't doing  cout << NULL , they are doing 
cout << binary_sql_statement , where binary_sql_statement is presumably a 
sqlite_statement* - definitely a pointer.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to