Page 1 of 1

evc4 and its documentation errors's

PostPosted: Jun 28, 2005 @ 12:43pm
by vichtak
hi all,

i work with evc4 since 1 month and it seems to me that the documentation provided by evc contains some mistakes.

by exemple, the predefined macro __FUNCTION__ (specified in the doc) doesn't exist.

does anybody knows where i can get a better documentation?

thanks.
Vichtak

PostPosted: Jun 28, 2005 @ 6:41pm
by joshbu [MSFT]
Could you post how you are using __FUNCTION__? We've used desktop compiler front ends for quite a while now, so it should certainly exist...

PostPosted: Jun 29, 2005 @ 8:34am
by vichtak
i'm using it like this:

printf("%s\n", __FUNCTION__);

and while compiling i get that:

Compiling...
debug.cpp
C:\Documents and Settings\ex-plh\Mes documents\Emb Visual C++ Projects\org LiveMedia Library\debug.cpp(29) : error C2065: '__FUNCTION__' : undeclared identifier

PostPosted: Jun 29, 2005 @ 9:17pm
by joshbu [MSFT]

PostPosted: Jul 1, 2005 @ 1:10pm
by vichtak