Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEdit Ctrl Style(ES_CENTER) Pin
Mr. Maan15-Apr-03 9:53
Mr. Maan15-Apr-03 9:53 
GeneralRe: Edit Ctrl Style(ES_CENTER) Pin
Miszou15-Apr-03 10:54
Miszou15-Apr-03 10:54 
GeneralRe: Edit Ctrl Style(ES_CENTER) Pin
Mr. Maan15-Apr-03 11:14
Mr. Maan15-Apr-03 11:14 
GeneralRe: Edit Ctrl Style(ES_CENTER) Pin
Gary R. Wheeler18-Apr-03 5:35
Gary R. Wheeler18-Apr-03 5:35 
Generalstring, map STL problem Pin
Matthew Fleming15-Apr-03 8:55
Matthew Fleming15-Apr-03 8:55 
GeneralRe: string, map STL problem Pin
Ben Burnett15-Apr-03 9:18
Ben Burnett15-Apr-03 9:18 
GeneralRe: string, map STL problem Pin
jhwurmbach15-Apr-03 21:38
jhwurmbach15-Apr-03 21:38 
GeneralRe: string, map STL problem Pin
richard_k1-Jun-10 15:19
richard_k1-Jun-10 15:19 
You must make sure you have an #include <string> in your source file. Frequently you'll get things to compile with the declarations looking fine, but when usages start if the actual include isn't there then the compiler doesn't know what to do. I think this is being caused by the underlying compiler mechanics of how it instantiates templates.
GeneralURGENT: Sending Fax !!! Pin
Hadi Rezaee15-Apr-03 8:52
Hadi Rezaee15-Apr-03 8:52 
GeneralRe: URGENT: Sending Fax !!! Pin
Michael P Butler15-Apr-03 22:18
Michael P Butler15-Apr-03 22:18 
GeneralRe: URGENT: Sending Fax !!! Pin
Hadi Rezaee17-Apr-03 15:09
Hadi Rezaee17-Apr-03 15:09 
GeneralKilling processes using TerminateProcess() Pin
Jonathan.Oakley15-Apr-03 8:29
Jonathan.Oakley15-Apr-03 8:29 
GeneralRe: Killing processes using TerminateProcess() Pin
Erik Juhl15-Apr-03 9:16
Erik Juhl15-Apr-03 9:16 
GeneralRe: Killing processes using TerminateProcess() Pin
Jonathan.Oakley15-Apr-03 9:48
Jonathan.Oakley15-Apr-03 9:48 
GeneralFiles Pin
d.f15-Apr-03 7:53
d.f15-Apr-03 7:53 
GeneralRe: Files Pin
Joaquín M López Muñoz15-Apr-03 8:09
Joaquín M López Muñoz15-Apr-03 8:09 
GeneralMenu in Dialog Pin
bobthemonkey15-Apr-03 7:48
bobthemonkey15-Apr-03 7:48 
GeneralRe: Menu in Dialog Pin
Joaquín M López Muñoz15-Apr-03 8:05
Joaquín M López Muñoz15-Apr-03 8:05 
GeneralRe: Menu in Dialog Pin
bobthemonkey15-Apr-03 8:16
bobthemonkey15-Apr-03 8:16 
GeneralMsgWaitForMultipleObjects Pin
Dave_15-Apr-03 7:07
Dave_15-Apr-03 7:07 
GeneralRe: MsgWaitForMultipleObjects Pin
Joaquín M López Muñoz15-Apr-03 7:46
Joaquín M López Muñoz15-Apr-03 7:46 
GeneralRe: MsgWaitForMultipleObjects Pin
Dave_15-Apr-03 8:23
Dave_15-Apr-03 8:23 
QuestionSetting capacity for STL vector? Pin
Anonymous15-Apr-03 6:57
Anonymous15-Apr-03 6:57 
AnswerRe: Setting capacity for STL vector? Pin
Joaquín M López Muñoz15-Apr-03 7:42
Joaquín M López Muñoz15-Apr-03 7:42 
QuestionSetting capacity for STL vector? Pin
Anonymous15-Apr-03 6:55
Anonymous15-Apr-03 6:55 

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.