www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - problem with stdio.h

reply "W這dzimierz Skiba" <abx abx.art.pl> writes:
In one of my developments I met report:

int	__CLIB vsnprintf(char * __RESTRICT,size_t,const char 
*__RESTRICT,va_list);
                    ^
h:\dmc\bin\..\include\../include/stdio.h(280) : Error: illegal combination 
of types

What could it be ? Caused by usage of stlport ? Any idea ?

ABX
Mar 02 2004
parent reply "Walter" <walter digitalmars.com> writes:
I use stdio.h all the time without this error.

"W這dzimierz Skiba" <abx abx.art.pl> wrote in message
news:c226pj$2cs1$1 digitaldaemon.com...
 In one of my developments I met report:

 int __CLIB vsnprintf(char * __RESTRICT,size_t,const char
 *__RESTRICT,va_list);
                     ^
 h:\dmc\bin\..\include\../include/stdio.h(280) : Error: illegal combination
 of types

 What could it be ? Caused by usage of stlport ? Any idea ?

 ABX
Mar 02 2004
parent "W這dzimierz Skiba" <abx abx.art.pl> writes:
"Walter" <walter digitalmars.com> wrote in
news:c234n0$16r7$1 digitaldaemon.com: 

 I use stdio.h all the time without this error.
I also use it frequently, and the same source worked fine with earlier versions of DMC. Looks like I need more research. ABX
Mar 03 2004