Hi Viktor,

// -------------
I didn't check, but can it happen that you're trying to compile in C++ mode?
C++ is much more strict than plain C, and may
generate an error which would otherwise be a warning.

The default is C for .c files, and C++ for .cpp files,
but it can be overridden by these switches:

-TP -> C++
-TC -> C

Brgds,
Viktor
//--------------


Fantastic!!! That was the point. It was compiling with -TP instead of  -TC. 
Thanks a lot to you and to Pritpal.

Best Regards,

Kleyber Derick
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to