Problem with #include - C++ Windows Form in Visual Studio 2011 Professional Beta

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
Im new to Visual Studio, but I know C++ quite good. Im working on a small Windows Form program in C++, which needs <string> and <sstream> classes. After I implemented those classes in my Header file, I encountered some errors in files vadefs.h
and stdlib.h. How can I fix it that it will work properly?<br/>
Errors:<br/>

<span style="white-space:pre 13<span style="white-space:pre IntelliSense: a function type involving a generic parameter cannot have an ellipsis parameter<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludevadefs.h<span style="white-space:pre
81
<span style="white-space:pre 14<span style="white-space:pre IntelliSense: a function type involving a generic parameter cannot have an ellipsis parameter<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludevadefs.h<span style="white-space:pre
82<br/>
<span style="white-space:pre 15<span style="white-space:pre IntelliSense: linkage specification is incompatible with previous "bsearch_s" (declared at line 426)<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludestdlib.h<span style="white-space:pre
567<br/>
<span style="white-space:pre 16<span style="white-space:pre IntelliSense: linkage specification is incompatible with previous "bsearch" (declared at line 430)<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludestdlib.h<span style="white-space:pre
570<br/>
<span style="white-space:pre 17<span style="white-space:pre IntelliSense: linkage specification is incompatible with previous "qsort_s" (declared at line 435)<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludestdlib.h<span style="white-space:pre
574<br/>
<span style="white-space:pre 18<span style="white-space:pre IntelliSense: linkage specification is incompatible with previous "qsort" (declared at line 439)<span style="white-space:pre
c:Program Files (x86)Microsoft Visual Studio 11.0VCincludestdlib.h<span style="white-space:pre
578<br/>



View the full article
 
Back
Top