Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Always write to top of file Pin
David Crow11-Dec-13 5:15
David Crow11-Dec-13 5:15 
AnswerRe: Always write to top of file Pin
Grahamfff11-Dec-13 5:22
Grahamfff11-Dec-13 5:22 
GeneralRe: Always write to top of file Pin
Stefan_Lang15-Dec-13 23:23
Stefan_Lang15-Dec-13 23:23 
AnswerRe: Always write to top of file Pin
Alan Balkany11-Dec-13 5:27
Alan Balkany11-Dec-13 5:27 
Questionapp for windows 8.1 Pin
Member 1045927510-Dec-13 22:32
Member 1045927510-Dec-13 22:32 
AnswerRe: app for windows 8.1 Pin
Richard MacCutchan11-Dec-13 0:23
mveRichard MacCutchan11-Dec-13 0:23 
AnswerRe: app for windows 8.1 Pin
Erudite_Eric11-Dec-13 1:57
Erudite_Eric11-Dec-13 1:57 
QuestionGet rid of STL warnings Pin
_Flaviu10-Dec-13 21:58
_Flaviu10-Dec-13 21:58 
I had compiled MFC Grid control 2.27[^] project, but I get a lot of warnings (I use VC6):
C++
GridCell.cpp
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xmemory(39) : warning C4100: '_P' : unreferenced formal parameter
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xmemory(41) : warning C4100: '_P' : unreferenced formal parameter
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(249) : warning C4663: C++ language change: to explicitly specialize class template 'vector' use the following syntax:
        template<> class vector<bool,class std::allocator<unsigned int> > ...
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(156) : warning C4018: '<' : signed/unsigned mismatch
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(156) : while compiling class-template member function 'void __thiscall std::vector<unsigned int,class std::allocator<unsigned int> >::insert(unsigned int *,unsigned int,const unsig
ned int &)'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(167) : warning C4018: '<' : signed/unsigned mismatch
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(156) : while compiling class-template member function 'void __thiscall std::vector<unsigned int,class std::allocator<unsigned int> >::insert(unsigned int *,unsigned int,const unsig
ned int &)'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xmemory(37) : warning C4100: '_P' : unreferenced formal parameter
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xmemory(68) : see reference to function template instantiation 'void __cdecl std::_Destroy(unsigned int *)' being compiled

and so on ... I had tried
#pragma warning(disable 4100) ... doesn't have any affect ...

How can I get rid of this warnings ? Thank you.
SuggestionRe: Get rid of STL warnings Pin
Richard MacCutchan10-Dec-13 22:23
mveRichard MacCutchan10-Dec-13 22:23 
AnswerRe: Get rid of STL warnings Pin
Freak3010-Dec-13 23:01
Freak3010-Dec-13 23:01 
GeneralRe: Get rid of STL warnings Pin
_Flaviu11-Dec-13 2:37
_Flaviu11-Dec-13 2:37 
SuggestionRe: Get rid of STL warnings Pin
David Crow11-Dec-13 5:19
David Crow11-Dec-13 5:19 
QuestionTrying to reuse code with a static library Pin
Richard Andrew x648-Dec-13 19:21
professionalRichard Andrew x648-Dec-13 19:21 
AnswerRe: Trying to reuse code with a static library Pin
Richard MacCutchan8-Dec-13 22:24
mveRichard MacCutchan8-Dec-13 22:24 
AnswerRe: Trying to reuse code with a static library Pin
Albert Holguin9-Dec-13 5:23
professionalAlbert Holguin9-Dec-13 5:23 
GeneralRe: Trying to reuse code with a static library Pin
Richard Andrew x649-Dec-13 6:35
professionalRichard Andrew x649-Dec-13 6:35 
GeneralRe: Trying to reuse code with a static library Pin
Albert Holguin9-Dec-13 6:43
professionalAlbert Holguin9-Dec-13 6:43 
AnswerRe: Trying to reuse code with a static library Pin
Gisle Vanem9-Dec-13 22:59
Gisle Vanem9-Dec-13 22:59 
QuestionMissing Button Click Message Pin
BarryPearlman8-Dec-13 8:50
BarryPearlman8-Dec-13 8:50 
QuestionRe: Missing Button Click Message Pin
Richard MacCutchan8-Dec-13 22:21
mveRichard MacCutchan8-Dec-13 22:21 
AnswerRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 3:45
BarryPearlman9-Dec-13 3:45 
GeneralRe: Missing Button Click Message Pin
Richard MacCutchan9-Dec-13 3:54
mveRichard MacCutchan9-Dec-13 3:54 
GeneralRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 4:08
BarryPearlman9-Dec-13 4:08 
GeneralRe: Missing Button Click Message Pin
Richard MacCutchan9-Dec-13 5:12
mveRichard MacCutchan9-Dec-13 5:12 
GeneralRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 9:27
BarryPearlman9-Dec-13 9:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.