Hi,

The program below does compile file with msvc, but not with cegcc. We then
get the error:

exitpr.cpp: In function 'int main(int, char**)':
exitpr.cpp:6: error: invalid conversion from 'int' to 'void*'

Johnny

#include <windows.h>

int main (int argc, char*[])
{
        FILE* a;
        void * b = fileno(a);
}


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to