Click here to Skip to main content
16,015,414 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ShowWindow and DoModal Pin
Stephane Rodriguez.16-Apr-03 18:53
Stephane Rodriguez.16-Apr-03 18:53 
Generalproblem with STL map, string (ignore earlier post) Pin
Matthew Fleming15-Apr-03 7:49
Matthew Fleming15-Apr-03 7:49 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Joaquín M López Muñoz15-Apr-03 8:03
Joaquín M López Muñoz15-Apr-03 8:03 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Matthew Fleming15-Apr-03 8:13
Matthew Fleming15-Apr-03 8:13 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Mike Dimmick16-Apr-03 4:17
Mike Dimmick16-Apr-03 4:17 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Matthew Fleming16-Apr-03 6:30
Matthew Fleming16-Apr-03 6:30 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Matthew Fleming16-Apr-03 6:32
Matthew Fleming16-Apr-03 6:32 
GeneralRe: problem with STL map, string (ignore earlier post) Pin
Mike Dimmick16-Apr-03 23:43
Mike Dimmick16-Apr-03 23:43 
Just in case it happens again:

You can see the instantiation stack of what's being compiled after the error message in the 'see reference' lines. This shows the function that VC had selected to instantiate for the previous one. Working back along this stack we see that it was trying to compile std::map< std::string, CReport, std::less< std::string >, std::allocator< blah > >::insert(). In trying to compile that, it needed to instantiate an internal class member std::_Tree< blah > etc. The compiler lists the lines at which it needed to instantiate something else. From this we can see that it needed to locate an operator< to compare two std::strings. From that I deduced that somehow the appropriate operator wasn't being found.

This is a big improvement over VC6, which doesn't tell you _why_ it's trying to locate such a routine.

--
Mike Dimmick
Generalproblem with STL map, string Pin
Matthew Fleming15-Apr-03 7:48
Matthew Fleming15-Apr-03 7:48 
GeneralRe: problem with STL map, string Pin
valikac16-Apr-03 5:38
valikac16-Apr-03 5:38 
QuestionWhy the function istringstream.getline is not working? Pin
George215-Apr-03 3:56
George215-Apr-03 3:56 
AnswerRe: Why the function istringstream.getline is not working? Pin
Tim Smith15-Apr-03 4:47
Tim Smith15-Apr-03 4:47 
GeneralRe: Why the function istringstream.getline is not working? Pin
George215-Apr-03 16:06
George215-Apr-03 16:06 
GeneralRe: Why the function istringstream.getline is not working? Pin
Tim Smith16-Apr-03 2:17
Tim Smith16-Apr-03 2:17 
GeneralRe: Why the function istringstream.getline is not working? Pin
George217-Apr-03 15:41
George217-Apr-03 15:41 
QuestionHow to use ActiveX controls in WTL? Pin
Ernesto D.14-Apr-03 14:02
Ernesto D.14-Apr-03 14:02 
AnswerRe: How to use ActiveX controls in WTL? Pin
Stephane Rodriguez.14-Apr-03 21:33
Stephane Rodriguez.14-Apr-03 21:33 
GeneralRe: How to use ActiveX controls in WTL? Pin
Ernesto D.14-Apr-03 23:00
Ernesto D.14-Apr-03 23:00 
GeneralRe: How to use ActiveX controls in WTL? Pin
Stephane Rodriguez.16-Apr-03 11:19
Stephane Rodriguez.16-Apr-03 11:19 
GeneralRe: How to use ActiveX controls in WTL? Pin
Ernesto D.16-Apr-03 15:36
Ernesto D.16-Apr-03 15:36 
GeneralInterface not showing in COM+ Pin
Le centriste14-Apr-03 5:18
Le centriste14-Apr-03 5:18 
GeneralRe: Interface not showing in COM+ Pin
Brian Shifrin15-Apr-03 1:54
Brian Shifrin15-Apr-03 1:54 
GeneralRe: Interface not showing in COM+ Pin
Le centriste15-Apr-03 8:25
Le centriste15-Apr-03 8:25 
GeneralConverting strings. Pin
Martin Marvinski12-Apr-03 11:14
Martin Marvinski12-Apr-03 11:14 
GeneralRe: Converting strings. Pin
ian mariano13-Apr-03 12:21
ian mariano13-Apr-03 12:21 

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.