www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

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

↑ ↓ ← "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
↑ ↓ "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
↑ ↓ → "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