|
Archives
D Programming
DD.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
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
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... Mar 02 2004
"Walter" <walter digitalmars.com> wrote in news:c234n0$16r7$1 digitaldaemon.com:I use stdio.h all the time without this error. Mar 03 2004
|