Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ansi/iso C++ compiler Pin
Joe Woodbury2-Feb-04 18:23
professionalJoe Woodbury2-Feb-04 18:23 
GeneralRe: ansi/iso C++ compiler Pin
jhwurmbach2-Feb-04 23:08
jhwurmbach2-Feb-04 23:08 
GeneralRe: ansi/iso C++ compiler Pin
Nemanja Trifunovic3-Feb-04 5:18
Nemanja Trifunovic3-Feb-04 5:18 
Generalcompilie error: error C2955: 'modulus' : use of class template requires template argument list Pin
Sheetal S P2-Feb-04 17:21
sussSheetal S P2-Feb-04 17:21 
GeneralRe: compilie error: error C2955: 'modulus' : use of class template requires template argument list Pin
jan larsen3-Feb-04 1:45
jan larsen3-Feb-04 1:45 
GeneralCRectTracker+CScrollView="going crazy!!!" Pin
Gavriloaie Andrei2-Feb-04 16:34
Gavriloaie Andrei2-Feb-04 16:34 
Generaltypedef vector<vector<vector<double> > > vMatrix; Pin
closecall2-Feb-04 15:52
closecall2-Feb-04 15:52 
GeneralRe: typedef vector<vector<vector<double> > > vMatrix; Pin
ZoogieZork2-Feb-04 19:10
ZoogieZork2-Feb-04 19:10 
Template instance names in the STL, when fully expanded by the compiler, often result in truly awe-inspiring identifiers that exceed the 255-character limit for identifiers in the debug info. Remember that many STL templates take a number of optional extra template parameters that specify such things as allocators, sorting rules, and hash traits. The compiler fills in these parameters with default values when generating the instance.

I've found this warning to be generally harmless. You can selectively disable it with:
#pragma warning(disable:4786)

- Mike
GeneralRegisterHotKey function Pin
zephyr1232-Feb-04 15:05
susszephyr1232-Feb-04 15:05 
GeneralRe: RegisterHotKey function Pin
valikac2-Feb-04 17:37
valikac2-Feb-04 17:37 
GeneralRe: RegisterHotKey function Pin
Zephy1232-Feb-04 20:37
sussZephy1232-Feb-04 20:37 
Generaldavidlee108 Pin
davidlee1082-Feb-04 14:59
sussdavidlee1082-Feb-04 14:59 
GeneralOpenFile > Cancel - Problem Pin
TiberiusvP2-Feb-04 14:32
TiberiusvP2-Feb-04 14:32 
GeneralRe: OpenFile > Cancel - Problem Pin
Roger Allen3-Feb-04 2:59
Roger Allen3-Feb-04 2:59 
GeneralRe: OpenFile > Cancel - Problem Pin
TiberiusvP3-Feb-04 3:44
TiberiusvP3-Feb-04 3:44 
GeneralGoing Crazy (How to Install a Font) Pin
netx20032-Feb-04 13:18
netx20032-Feb-04 13:18 
GeneralRe: Going Crazy (How to Install a Font) Pin
Anonymous2-Feb-04 15:20
Anonymous2-Feb-04 15:20 
GeneralRe: Going Crazy (How to Install a Font) Pin
Roger Allen3-Feb-04 3:02
Roger Allen3-Feb-04 3:02 
GeneralISDN USB modem detection Pin
Tadej Zgur2-Feb-04 11:52
Tadej Zgur2-Feb-04 11:52 
QuestionWhat is a good PDF Viewer control? Pin
Alex Korchemniy2-Feb-04 11:04
Alex Korchemniy2-Feb-04 11:04 
Generalcustomize CFileDialog for dynamic Files of Type Pin
sysop@HAL9K.com2-Feb-04 11:00
sysop@HAL9K.com2-Feb-04 11:00 
QuestionCImage and atlimage.h? Pin
__Cerb2-Feb-04 10:52
__Cerb2-Feb-04 10:52 
AnswerRe: CImage and atlimage.h? Pin
Michael Dunn2-Feb-04 11:42
sitebuilderMichael Dunn2-Feb-04 11:42 
GeneralService stops when LOG OFF from the system Pin
cchauhan2-Feb-04 10:38
cchauhan2-Feb-04 10:38 
GeneralRe: Service stops when LOG OFF from the system Pin
Prakash Nadar2-Feb-04 17:17
Prakash Nadar2-Feb-04 17:17 

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.